function adTrack(id) 
{
	var this_link = [];

	//Freedom	
	this_link[1] = "http://www.freedomfinance.se/ansok-privatlan.php?BrokerId=166&AffId=0&AdId=2#formular";

	// Debug
	// document.write(this_link[id]);
	
	location.replace(this_link[id]);
}
