
jQuery.noConflict();





// Configure defaults




jQuery(document).ready(function(){


	// PAGE-SPECIFIC JAVASCRIPT
	if ( jQuery("body").is('body#homepage')) {
    jQuery(".search_forms ul li#vacations_search_tab a").click();

    function onAfterCycle() { 
        jQuery("#promo_nav li").removeClass('active');
        jQuery('#promo_nav li.' + this.id).addClass('active'); 
    };

    jQuery('#promos').cycle({ 
        prev:   '#cycle-prev', 
        next:   '#cycle-next',
        after: onAfterCycle,
        timeout: 7500
    });

}
	
  
      


	

  //Load adverts - TAN
//     jQuery(".advert_skyscraper").replaceWith('<iframe src="http://www.traveladvertising.com/Live/TanAd.aspx?PlacementId=26838" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" allowTransparency="true" width="160" height="600"></iframe>');

/*     ad_tag = jQuery(".advert_banner").text();
     if (ad_tag == '' || !ad_tag) { ad_tag = 26840; }
     jQuery(".advert_banner").replaceWith('<iframe src="http://www.traveladvertising.com/Live/TanAd.aspx?PlacementId='+ad_tag+'" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width="728" height="90" style="display: block; margin: 20px auto 50px"></iframe>');

	if ("https:" != document.location.protocol && jQuery("body").is("body#results")) {
		jQuery("#end_matter").append('<iframe src="http://www.traveladvertising.com/Live/TanAd.aspx?PlacementId=26840" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width="728" height="90" style="clear: left; display: block; margin: 20px auto 50px"></iframe>');
	}


	//Load adverts - 247.
/*   jQuery(".advert_skyscraper").replaceWith('<iframe style="display: block; position: absolute; width: 160px; height: 600px; right: -180px; top: 0;" width="160" height="600" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" bordercolor="#000000" src="http://network.realmedia.com/RealMedia/ads/adstream_sx.ads/targetvacations.ca/ros/160x600/sx/ss/a@x10"><a href="http://network.realmedia.com/RealMedia/ads/click_sx.ads/targetvacations.ca/ros/160x600/sx/ss/a@x10"><img src="http://network.realmedia.com/RealMedia/ads/adstream_sx.ads/targetvacations.ca/ros/160x600/sx/ss/a@x10"></a></iframe> <!--- end of targetvacations.ca_ros_160x600_247RealMediaAdTag =-->');
   jQuery(".advert_banner").replaceWith('<iframe style="display: block; clear: both; float: none; margin: 20px auto 50px" width="728" height="90" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" bordercolor="#000000" src="http://network.realmedia.com/RealMedia/ads/adstream_sx.ads/targetvacations.ca/ros/728x90/sx/ss/a@Top1"><a href="http://network.realmedia.com/RealMedia/ads/click_sx.ads/targetvacations.ca/ros/728x90/sx/ss/a@Top1"><img src="http://network.realmedia.com/RealMedia/ads/adstream_sx.ads/targetvacations.ca/ros/728x90/sx/ss/a@Top1"></a></iframe> <!--- end of targetvacations.ca_ros_728x90_247RealMediaAdTag =-->');

	if ("https:" != document.location.protocol && jQuery("body").is("body#results")) {
		jQuery("#end_matter").append('<iframe style="display: block; clear: both; float: none; margin: 20px auto 50px" width="728" height="90" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" bordercolor="#000000" src="http://network.realmedia.com/RealMedia/ads/adstream_sx.ads/targetvacations.ca/ros/728x90/sx/ss/a@Top1"><a href="http://network.realmedia.com/RealMedia/ads/click_sx.ads/targetvacations.ca/ros/728x90/sx/ss/a@Top1"><img src="http://network.realmedia.com/RealMedia/ads/adstream_sx.ads/targetvacations.ca/ros/728x90/sx/ss/a@Top1"></a></iframe> <!--- end of targetvacations.ca_ros_728x90_247RealMediaAdTag =-->');
	} */
});
