var ran_number=Math.floor(Math.random()*1) + 1; 
var imageName="/shared/images/homepage_new/image"+ran_number+".gif";
document.write('<div id="image-header-home">');
document.write('<img src="'+imageName+'" width="720" height="110" alt="Photographs of British Columbia">');
document.write('</div>'); 

