var ref_id = document.getElementById('ca_widget').getAttribute('ref_id');
var widget = '<div style="float:left; width:400px; height:150px; background:url(\'http://comboadds.com/img/widget_200x150.gif\') no-repeat;"><a href="http://comboadds.com/ref'+ref_id+'" target="_blank"><div style="float:left; width:400px; height: 100px;"></div></a><div style="float:left; width:380px; height:20px; margin:12px 0px 0px 25px;"><form action="http://comboadds.com/myspace_join.php" method="get" target="_blank"><input name="ref_id" type="hidden" value="'+ref_id+'" /><input name="myspace_id" type="text" style="margin:0; padding:0; border:1px solid #000; width:265px; height:20px; font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#999;" value="Type your Myspace ID or URL Name" onfocus="this.select(); this.style.color = \'#000\'; if(this.value == \'Type your Myspace ID or URL Name\') this.value=\'\';" onblur="if(this.value == \'\') { this.value=\'Type your Myspace ID or URL Name\'; this.style.color = \'#999\'; }" /><input name="join" type="submit" value="Join Train" style="font-family:Verdana, Geneva, sans-serif; font-weight:bold;"/></form></div></div>';
document.getElementById('ca_widget').innerHTML = widget;
