var sgcVars = {	
	serverTimePath:"http://events.seeglasgow.com/servertime.aspx", 	// URL for aspx page containing current date/time of server in YYYY-MM-DDTHH:MM:SS format 
	XMLPath:flashXmlPath,           								// Path to xml file defining content
	displayTime:10,													// Length of time in seconds to pass before auto scrolling to next item
	transitionTime:0.5												// Length of time taken in seconds to transition out of an item (excluding load time)
}

var sgcParams = {
	wmode:"opaque",													// Display mode of Flash movie "window"|"opaque"|"transparent"
	scale:"noScale",												// Scale mode of Flash movie "showAll"|"noBorder"|"noScale"|"exactFit"
	salign:"TL"														// Position mode of Flash movie "L"|"R"|"T"|"B"|"TL"|"TR"|"BL"|"BR"
}

var sgcAttrs = {
	id:"event-carousel"
}

swfobject.embedSWF(
	"flash/seeGlasgow-eventCarousel.swf", 							// path to swf file
	"flash-container", 												// id of element to be replaced
	"630", 															// width of flash object
	"300", 															// height of flash object
	"9.0.0", 														// version to target
	"flash/expressInstall.swf", 									// path to express install file
	sgcVars, 														// FlashVars object
	sgcParams, 														// Flash movie parameters object
	sgcAttrs 														// Flash movie attributes object
	);


