if(IS_APPLE) {
document.write('<a id="incentiveLink" href="' + iOSUrl + '"><img border="0" alt="Click here to claim your bonus!" src="'+incentiveButtonSource+'" style="max-width:100%;">');
} else if (IS_ANDROID) {
document.write('<a id="incentiveLink" href="' + androidUrl + '"><img border="0" alt="Click here to claim your bonus!" src="'+incentiveButtonSource+'" style="max-width:100%;">');
} else if (IS_AMAZON) {
document.write('<a id="incentiveLink" href="' + amazonUrl + '"><img border="0" alt="Click here to claim your bonus!" src="'+incentiveButtonSource+'" style="max-width:100%;">');
} else {
document.write('<a id="incentiveLink" href="' + webUrl + '"><img border="0" alt="Click here to claim your bonus!" src="'+incentiveButtonSource+'" style="max-width:100%;">');
}
h6e43