
/*<![CDATA[*/
var el="base";
var bgimg=new Array("http://www.frigo.co.il/images/background_image.jpg", "http://www.frigo.co.il/images/background_image_01.jpg", "http://www.frigo.co.il/images/background_image_02.jpg", "http://www.frigo.co.il/images/background_image_03.jpg", "http://www.frigo.co.il/images/background_image_04.jpg", "http://www.frigo.co.il/images/background_image_05.jpg", "http://www.frigo.co.il/images/background_image_06.jpg", "http://www.frigo.co.il/images/background_image_07.jpg", "http://www.frigo.co.il/images/background_image_08.jpg", "http://www.frigo.co.il/images/background_image_09.jpg", "http://www.frigo.co.il/images/background_image_10.jpg", "http://www.frigo.co.il/images/background_image_11.jpg");
var random=Math.round((bgimg.length-1)*Math.random());
var cssStr="#"+el+" {background: url("+bgimg[random]+") no-repeat top center;} ";
var style=document.createElement("style");style.setAttribute("type","text/css");
	if(style.styleSheet){style.styleSheet.cssText=cssStr;}
	else{var cssText=document.createTextNode(cssStr);style.appendChild(cssText);}document.getElementsByTagName("head")[0].appendChild(style);
/*]]>*/

