$(document).ready(function(){
// ! BEGIN - - - - - - - - - - - -


$("#popup .x").click(

	function(){

		$("#popup").fadeOut(400);

	}
);



$("#ad").contents().find("#objFlash").css("position","inherit","margin","0");




// ! END - - - - - - - - - - - -
});
