// Open new window
function passed(url) {
	//top.location.href=url; 
	window.open(url);
}



//Start of DoubleClick Spotlight Tag: Please do not remove-->
//Activity Name for this tag is:GM Performance Parts - Catalog Download -->
//Web site URL where tag should be placed: http://www.gmperformanceparts.com/Parts/catalog.jsp-->
//This tag must be placed within the opening <body> tag, as close to the beginning of it as possible-->
// Creation Date:04/10/08
function trackClickCatalog(url) {	
	var axel = Math.random() + "";
	var ord = axel * 1000000000000000000;
	
	var click1 = new Image();
	click1.src = 'http://ad.doubleclick.net/activity;src=1802191;type=erabo945;cat=gmper960;ord='+ ord + '?';
	passed(url);
}
// End of DoubleClick Spotlight Tag: Please do not remove


// Start of DoubleClick Spotlight Tag: Please do not remove
// Activity Name for this tag is:GM Performance Parts - Dealer Website Link
// Web site URL where tag should be placed: http://anyurl.com
// This tag must be placed within the opening <body> tag, as close to the beginning of it as possible
// Creation Date:6/30/2008
function trackClickFindDealer(url) {	
	var axel = Math.random() + "";
	var ord = axel * 1000000000000000000;
	
	var click1 = new Image();
	click1.src = 'http://ad.doubleclick.net/activity;src=1802191;type=x2cyb180;cat=gmper506;ord='+ ord + '?';
	if(url != ""){
		passed(url);
	}
}
// End of DoubleClick Spotlight Tag: Please do not remove


