function adTrack(id,par1,par2) 
{
	var this_link = [];
	this_link[1] = "http://www.freedomfinance.se/ansok-privatlan.php?BrokerId=166&AffId=2&AdId=98#formular";
	
	var this_dest = [];
	this_dest[1] = "";
	
	// Debug
	// document.write(this_link[id]+par1+this_dest[par2]);
	
	location.replace(this_link[id]);
}
