if (document.images)
{

  //alert("Yo Dude");
	
  pic1= new Image(996,100); 
  pic1.src="http://www.robertkedingcreative.com/clients/phn_dev/templates/PHN_NEW_2009_Final/images/background_full_2.png"; 
 
  pic2= new Image(560,95); 
  pic2.src="http://www.robertkedingcreative.com/clients/phn_dev/templates/PHN_NEW_2009_Final/images/masthead_1.gif"; 
  
  pic3= new Image(560,190); 
  pic3.src="http://www.robertkedingcreative.com/clients/phn_dev/templates/PHN_NEW_2009_Final/images/main_pic_1.jpg";  
  
  pic4= new Image(386,950); 
  pic4.src="http://www.robertkedingcreative.com/clients/phn_dev/templates/PHN_NEW_2009_Final/images/right_col_vine_back_alt5.png"; 
  
  pic5= new Image(140,140); 
  pic5.src="http://www.robertkedingcreative.com/clients/phn_dev/templates/PHN_NEW_2009_Final/images/reg_button_2.png"; 
            

}

function changeURL(url) {
location.href=url;
}