jQuery(document).ready(function(){
	// External links in new window
	jQuery("a[href^='http:']").not("[href*='thebustheplay.com']").attr('target','_blank');  
});

