/*

	This is the configuration JavaScript file.  Change the settings
	in the following section to match your affiliate tracking information.

*/

affiliate_username = "play4millions";
affiliate_profile = "none";

  ////////////////////////////////////////////////////////////////
 //                DO NOT EDIT BELOW THIS LINE                 //
////////////////////////////////////////////////////////////////

strSubAffLink = "http://adv.casinoblasters.com/index.php?" + affiliate_username;

function downloadCasinoSoft(){
	strDownloadURL = "http://www.24ktgoldcasino.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.24ktgoldcasino.com/global/_v3/gateway.php?game=flashcasino&member=" + affiliate_username;
	if (affiliate_profile != "") strFlashURL += "&profile=" + affiliate_profile;
	document.location = strFlashURL;
}

