$(document).ready(function() {
						   
	$("a.newsvideo").click(function() {
					 $.fancybox({
					  'padding'             : 0,
					  'autoScale'           : false,
					  'transitionIn'        : 'none',
					  'transitionOut'       : 'none',
					  'title'               : this.title,
					  'width'               : 680,
					  'height'              : 495,
					  'href'                : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					  'type'                : 'swf',
					  'swf'                 : {'allowfullscreen':'true'}
					  });
					 return false;
	
	}); 
	
	
	
	
	$("a.contactform").fancybox({
		'autoDimensions'		    :	false,
		'autoScale'		    :	false,
		'width'		    :	480, 
		'height'		:	400,
		'type'				: 'iframe'
	});
	
	$("a.newsletterf").fancybox({
		'width'				: 460,
		'autoScale'     	: false,
		'autoDimensions'    : false,
		'type'				: 'iframe',
		'height'			: 220
	});
	
	
	/*$("a.newsletterf").fancybox({
			'width'				: 340,
			'height'			: 200,
			'autoScale'     	: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});*/

	
	
	$("a.searchf").fancybox({
		'autoDimensions'		    :	false,
		'autoScale'		    :	false,
		'type'				: 'iframe',
		'width'		    :	480, 
		'height'		:	220
	});
	
	$("a.rssf").fancybox({
		'autoDimensions'		    :	false,
		'autoScale'		    :	false,
		'type'				: 'iframe',
		'width'		    :	480, 
		'height'		:	240
	});


});
