<!-- Begin
function concertWindow(){
    popup = window.open("http://www.sonicbids.com/epk/calendar_view.asp?epk_id=19010","","height=300,width=500,scrollbars=no");
}
                                                                                                                           
function contactWindow(){
    popup = window.open("http://www.sonicbids.com/epk/email_artist.asp?artist_id=21274","","height=400,width=600,scrollbars=no");
}
                                                                                                                           
function gearWindow(){
    popup = window.open("gear.html","","height=428,width=557,scrollbars=no");
}
function joinWindow(){
    popup = window.open("join.html","","height=400,width=600,scrollbars=no");
}
                                                                                                                           
if (document.images)
{
  pic2= new Image();
  pic2.src="img/h_epk_off.gif";
                                                                                                                           
  pic3= new Image();
  pic3.src="img/h_epk_on.gif";
                                                                                                                           
  pic4= new Image();
  pic4.src="img/h_concerts_off.gif";

  pic5= new Image();
  pic5.src="img/h_concerts_on.gif";
                                                                                                                           
  pic6= new Image();
  pic6.src="img/h_products_off.gif";
                                                                                                                           
  pic7= new Image();
  pic7.src="img/h_products_on.gif";
                                                                                                                           
  pic8= new Image();
  pic8.src="img/h_teams_off.gif";
                                                                                                                           
  pic9= new Image();
  pic9.src="img/h_teams_on.gif";
                                                                                                                           
  pic10= new Image();
  pic10.src="img/h_blog_off.gif";
                                                                                                                           
  pic11= new Image();
  pic11.src="img/h_blog_on.gif";
                                                                                                                           
  pic12= new Image();
  pic12.src="img/h_listen_off.gif";
                                                                                                                           
  pic13= new Image();
  pic13.src="img/h_listen_on.gif";
                                                                                                                           
  pic14= new Image();
  pic14.src="img/h_contact_off.gif";
                                                                                                                           
  pic15= new Image();
  pic15.src="img/h_conctact_on.gif";
                                                                                                                           
  pic16= new Image();
  pic16.src="img/h_nav_bottom_slice.gif";
                                                                                                                           
  pic17= new Image();
  pic17.src="img/h_nav_top_slice.gif";
                                                                                                                           
  pic18= new Image();
  pic18.src="img/h_nav_top_mr_slice.gif";
                                                                                                                           
  pic19= new Image();
  pic19.src="img/h_nav_top_ml_slice.gif";
                                                                                                                           
  pic20= new Image();
  pic20.src="img/h_gear_off.gif";
                                                                                                                           
  pic21= new Image();
  pic21.src="img/h_gear_on.gif";
                                                                                                                           
  pic22= new Image();
  pic22.src="img/h_links_off.gif";
                                                                                                                           
  pic23= new Image();
  pic23.src="img/h_links_on.gif";
                                                                                                                           
  pic24= new Image();
  pic24.src="img/h_join_off.gif";
                                                                                                                           
  pic25= new Image();
  pic25.src="img/h_join_on.gif";
                                                                                                                           
  pic26= new Image();
  pic26.src="img/h_purchase_off.gif";
                                                                                                                           
  pic27= new Image();
  pic27.src="img/h_purchase_on.gif";

  pic28= new Image();
  pic28.src="img/c1.jpg";

  pic29= new Image();
  pic29.src="img/c2.jpg";

  pic30= new Image();
  pic30.src="img/c3.jpg";

  pic31= new Image();
  pic31.src="img/c4.jpg";

                                                                                                                           
}

var randnum = Math.random();
var inum = 4;
// Change this number to the number of images you are using.
var rand1 = Math.round(randnum * (inum-1)) + 1;
images = new Array
images[1] = "img/c1.jpg"
images[2] = "img/c2.jpg"
images[3] = "img/c3.jpg"
images[4] = "img/c4.jpg"
var image = images[rand1]

//-->


