var a = 'url='+parent.window.location.href;
var c = 'bgcolor1='+bgcolor1;
c = c.replace(/#/, "-")
var d = 'textcolor='+textcolor;
d = d.replace(/#/, "-")
s = s+'&'+a+'&'+c+'&'+d;
//alert(s);
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+w+'"><tr><td><iframe name="I1" src="http://www.thepainfactory.com/Sponsorships/banner.php?s='+s+'" marginwidth="0" marginheight="0" scrolling="no" border="0" frameborder="0" width="'+w+'" height="'+h+'" align="left">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td></tr></table>');
