function openURL(key){
	switch (key){
		case 'buyNow':
			try
			{
				TrackInterstitial('fpaspx','FPBuyNow','Buy Now');
			}
			catch(e){}
			window.open('http://www.fisher-price.com/fp.aspx?st=900002&e=storeproduct&pid=42846&section=tod_sesame');
			
		break;
		case 'whereToBuy':
			try
			{
				TrackInterstitial('path','pid','TMX Special Edition','wheretobuy.asp')
			}
			catch(e){}
			window.open('http://www.fisher-price.com/fp.aspx?st=10&e=storelocator&pn=M2688&pid=42846');
			
		break;
	}
}