$(document).ready(function(){
	$(document).pngFix();
	
    $("a[href^='http:']").not("[href*='dirtschool.co.uk']").attr('target','_blank');
});
