// adBannerTop

var flashyshow=new flashyslideshow({ //create instance of slideshow
	wrapperid: "slideshowTop", //unique ID for this slideshow
	wrapperclass: "flashclass", //desired CSS class for this slideshow
	imagearray: [
		["images/slide_contractorSOLUTIONS.gif", "contractorSOLUTIONS/index.html", "", ""],
		["images/slide_swineflualert.jpg", "Whats_New/CelloSwineFluAlert.html", "", ""],
		["images/slide_stopMRSA.jpg", "Whats_New/STOP_MRSA.html", "", ""],
		["images/slide_celloCW2.jpg", "celloCW2/index.html", "", ""],
		["images/slide_celloGreen.jpg", "CelloGreen/index.html", "", ""]
	],
	pause: 10000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})