
$(function(){
		   
	function EmitchFileDownload(trackimg,ahref,object)
	{
		if ( ($(object).attr("target")=="_blank") || ($(object).hasClass("new-window")) || ($(object).hasClass("external-link")) || ($(object).attr("rel")=="external") ) {
			var thisnewwindow = 1;
		} else {
			var thisnewwindow = 0;
		}
		var axel = Math.random() + "";
		var num = axel * 1000000000000000000;
		var spotpix = new Image();
		spotpix.src = trackimg + num + "?";
		spotpix.className = "acc_hide";
		spotpix.onload = EmitchFileDownloadPassed(ahref,thisnewwindow);
		return false;
	}
	function EmitchFileDownloadPassed(ahref_b,thisnewwindow_b)
	{
		if (thisnewwindow_b == 0) {
			top.location.href = ahref_b;
		}
	}
	
	$("a[href*='formsandpublications/759'], a[href*='FormsAndPublications/759']").click(function(){ // CHOOSE AUST SUPER NOMINATION FORM
		EmitchFileDownload("http://ad.au.doubleclick.net/activity;src=1578577;type=seekc691;cat=choos502;ord=1;num=",this.href,this);
	});
	$("a[href*='formsandpublications/662'], a[href*='FormsAndPublications/662'], a[@href*='/transferform'], a[@href*='/TransferForm']").click(function(){ // TRANSFER YOUR SUPER FORM
		EmitchFileDownload("http://ad.au.doubleclick.net/activity;src=1578577;type=austr085;cat=trans148;ord=1;num=",this.href,this);
	});
	$("a[href*='formsandpublications/793'], a[href*='FormsAndPublications/793']").click(function(){ // REDUNDANCY KIT / RETRENCHMENT GUIDE
		EmitchFileDownload("http://ad.au.doubleclick.net/activity;src=1578577;type=seekc691;cat=redun541;ord=1;num=",this.href,this);
	});
	
});
