/*

	This is the configuration JavaScript file.  Change the settings
	in the following section to match your affiliate tracking information.

*/

affiliate_username = "nikofato";
affiliate_profile = "bonus-casino.us";

  ////////////////////////////////////////////////////////////////
 //                DO NOT EDIT BELOW THIS LINE                 //
////////////////////////////////////////////////////////////////

strSubAffLink = "http://adv.casinoblasters.com/index.php?" + affiliate_username;

function downloadCasinoSoft(){
	strDownloadURL = "http://banner.aspinallsonlinecasino.com/cgi-bin/SetupCasino.exe?member=" + affiliate_username;
	if (affiliate_profile != "") strDownloadURL += "&profile=" + affiliate_profile;
	document.location = strDownloadURL;
}

function downloadPokerSoft(){
	strDownloadURL = "http://aspinallspoker.com/global/installer/v1/download.php?skin=asi&member=" + affiliate_username;
	if (affiliate_profile != "") strDownloadURL += "&profile=" + affiliate_profile;
	document.location = strDownloadURL;
}

