var urlForward = "http://www.fedex.com/us/officeprint/conventions/index.html";

function forward(urltoForward) 
	{
	    window.location.href=urltoForward; 
	} 		
