 // JavaScript Document
/**
*       Prepare takeover
**/


jQuery(document).ready(function()
{

	var timestamp = new Date().getTime();
	//var clickTag = "http://www.hm.com/nl"; //H&M
	//var clickTag = "http://ad-emea.doubleclick.net/clk;224813643;48611275;g"; //Thierry Mulger
	//var clickTag = "http://www.killers-film.nl"; //Killers
	//var clickTag = "http://adsfac.eu/link.asp?cc=BSO001.9322.0&clk=1&creativeID=61255&ord="+timestamp;
	var bodyHeight = jQuery(document).height();

	if (jQuery('.homepage_takeover').get(0))
	{
		// Get the height of the container and set the homepage_takeover

		jQuery('.homepage_takeover').css('min-height',bodyHeight+'px');


		/*		
		jQuery(document).click(function(event) {
		    if (!jQuery(event.target).hasClass('homepage_container')) {
		         window.open(clickTag,'','_blank');
		    }
		});


		jQuery(".homepage_takeover").click(function() {
			window.open(clickTag,'','_blank');									   
		});
		

		jQuery(document).bind('click', function(e) {
		
			var $clicked=jQuery(e.target); // get the element clicked
		
			if ($clicked.parents().is('.homepage_takeover')) { 
				
			} else {
				window.open(clickTag,'','_blank');
			}			
		
		});
		*/

	}
		
});
