jQuery(document).ready(function() {
	jQuery("#presales td.performer a,div.blogEntry div.entryContent a,#myPresales td.performer a,#myOnsales td.performer a,p.eventInfo a,#promo-listings a,a.do-open").click(
		function() {
			var str = "";
//			var beg = "http://ticketsus.at/RachelQueen?CTY=37&DURL=";
			var href = jQuery(this).attr('href');
/*
			var a1 = href.split("www.ticketmaster.com");
			if ( a1 != href ) {
				str = beg+href;
//				str = href;
				window.open(str);
				return false;
			} else {
*/
				window.open(href);
				return false;
//			}
		}
	);
});

