$(document).ready(function() {
	$("a.fancy").fancybox({
		'frameWidth': 600,
		'frameHeight': 460
	});
	$("a.smallButton").fancybox({
		'frameWidth': 600,
		'frameHeight': 460
	});
	$("a.newWindowLink").fancybox({
		'frameWidth': 600,
		'frameHeight': 460
	});
	$("a.headerFriend").fancybox({
		'frameWidth': 600,
		'frameHeight': 550
	});
	$("a.viewRates").fancybox({
		'frameWidth': 600,
		'frameHeight': 600
	});
	$("a.mexicoMajorCities").fancybox({
		'frameWidth': 600,
		'frameHeight': 600
	});
    $("a.pass").fancybox({
        'frameWidth': 500,
        'frameHeight': 200
    });
    $("a.printPocket").fancybox({
        'frameWidth': 500,
        'frameHeight': 580
    });
    $("a.editSpeedDial").fancybox({
        'frameWidth': 500,
        'frameHeight': 280
    });
	$("a.viewRatesEP").fancybox({
		'frameWidth': 600,
		'frameHeight': 600
	});
	$("a.freeDrawWinnersImage").fancybox({
			'frameWidth': 555,
			'frameHeight': 483
	});
	$("a.viewList").fancybox({
		'frameWidth': 500,
		'frameHeight': 550
	});
	$("a[rel=iphone_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}
	});
	$("a[rel=android_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}
	});
	$("a[rel=blackberry_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}
	});
	$("a.freeDrawWinners").fancybox({
		'frameWidth': 555,
		'frameHeight': 483
	});
	$("a.freeTrialPasswordPopup").fancybox({
		'frameWidth': 400,
		'frameHeight': 200
	});
	$("a.freeTrialPhoneNumberPopup").fancybox({
		'frameWidth': 400,
		'frameHeight': 200
	});
	$("a.birthdayPopup").fancybox({
		'frameWidth': 400,
		'frameHeight': 200
	});
	$("a.topUpSpecialOfferPopup").fancybox({
		'frameWidth': 400,
		'frameHeight': 160
	});
	$("a.ep-free-draw-link").fancybox({
		'frameWidth': 400,
		'frameHeight': 270
	});
	$('#clickme').click(function() {
		  $('#warningIe').fadeOut('slow', function() {
			setCookie("ieWarningCookie", "present", 7)
		    $(this).remove();
		  });
	});

});

