document.write("<style>html{");

//var bgnum=Math.floor(Math.random()*6+1)

//alert(bgnum);

//document.write("background:url(/content/wp-content/themes/cyclepath/images/bg"+bgnum+".jpg) repeat;");
document.write("background:url(/content/wp-content/themes/cyclepath/images/bg-ski-elan-1.jpg) top no-repeat;");
document.write("background-attachment: fixed;");
//document.write("background-color:#000;");
document.write("background-color:#FFF;");

document.write("}</style>");
