if (!APB) {
alert('hi');
var APB = {};

APB.guid = "";
APB.width = 160;
APB.refresh = 60;
APB.referrer = "";
APB.url = "http://reagancoalition.org/rc_widget/widget.php";
if( document.referrer )
  APB.referrer = document.referrer;
APB.create_widget = function(){
  if(APB.width<160) APB.width=160;
  document.write(
    "<iframe scrolling='no' frameborder=0 allowTransparency='true' width="+APB.width+" height=310 "+
    "marginwidth=0 marginheight=0 vspace=0 hspace=0 "+
    "style='margin:0;padding:0;background-color:transparent'"+
    "src='"+APB.url+"?w="+APB.width+"&ref="+APB.referrer+"'>"+
    "Your browser is too old to show frames.<a href='"+APB.url+"?w="+APB.width+"'>Open in a new window</a>"+
    "</iframe>");
}

}
