 



var r=Math.floor(Math.random()*5);
if(r == 0) 
{
document.write("<a href='requests.shtml'><img src='images/top_promo_mix.jpg' alt='You Pick the Mix' border=0></a>");}
   
if(r == 1) 
{
document.write("<a href='districttour.shtml'><img src='images/top_promo_districttour.jpg'alt='Tour our District' border=0></a>");} 

if(r == 2) 
{
document.write("<a href='profiles.shtml'><img src='images/top_promo_profiles.jpg'alt='Presenter profiles' border=0></a>");} 

if(r == 3) 
{
document.write("<a href='http://buy.at/hwd'><img src='images/top_promo_shop.jpg' alt='Visit our shop' border=0></a>");} 

if(r == 4) 
{
document.write("<a href='moviewatch.shtml'><img src='images/top_promo_moviewatch.jpg' alt='Moviewatch' border=0></a>");} 



