// JavaScript Document
var delay=2000;
var bannerSwitch=1;

function bannerRotate() {
	bannerSwitch++;
	if (bannerSwitch>21) bannerSwitch=1;
	document.getElementById('retailBanner').style.backgroundImage='url(images/stores/logo'+bannerSwitch+'.jpg)';
	setTimeout('bannerRotate()',delay);
}

function bannerLink() {
	if (bannerSwitch==1) {
		window.open('https://shop.albertsons.com/eCommerceWeb/InOurStoresPopupAction.do?action=showStoreSearch&fromBrand=1','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==2) {
		window.open('http://www.albertsonsmarket.com','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==3) {
		window.open('http://www.bedbathandbeyond.com/bedbathandbeyond/PrxInput.aspx?order_num=-1&MC=&BRN=&WRN=&MT=','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==4) {
		window.open('http://www.bristolfarms.com/locations/index.html','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==5) {
		window.open=('http://www.dixieline.com/locations.html','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==6) {
		window.open('http://clients.mapquest.com/fredmeyer/mqlocator?link=find','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==7) {
		window.open('http://www.gelsons.com/stores/locations.asp','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==8) {
		window.open('http://www.gracioushome.com/webapp/wcs/stores/servlet/LocationHours?storeId=10001&catalogId=10001&t2=4&t3=1','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==9) {
		window.open('http://hannaford.adplexonline.com','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==10) {
		window.open('http://osh.know-where.com/osh/','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==11) {
		window.open('http://www.pricechopper.com/StoreLocator/Store_S.las?-token.S=427T9RD02820c98P7fb2580AkGhN6L5n52C809|2130|0705171536|||||','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==12) {
		window.open('http://clients.mapquest.com/qfc/mqlocator?link=find','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==13) {
		window.open('http://www.raleys.com/apps/locator/search.jsp','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==14) {
		window.open('http://clients.mapquest.com/ralphs/mqlocator?link=find','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==15) {
		window.open('http://www.roundys.com/modules/roundys/locations.php?secid=3','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==16) {
		window.open('http://www.savemart.com/storelocations.php','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==17) {
		window.open('http://www.smartandfinal.com/intro.aspx?ReturnUrl=%2flocations.aspx','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==18) {
		window.open('http://www.sweetbaysupermarket.com','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==19) {
		window.open('http://www.truevalue.com/content/storefinder/default.aspx','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==20) {
		window.open('http://www.agsea.com/update/retail_stores.html','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	else if (bannerSwitch==21) {
		window.open('http://www.urmstores.com','stores','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=1,width=800,height=500');
	}
	
}