function reshowvideoyt(youtube_id) 
	{
	parent.video_screen.document.location = "blank.html";
	parent.video_screen.document.location.reload(true);
	reshowvideoyt2(youtube_id);
	}
function reshowvideoyt2(youtube_id) 
	{
	parent.video_screen.document.write("<html>");
	parent.video_screen.document.write("<head>");
	parent.video_screen.document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />");
	parent.video_screen.document.write("<style type='text/css'>");
	parent.video_screen.document.write("body {");
	parent.video_screen.document.write("	margin: 0px;");
	parent.video_screen.document.write("	background-image: url('http://www.digitalmusicplanet.com/v1/templates/itdude_min_np2/images/cinema.jpg');");
	parent.video_screen.document.write("	background-repeat: no-repeat;");
	parent.video_screen.document.write("	background-position: top center;");
	parent.video_screen.document.write("}");
	parent.video_screen.document.write(".cinemascreen {");
	parent.video_screen.document.write("	position:relative;");
	parent.video_screen.document.write("	top:52px;");
	parent.video_screen.document.write("	left:-6px");
	parent.video_screen.document.write("}");
	parent.video_screen.document.write("</style>");
	parent.video_screen.document.write("<title>:: VIDEO SCREEN ::</title>");
	parent.video_screen.document.write("</head>");
	parent.video_screen.document.write("<center>");
	parent.video_screen.document.write("<body bgcolor='#f3f3f3'>");
	parent.video_screen.document.write("<div class='cinemascreen'>");
	parent.video_screen.document.write("	<object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/" + youtube_id + "'>");
	parent.video_screen.document.write("	</param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/" + youtube_id + "'");
	parent.video_screen.document.write("	type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object>");
	parent.video_screen.document.write("</div>");
	parent.video_screen.document.write("</body>");
	parent.video_screen.document.write("</center>");
	parent.video_screen.document.write("</html>");
	}
function reshowvideodm(dailymotion_id) 
	{
	parent.video_screen.document.location = "blank.html";
	parent.video_screen.document.location.reload(true);
	reshowvideodm2(dailymotion_id);
	}
function reshowvideodm2(dailymotion_id) 
	{
	parent.video_screen.document.write("<html>");
	parent.video_screen.document.write("<head>");
	parent.video_screen.document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />");
	parent.video_screen.document.write("<style type='text/css'>");
	parent.video_screen.document.write("body {");
	parent.video_screen.document.write("	margin: 0px;");
	parent.video_screen.document.write("	background-image: url('http://www.digitalmusicplanet.com/v1/templates/itdude_min_np2/images/cinema.jpg');");
	parent.video_screen.document.write("	background-repeat: no-repeat;");
	parent.video_screen.document.write("	background-position: top center;");
	parent.video_screen.document.write("}");
	parent.video_screen.document.write(".cinemascreen {");
	parent.video_screen.document.write("	position:relative;");
	parent.video_screen.document.write("	top:52px;");
	parent.video_screen.document.write("	left:-6px");
	parent.video_screen.document.write("}");
	parent.video_screen.document.write("</style>");
	parent.video_screen.document.write("<title>:: VIDEO SCREEN ::</title>");
	parent.video_screen.document.write("</head>");
	parent.video_screen.document.write("<center>");
	parent.video_screen.document.write("<body bgcolor='#f3f3f3'>");
	parent.video_screen.document.write("<div class='cinemascreen'>");
	parent.video_screen.document.write("	<object width='425' height='335'><param name='movie' value='http://www.dailymotion.com/swf/" + dailymotion_id + "'>");
	parent.video_screen.document.write("	</param><param name='allowfullscreen' value='true'></param><embed src='http://www.dailymotion.com/swf/" + dailymotion_id + "'");
	parent.video_screen.document.write("	type='application/x-shockwave-flash' width='425' height='334' allowfullscreen='true'></embed></object>");
	parent.video_screen.document.write("</div>");
	parent.video_screen.document.write("</body>");
	parent.video_screen.document.write("</center>");
	parent.video_screen.document.write("</html>");
	}
