// JavaScript Document

function imageRotator(){
	var promoDiv = document.getElementById('promoLeft');
	var css_array = new Array("lgPic","lgPic3","lgPic2","lgPic4","lgPic5");
	var numOfPics = new Number(5);
	if(promoDiv){
		var randomnumber=Math.floor(Math.random()*numOfPics)
		promoDiv.className = css_array[randomnumber];
	}
}

function sifrInit(){
	if(typeof sIFR == "function"){
		sIFR.replaceElement("h1", named({sFlashSrc: "/eurostile.swf", sColor: "#b1bd3d", sWmode: "transparent"}));
		sIFR.replaceElement("h3", named({sFlashSrc: "/eurostile.swf", sHoverColor: "#c53324", sColor: "#b1bd3d", sWmode: "transparent",sFlashVars:"textalign=center"}));

	};
}


window.onload = function(){
	imageRotator();
	sifrInit();
}
function jm_MapQuest(country, address, city, state, zip) {
  window.open("http://local.google.com/local?f=q&hl=en&q="+ escape(address) + ",+" + escape(city) + ",+" + escape(state) + "+" + escape(zip),"jm_mapquestwin","width=720,height=400,toolbar=1,menubar=1,status=1,resizable=1,location=0,directories=0,scrollbars=1");
}