function load_banner_flash(joinnow,initcard)
{

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="746" height="277">');
document.write('<param name="movie" value="/includes/banner.swf?xml_config_file=/includes/banner_xml.aspx?r='+Math.floor(Math.random()*10000)+'&joinnow_var='+joinnow+'&initcard_var='+initcard+'" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="/includes/banner.swf?xml_config_file=/includes/banner_xml.aspx?r='+Math.floor(Math.random()*10000)+'&joinnow_var='+joinnow+'&initcard_var='+initcard+'" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="746" height="277"></embed>');
document.write('</object>');

}

function load_ad_banner_flash()
{

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="746" height="158">');
document.write('<param name="movie" value="/includes/ad_banner.swf?xml_config_file=/includes/ad_banner_xml.aspx?r='+Math.floor(Math.random()*10000)+'" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="/includes/ad_banner.swf?xml_config_file=/includes/ad_banner_xml.aspx?r='+Math.floor(Math.random()*10000)+'" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="746" height="158"></embed>');
document.write('</object>');

}