jQuery.noConflict();

jQuery(document).ready(function() {
	if (jQuery("a[href$='.jpg'],a[href$='.png'],a[href$='.gif']").html() != null){
		jQuery("a[href$='.jpg'],a[href$='.png'],a[href$='.gif']").fancybox({
			'title_show'			: false,
			'overlayColor'		: '#333',
			'scrolling'				: 'no',
			'autoDimensions'	: true
		});
	}
	
	if (jQuery("#top100").html() != null){
		jQuery("#top100").fancybox({
			'title_show'			: false,
			'overlayColor'		: '#333',
			'scrolling'				: 'no',
			'height'					:	560,
			'width'						: 960,
			'type'						: 'iframe'
		});
	}
	if (jQuery("#hall").html() != null){
		jQuery("#hall").fancybox({
			'title_show'			: false,
			'overlayColor'		: '#333',
			'scrolling'				: 'no',
			'height'					:	559,
			'width'						: 250,
			'type'						: 'iframe'
		});
	}
	if (jQuery("#topProvinces").html() != null){
		jQuery("#topProvinces").fancybox({
			'title_show'			: false,
			'overlayColor'		: '#333',
			'scrolling'				: 'no',
			'height'					:	537,
			'width'						: 480,
			'type'						: 'iframe'
		});
	}
});

function modalSubscriber(href, tophref){
	jQuery.fancybox({
		'title_show'			: false,
		'overlayColor'		: '#333',
		'scrolling'				: 'no',
		'height'					:	370,
		'width'						: 600,
		'type'						: 'iframe',
		'href'						: href,
		'onClosed'				: function(){
			top.location.href= tophref;
		}
	});
}
