// OT FORD JS

(function ($) {

	$(document).ready(function() {
	
	/*if ($.cookie('service_hours') == null) { 
		$.cookie('service_hours','no',null);
	}
	
	var service_alert = $.cookie('service_hours');
		
		if (service_alert == 'no') {
			//alert({msg:"<b><font color='red'>ANNOUNCEMENT</font></b><br>Now open on Saturday for Servicing!<br>New hours are 8:30 a.m. - 1:00 p.m.<br><a href='http://www.otford.com/hours.htm'>Click Here</a> to view our hours of operation.<div class='close-button'><img src=/images/close-button.png></div>", show:1});
			//$.cookie('service_hours','yes',null);
		}*/
	
		if($('body').hasClass('newcars')) {
			var newCars = $("#newcarsIframe").text().replace('/dealer/listing/13782.passenger/', '/dealer/listing/13782.passenger/new');
			$("#newcarsIframe").text(newCars);
			
			var $currentIFrame = $('#newcarsIframe'); 
			//$currentIFrame.contents().find("body .table_outline td.hi_rows a:nth-child(2)").attr('display','none');
			$currentIFrame.contents().find("a").css("background-color","#BADA55");
			
			console.log('It Works!');
		}
	
	});

})(jQuery);
