// mainAd

var flashyshow=new flashyslideshow({ //create instance of slideshow
	wrapperid: "myslideshow", //unique ID for this slideshow
	wrapperclass: "flashclass", //desired CSS class for this slideshow
	imagearray: [
		["images/claimsMatrix_ad.gif", "support/claimsMatrix.htm", "", ""],
		["images/contractorSOLUTIONS_ad.gif", "contractorSOLUTIONS/index.htm", "", ""],
		["images/SwineFluAlert_ad.gif", "our_company/news/CarrollSwineFluAlert.htm", "", ""],
		["images/cw2_ad.gif", "our_company/news/news.htm#CW2", "", ""],
		["images/mrsa_ad.gif", "our_company/news/STOP_MRSA.html", "", ""],
		["images/ep_ad2.gif", "enviropatrol/enviropatrol.html", "", ""],
		["images/StrategicLocations_ad.gif", "our_company/carroll.htm#uniqueness", "", ""],
		["images/tsphoto_ad.gif", "msds/msds-ts.htm", "", ""],
		["images/ep_ad.gif", "enviropatrol/enviropatrol.html", "", ""]
	],
	pause: 10000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})