$(document).ready(function() {
	$('#image-rotator-slider').s3Slider({
		timeout: 2500
	});
});

$(function() {
	$(".travel-tips").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 2,
		auto:500,
		speed:3500
	});
});

$(document).ready(function() {
	$('#tourlogos').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '60px'
	});
});

$(document).ready(function() {
	$('#coin-slider').coinslider();
});

$(document).ready(function() {
	$('#coin-slider2').coinslider();
});

$(document).ready(function() {
	$('#coin-slider3').coinslider();
});



//.........................................................................................
$(document).ready(function() {
	$("#inner-right-content").css("display", "none");
	$("#inner-right-content").fadeIn(100);
	$("a.transition").click(function(event){
		event.preventDefault();
		linkLocation = this.href;
		$("#inner-right-content").fadeOut(100, redirectPage);
	});
	function redirectPage() {
		window.location = linkLocation;
	}
});

$(function(){
	$('#loopedslider').loopedSlider({
		autoHeight: true,
		containerClick: false
	});
});

function frmchat()
{
window.location="skype:exotic.travel?chat";
return false;
}

$(document).ready(function(){
	$("a#toobig").fancybox({
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});
});

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-6226943-15']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
