var ar;
	function init() {
		ar = new adRotator();
		ar.delay = 5000;
		ar.defaultImg = "images/banners/bnr_ptouch_468x60.gif";
		
		//ar.addEntry("/images/banners/bnr_ups.jpg","http://www.nursinghomeapparel.com/store/tracking.html");
		ar.addEntry("/images/banners/bnr_adaptive.jpg","");
		//ar.addEntry("/images/banners/bnr_by_the_dozen.jpg","http://www.nursinghomeapparel.com/shop/buythedozen.html");
		//ar.addEntry("/images/banners/bnr_mens_special.jpg","http://www.nursinghomeapparel.com/shop/specialpromo.html");
		//ar.addEntry("/images/bnr_mothers_day.jpg","");
		//ar.addEntry("images/banners/bnr_fathers_day.gif","");		
		//ar.addEntry("/images/bnr_easter_sale.jpg","");
		//ar.addEntry("/images/bnr_free_ship_75.jpg","");
		//ar.addEntry("/images/bnr_top_alzheimers.jpg","http://www.topsitelists.com/topsites.cgi?ID=311&user=bpsibley&area=bestsites");
		//ar.addEntry("/images/bnr_call_us.gif","");
		//ar.addEntry("/images/bnr_3day_sale.jpg","");
		//ar.addEntry("/images/bnr_presidents_day.jpg","");
		//ar.addEntry("/images/bnr_corporate_apparel.jpg","http://www.nursinghomeapparel.com/store/corporate_apparel.html");
		ar.addEntry("images/banners/bnr_ptouch_468x60.gif","");
		
		ar.startRotation('ar');
	}

	function openLink() {
		if(ar.url.length > 0) {
			window.open(ar.url,"_self");
		}
	}
	
	function startRotation() {
		if (ar != null)
			ar.startRotation('ar');
	}
	
	function stopRotation() {
		if (ar != null)
			ar.stopRotation('ar');
	}
