function _ppWidget(){
  var height = 250;
  var d = new Date().getTime() + '';
  d = d.substring(d.length - 4);
  var source = top.location.href.match("://(.*?)/")[1] + '-dealswidget' + height;
  var widgetUrl = "http://www.priceprotectr.com/widget/deals/dealswidget.jsp?from=" + escape(source) + "&height=" + height + "&rand=" + d;
  var widgetId = "_ppdealswidget" + d;
  document.write('<iframe id="' + widgetId + '" title="Price Protectr Widget" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="overflow:hidden;width:300px;height:' + height + 'px;">');
  document.write('</iframe>');
  document.getElementById(widgetId).src = widgetUrl;
}
_ppWidget();
