
function homepagevideo() {
	var theid = document.getElementById('homepagevideo');
 	theid.innerHTML = '<iframe style="margin-left:46px;margin-top:38px;" title="YouTube video player" width="480" height="313" src="http://www.youtube.com/embed/cdQztj5zT6o?autoplay=1&showinfo=0" frameborder="0" allowfullscreen></iframe>';
// 	timeMsg();
}

function timeMsg() {
var t=setTimeout("alertMsg()",62.5*1000);
}
function alertMsg()
{
	var theid = document.getElementById('homepagevideo');
 	theid.innerHTML = '<a href="javascript:homepagevideo();"><div style="display:block;position:relative;top:175px;left:157px;background: #38434f url(/wp-content/uploads/2011/02/video-button.gif);width:246px;height:73px;"><h2 style="font-size:28px;display:block;color:#fff !important;line-height:67px;margin:0;padding:5px 5px 5px 90px;">REPLAY</h2></div></a>';
}
