IE6 = (navigator.appVersion.indexOf("MSIE 6.")==-1) ? false : true;
if(IE6) {
	alert('Warning: you are using Internet Explorer 6, an outdated and insecure browser. It is highly recommended that you upgrade to a recent and secure browser like Firefox, Chrome or Opera. Much of the functionality on this site will not work with Internet Explorer 6.');		
}

var $o = jQuery.noConflict();
	function goToByScroll(id){
		myTop = $o("#"+id).offset().top;
		myTop = myTop - 100;
    	$o('html,body').animate({scrollTop: myTop},'slow');
	}
$o(document).ready(function($){
	if($(document).attr('title')!='Edinburgh Jazz Festival - 2011 Programme') $('#contentCol p:first').addClass('introPar');			

});

