//quicklinks link
DD_roundies.addRule('h1', '10px 10px 0px 0px', true);
DD_roundies.addRule('a.btnNewsArchive', '4px 4px 4px 4px', true);

$(document).ready(function() {
			$("#subpop").fancybox({
				'width'				: '45%',
				'height'			: '69%',
		        'autoScale'     	: false,
		        'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});			   
						   

			$("a.zoom1").fancybox({
				'overlayOpacity'	:	0.7,
				'overlayColor'		:	'#CCC'
			});

			$("a.zoom2").fancybox({
				'zoomSpeedIn'		:	500,
				'zoomSpeedOut'		:	500
			});
});

$("document").ready(function(){
	$("table.highlightrows tr:even").addClass("row2");
});
