function loadVideo() {
	txt = '<div style="width: 560px; height: 500px; "><iframe width="560" height="345" src="http://www.youtube.com/embed/V_nXOn-2-iE" frameborder="0" allowfullscreen></iframe>';
	txt += '<center><a href="register2.php" style="border: 0px solid #4cc7f9; color: #4cc7f9; text-decoration: none; font-size: 18px;font-family: arial; display: block; font-weight: normal; padding: 5px 20px; margin: 20px 0px; width: 200px;">REGISTER NOW</a></center>';
	txt += "</div>";
	message2(txt);
}
