function redirSite(m,l){
	popupNote('<h2 style="margin-top:20px;text-align:center;">'+m+'</h2>');
	(function(){window.location = 'http://'+l}).delay(3000);
}
