/*
(function($){$(document).ready(function(){
	function show_vacation_box() { $.fancybox(
		'<h2 align="center">Please note! The service is on vacation.</h2>'+
		'<p>The installation service is on vacation from Friday, 27 May to  Tuesday, 31 May.</p>'+
		'<p>Any installation request submitted at that period will be proceed after May 31, 2011.</p>',
		{
			'autoDimensions':true,
			'width': 'auto',
			'height': 'auto',
			'scrolling': 'no',
			'centerOnScroll': true,
			'overlayShow': false,
			'opacity': true,
			'transitionIn': 'none',
			'transitionOut': 'none'
		}
	); }
	$('input[type="checkbox"][name="agreement"],input[type="checkbox"][name="custom_agreement"]').change(function(){if(this.checked)show_vacation_box();});
	show_vacation_box();
});})(jQuery);
*/

