function checkLic()
{
	alert('License Number: '+licenseNumber+'\nLicense URL: '+licenseURL)
}


_d.onload=setTimeout("checkLic()",500)