$(document).ready(function()
{
	$('a.download').click(function()
	{
		_gaq.push(['_trackPageview', '/outgoing/itunes/' + $(this).attr('id')]);
	});
	
	if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i))
	{
  	$('object').remove();
  }
});