//window.onload = newURL()

function newURL() 
{
var theURL = 'http://www.weddingprints.com/downforservice.htm';	
 window.location = theURL;
 }