$(document).ready(function(){
	
	// first lets get ie6 out of the way and sorted, kthx.

	if($.browser.msie && $.browser.version.substr(0,1)<7){$('#main').html('<div id="ie-warning">Sorry, but IE6 is not supported. For the best experince we recommend you upgrade your browser to a modern version such as <a href="http://www.mozilla.com/en-US/firefox/personal.html">Mozilla Firefox</a> or <a href="http://www.google.com/chrome">Google Chrome</a></div>')}
	
	
	$(function(){
	    $('a.new-window').click(function(){
	        window.open(this.href);
	        return false;
	    });
	});


});
