$(function() {

	$('#showReel').innerfade({
		speed: 2000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '254px'
	});

	$("#locationMap").gMap({ markers: [{ latitude: 57.145227,longitude: -2.512994 }], zoom: 12 });
	$("#locationMap").gMap({ markers: [{ latitude: 57.1452277, longitude: -2.512994, html: "<strong>Miller Plant Ltd</strong>‎ <br />North Lurg<br />Midmar,<br /> Inverurie<br /> AB51 7NB", popup: true }], zoom:12 });
	
	 

//	$('a[href^="http"],a[rel=external]').not('[href*="MYDOMAIN.COM"]').attr('target','_blank');

	if($.browser.msie && $.browser.version < 7) {
		$("hr").wrap('<div class="ieHrFix"></div>');
	}

	// $('<a href="#printPage">Print this page</a>').click(function(){window.print();}).appendTo("myID-CLASS");

});
