
image_1 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_1.jpg') 0 0 no-repeat;}</style>";      
image_2 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_2.jpg') 0 0 no-repeat;}</style>";         
image_3 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_3.jpg') 0 0 no-repeat;}</style>";          
image_4 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_4.jpg') 0 0 no-repeat;}</style>";       
image_5 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_5.jpg') 0 0 no-repeat;}</style>";          
image_6 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_6.jpg') 0 0 no-repeat;}</style>";       
image_7 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_7.jpg') 0 0 no-repeat;}</style>";
image_8 = "<style type='text/css'>#flash{background:url('http://expressfranchising.publishpath.com/Websites/expressfranchising/images/random/home_7.jpg') 0 0 no-repeat;}</style>";





//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////

var imageNum = Math.floor(Math.random()*8);

function images()
{
    var image=new Array(7)
	
     image[0]= image_1;
     image[1]= image_2;
     image[2]= image_3;   
     image[3]= image_4; 
     image[4]= image_5; 
     image[5]= image_6;   
 	 image[6]= image_7;   
	 image[7]= image_8;
	 
   document.write(image[imageNum]);
}




