jQuery.noConflict();


jQuery(document).ready(function() {
	if (jQuery('body').hasClass('home') && (jQuery.cookie("ov") != "true"))
	{
	var overlay = '<div id="ov_main"><div id="ov_header"><div id="ov_txt_01">Willkommen bei A. Wilh. Mayer und Sohn.</div><div id="ov_txt_02">Bitte w&auml;hlen Sie von unseren folgenden Seiten:</div></div><div id="ov_continue_0"><img src="wp-content/themes/mimbo2.2/images/ov/ov_continue_0.png"></div><div id="ov_continue_1"><img src="wp-content/themes/mimbo2.2/images/ov/ov_continue_1.png"></div><div id="ov_continue_2"><img src="wp-content/themes/mimbo2.2/images/ov/ov_continue_2.png"></div><div id="ov_footer"></div></div><div id="ov_dark"></div>' ;
	jQuery('body').append(overlay);
	
	jQuery('#ov_main').fadeIn("slow");
	jQuery('#ov_dark').fadeIn("slow");

	jQuery('#ov_continue_0').bind('click', function() {
		jQuery('#ov_main').fadeOut("slow");
		jQuery('#ov_dark').fadeOut("slow");
		jQuery.cookie("ov", "true", { expires: 1 });
	});
	jQuery('#ov_continue_1').bind('click', function() {
		window.location = 'http://www.paintandbrush.de/';
	});

	jQuery('#ov_continue_2').bind('click', function() {
		window.location = 'http://www.hautedeco.de/';
	});
	}
	
	
});
