
/*<![CDATA[*/
var el="statements";
var bgimg=new Array(
    "./_img/quote_home.gif",
    "./_img/quote_home1.gif",
    "./_img/quote_home2.gif",
    "./_img/quote_home3.gif",
    "./_img/quote_home4.gif");
var random=Math.round((bgimg.length-1)*Math.random());var cssStr="#"+el+" { background: url("+bgimg[random]+") no-repeat top left } ";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);/*]]>*/