function openregistrationform()

{
var url= "http://shop.yellowpages.com.sg/syp2010/onlineappform/streetwise.asp"; //"streetwise.html";
mywin = window.open(url,"regwin");
//alert("Welcome Back! The StreetWise Run 2010 will be on 4th July 2010.\r\rMark down this date on your calendar. Registrations will begin in the later half of March. Do keep a lookout on this site for more updates to come!  ");
window.location.href=url;
}

