//Preloads images in the browser
if (document.images)
{
	img1= new Image(290,80);
	img1.src="playlist_player2.swf";
	// Preloads Music player
	
  	img2= new Image(650,75); 
  	img2.src="Images/mainPageImages/mainBackgroundImage2.jpg"; 
	// Preloads main background image

	img3= new Image(825,150);
	img3.src="banner.swf";
	// Preloads main banner
			
  	img4= new Image(275,210); 
  	img4.src="Images/news.png";
	// Preloads News bubble
	
	img5= new Image(400,250);
	img5.src="mainImageSlide.swf";
	// Preloads main image slide
	
	img5= new Image(900,600);
	img5.src="altSplashPict.jpg";
	// Preloads alt Splash Banner
	
	img6= new Image(275,175);
	img6.src="albumCallout.swf";
	// Preloads main image callout 

	img7= new Image(300,268);
	img7.src="Images/songTabAlbum2.jpg";
	// Preloads album art link on the music tab
	
	img8= new Image(339,344);
	img8.src="Images/albumCredit.png";
	// Preloads music bubble on music tab
	
	img9= new Image(1000,665);
	img9.src="Images/splash4.jpg";
	// Preloads splash page
	
	
}
