/*

	This is the configuration JavaScript file.  Change the settings
	in the following section to match your affiliate tracking information.

*/

affiliate_username = "sanda";
affiliate_profile = "test";

  ////////////////////////////////////////////////////////////////
 //                DO NOT EDIT BELOW THIS LINE                 //
////////////////////////////////////////////////////////////////

strSubAffLink = "http://adv.casinoblasters.com/index.php?" + affiliate_username;

function downloadCasinoSoft(){
	strDownloadURL = "http://www.flamingoclub.com/global/_v3/gateway.php?game=downloadcasino&member=" + affiliate_username;
	if (affiliate_profile != "") strDownloadURL += "&profile=" + affiliate_profile;
	document.location = strDownloadURL
}

function startFlashGames(){
	strFlashURL = "http://www.flamingoclub.com/global/_v3/gateway.php?game=flashcasino&member=" + affiliate_username;
	if (affiliate_profile != "") strFlashURL += "&profile=" + affiliate_profile;
	document.location = strFlashURL;
}
