
var loc=document.location;
var ref=document.referrer;

server="http://www.buyersclubint.com/index.php?option=com_raffle_int&Itemid=48&";
url_string = '&keyword='+escape(window.raffle_keyword)+'&client_id='+window.raffle_client_id+'&raffle_window_width='+window.raffle_width+'&raffle_window_height='+window.raffle_height;
url_string = url_string + "&login="+escape(window.raffle_login);
url_string = url_string + "&ref_url="+escape(loc);
url_string = url_string + "&user_data="+escape(n(window.raffle_user_data));
url=server+url_string;
document.write('<iframe onload="top.scroll(0,0);" name="raffle" width='+m(window.raffle_width)+" height="+m(window.raffle_height)+" src="+m(url)+' marginwidth="0"'+' marginheight="0"'+' frameborder="0"'+ ' vspace="0"'+
        ' hspace="0"'+' allowtransparency="true"'+' scrolling="no">');
document.write("</iframe>");

function m(b){return b!=null?'"'+b+'"':'""'}
function n(b){return b!=null? b:''}


