function getfv(){
function getCCID(){
	function get_cookie(c_name){
		if(document.cookie.length > 0){
			c_start = document.cookie.indexOf(c_name + "=");
			if(c_start != -1){
				c_start = c_start + c_name.length + 1;
				c_end = document.cookie.indexOf(";",c_start);
				if (c_end == -1) c_end = document.cookie.length;
				return unescape(document.cookie.substring(c_start,c_end));
			}
		}
		return "";
	}
	if(get_cookie("CCID")=="AU"||get_cookie("CCID")=="BR"||get_cookie("CCID")=="CA") return get_cookie("CCID"); else return "DEF";
}
var lang=document.getElementsByTagName('html')[0].getAttribute('lang');
var fvarray={
 'AU':{
  'ClickTAG':'http://www.partypoker.com/Downloads/'+lang+'/'+value+'/PartyPokerSetup.exe,',
  'Click':'/download/,/news/items/am_au.html',
  'swfUrl':'/images/topflash/top_flash_branding.swf,/images/topflash/am_topflash_au.swf'
  },
 'BR':{
  'ClickTAG': 'http://www.partypoker.com/Downloads/'+lang+'/'+value+'/PartyPokerSetup.exe,',
  'Click': '/download/,/news/items/am.html',
  'swfUrl': '/images/topflash/top_flash_branding.swf,/images/topflash/am_topflash_bra.swf'
  },
 'CA':{
  'ClickTAG': 'http://www.partypoker.com/Downloads/'+lang+'/'+value+'/PartyPokerSetup.exe,',
  'Click': '/download/,/news/items/am.html',
  'swfUrl': '/images/topflash/top_flash_branding.swf,/images/topflash/am_topflash_ca.swf'
  },
 'DEF':{
  'ClickTAG':'http://www.partypoker.com/Downloads/'+lang+'/'+value+'/PartyPokerSetup.exe,',
  'Click':'/download/,/news/items/am.html',
  'swfUrl':'/images/topflash/top_flash_branding.swf,/images/topflash/am_topflash.swf'
  }
}
return fvarray[getCCID()];
}
