	$(document).ready(function() {
		$("a.fancyimage").fancybox({
		});
		$("a.fancy").fancybox({
			'frameWidth': 600,
			'frameHeight': 460
		});
		$("a.fancy").removeAttr('rel');
		$("a.newWindowLink").fancybox({
			'frameWidth': 600,
			'frameHeight': 460
		});
		$("a.headerFriend").fancybox({
			'frameWidth': 600,
			'frameHeight': 460
		});
		$("a.viewRates").fancybox({
			'frameWidth': 600,
			'frameHeight': 600
		});
		$("a.viewRates").removeAttr('rel');
		$("a.edit").fancybox({
			'frameWidth': 500,
			'frameHeight': 260
		});
		$("a.pass").fancybox({
			'frameWidth': 500,
			'frameHeight': 200
		});
		$("a.printPocket").fancybox({
			'frameWidth': 500,
			'frameHeight': 580
		});
		$("a.freeDrawWinners").fancybox({
			'frameWidth': 555,
			'frameHeight': 483
		});
		$("a.ep-free-draw-link").fancybox({
			'frameWidth': 400,
			'frameHeight': 270
		});
		$("a.freeDrawWinnersImage").fancybox({
			'frameWidth': 555,
			'frameHeight': 483
		});
		$("a.automaticRechargePopup").fancybox({
			'frameWidth': 400,
			'frameHeight': 270
		});
		$("a.promoCodePopup").fancybox({
			'frameWidth': 400,
			'frameHeight': 200
		});
		$("a.viewProductDetailsPopup").fancybox({
			'frameWidth': 400,
			'frameHeight': 350
		});
		$("a.birthdayPopup").fancybox({
			'frameWidth': 400,
			'frameHeight': 200
		});
		$("a.freeTrialPasswordPopup").fancybox({
			'frameWidth': 400,
			'frameHeight': 200
		});
		$("a.freeTrialPhoneNumberPopup").fancybox({
			'frameWidth': 400,
			'frameHeight': 200
		});
		$("a.viewProductsPc2PhonePopup").fancybox({
			'frameWidth': 200,
			'frameHeight': 150
		});
		$("a.player").fancybox({
			'frameWidth': 603,
			'frameHeight': 365
		});
		$('#clickme').click(function() {
			  $('#warningIe').fadeOut('slow', function() {
				setCookie("ieWarningCookie", "present", 7)
			    $(this).remove();
			  });
		});
	});

