function banner(){
};
banner = new banner(); 
number = 0; 
// bannerArray 

banner[number++] = "<div class=\"above_body\" style=\"background: url('/forum/images/misc/hh-winter-banner-2.png');\">";

increment = Math.floor(Math.random() * number);
document.write(banner[increment]); 

