$(document).ready(function(){
						  
						   $("#DiveLoginCaintainer").hide('slow').remove();
						   $('<div id="DiveLoginCaintainer" style="position:fixed; background:url(myvideos/pagebg.png); z-index:500; top:0px; left:0px; height:0px; width:100%;"></div>').appendTo("body");
						   var winwidth=$(window).width()
						   var winheight=$(window).height()
							var mywinheight=(winheight-335)/2;
							$("#DiveLoginCaintainer").css({'padding-top':mywinheight,'height':winheight});
							$.post("myvideos/landingvideo.html",{} ,function(data){
							 $("#DiveLoginCaintainer").html(data);
							});
																
						 });


function closebox()
{
	$("#DiveLoginCaintainer").toggle("slow",function(){ $("#DiveLoginCaintainer").hide("slow").remove();});	
}
