/****************************************
Auto Script Hosting Tool by Mwr247, for BigBoards
http://bigboardsresources.com/
****************************************/

/* Begin Script */ 
<!--

<!-- Variables: Begin -->
var currency_code = 'USD';
var currency_name = 'U.S. Dollars';
var thank_you_message = 'Thank you for sponsoring Freeland Forum';
var message = 'Become a Freeland Forum Sponsor';
var email = 'gordie@inbox.com';
var website = 'http://freeland.b1.jcink.com';
<!-- Variables: End -->

var username = document.getElementById("userlinks").getElementsByTagName("A")[0].innerHTML;
if(username == "Log In"){
username = "Visitor";
}

if(location.href.match('donate=home')){
document.title='<% TITLE %> PayPal Donations';
document.getElementById('navstrip').innerHTML+=' -> Donations ';
document.write("<table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle'>PayPal Donations</td></tr><tbody><tr><td class='row4'><div align='center'><strong>Welcome "+ username +",</strong><br>"+ message +"</div></td></tr></tbody></table><br><table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle' colspan='3'>PayPal Donation Details</td></tr><tr><td class='row4'><br><form action='https://www.paypal.com/cgi-bin/webscr' target='_blank' method='post'><div align='center'><strong>Currency</strong>: "+ currency_code +" - "+ currency_name +"<br><br><strong>Amount</strong>: $ <input type='text' name='amount' size='6' value='0.00' /> <input type='hidden' name='cmd' value='_xclick' /><input type='hidden' name='business' value='"+ email +"' /><input type='hidden' name='item_name' value='Donation for <% TITLE %> From: "+ username +"' /><input type='hidden' name='no_note' value='1' /><input type='hidden' name='currency_code' value='"+ currency_code +"' /><input type='hidden' name='tax' value='0' /><input type='hidden' name='return' value='"+ website +"/index.php?donate=done' /></div><br><div align='center'><span class='smallfont'>Please Enter Your Donation Amount Above, And Then Click On The Donate Button Below.</span></div><br><div align='center'><input type='image' src='http://chatterbug.890m.com/images/njshzx9af4ibngd0lj.gif' alt='Give Securely With Any Major Credit Card Through PayPal!' title='Give Securely With Any Major Credit Card Through PayPal!' /><br><br></div></form><div align='center'><strong>Give Securely With Any Major Credit Card Through PayPal!</strong><br></div><div align='center'><br><img src='http://chatterbug.890m.com/images/ioo4umnvay2vhnwz5ra.jpg' border='0' alt='Visa' /> <img src='http://chatterbug.890m.com/images/ux4b50rx04girkl7iwwh.jpg' border='0' alt='MasterCard' /> <img src='http://chatterbug.890m.com/images/jwsghxq65u3w0bnn8sbt.jpg' border='0' alt='Discover' /> <img src='http://chatterbug.890m.com/images/wj4rolkhljkrp6bn96x5.jpg' border='0' alt='American Express' /> <img src='http://chatterbug.890m.com/images/ui3daiuhirvt3g8n8z.jpg' alt='eCheck' border='0' /></div></td></tr></table><br><table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle' colspan='3'>We're PayPal Verified!</td></tr><tbody><tr align='center'><td class='row4' align='center'><a href='https://www.paypal.com/us/verified/pal="+ email +"' target='_blank'><img class='inlineimg' src='http://chatterbug.890m.com/images/jv8ord0zgdtfzysc4roa.jpg' border='0' alt='Official PayPal Verified Seal' /></a></td><td class='row4' align='left' valign='top' width='100%'>To become Verified, a PayPal member must provide PayPal with proof that he or she has opened an account at a bank or other financial institution. Because these institutions are required by law to screen account holders, PayPal's verification process increases security when you pay parties you do not know. Please note that PayPal's verification system does not constitute an endorsement of a member, nor a guarantee of a member's business practices. You should always consider other indicators when evaluating members, including length of PayPal membership and reputation scores (on eBay or other auction sites, if applicable).</td></tr><tr><td class='titlemedium' colspan='3' align='left'>Donation Page (vBulletin Style), by James © <a href='http://designsector.org'>DesignSector.org</a>.</td></tr></tbody></table><br>")
document.write("<div style='display: none;'>")
}
else
{
document.write("")
}
//-->
if(location.href.match('donate=done')){
document.title='<% TITLE %> PayPal Donations';
document.getElementById('navstrip').innerHTML+=' -> Donations ';
document.write("<table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle'>Donation Processed</td></tr><tbody><tr><td class='row4'><div align='left'><strong>Thank you "+ username +",</strong><br>"+ thank_you_message +"</div></td></tr></tbody></table><br>")
document.write("<div style='display: none;'>")
}
else
{
document.write("")
}
/* End Script */ 