/*

	This is the configuration JavaScript file.  Change the settings
	in the following section to match your affiliate tracking information.

*/

affiliate_username = "fiskur";
affiliate_profile = "FCnet";
affiliate_usernameus = "15426";
affiliate_profileus = "3000";
affiliate_usernamewor = "15426";
affiliate_profilewor = "3100";

  ////////////////////////////////////////////////////////////////
 //                DO NOT EDIT BELOW THIS LINE                 //
////////////////////////////////////////////////////////////////

strSubAffLink = "http://adv.casinoblasters.com/index.php?" + affiliate_username;

function downloadCasinoSoft(){
	strDownloadURL = "http://banner.flamingoclub.com/cgi-bin/SetupCasino.exe?member=" + affiliate_username;
	if (affiliate_profile != "") strDownloadURL += "&profile=" + affiliate_profile;
	document.location = strDownloadURL;
}

function downloadCasinoSoftUS(){
	strDownloadURL = "http://www.slotsplus.eu/Remote/SmartDownload.php?casinoID=237&gAid=" + affiliate_usernameus;
	if (affiliate_profile != "") strDownloadURL += "&subGid=" + affiliate_profileus;
	document.location = strDownloadURL;
}

function downloadCasinoSoftWor(){
	strDownloadURL = "http://www.slotsplus.eu/Remote/SmartDownload.php?casinoID=237&gAid=" + affiliate_usernamewor;
	if (affiliate_profile != "") strDownloadURL += "&subGid=" + affiliate_profilewor;
	document.location = strDownloadURL;
}

function downloadPokerSoft(){
	strDownloadURL = "http://flamingoclubpoker.com/global/installer/v1/download.php?skin=fli&member=" + affiliate_username;
	if (affiliate_profile != "") strDownloadURL += "&profile=" + affiliate_profile;
	document.location = strDownloadURL;
}

