var exit=true; 
function PopHot()
{ 
	if (exit) 
		window.open('twtthotsample.html','','toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,height=420,width=440'); 
}
