var popcap_upsellURL	= 'http://www.arcadetown.com/zuma/download.asp'; // ArcadeTown-specific Upsell url
var popcap_swf_url		= 'http://www.arcadetown.com/swf/zuma/zuma.swf'; // ArcadeTown-specific path to SWF
var popcap_app_width	= 480;
var popcap_app_height	= 360;
var popcap_flashvars	= 'upsell_func=UpsellNotify';
popcap_isZoneAPIonly	= true;

if (popcap_internal_ads) popcap_flashvars += '&ShowAd=yes&pc_sendgamebreaks=1';

document.write('<scr'+'ipt language="javascript">');
document.write('function UpsellNotify()');
document.write('{');
document.write('    window.open("'+popcap_upsellURL+'");');
document.write('}');
document.write('</scr'+'ipt>');

