
function vm_addEvent(obj, evType, fn){ 
 if (obj.addEventListener){ 
   obj.addEventListener(evType, fn, false); 
   return true; 
 } else if (obj.attachEvent){ 
   var r = obj.attachEvent("on"+evType, fn); 
   return r; 
 } else { 
   return false; 
 } 
}
window.vm_addEvent(window, 'load', function() {
  vm_ad_vouchers = new String('<a href=\"http://www.vouchermate.co.nz/vouchers/7883\" class=\"vm_ad_div\" style=\"display:block;float:left;width:225px;height:36px;padding-right:5px;overflow:hidden;color:#227fa6;text-decoration:none;line-height:1.1em;\" id=\"vm_ad_link_7883\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;white-space:nowrap;text-decoration:underline;text-overflow:ellipsis;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Surreal Beauty Therapists</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">Sothys 100% Organic Facial & browshape $59 save $48</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/3726\" class=\"vm_ad_div\" style=\"display:block;float:left;width:225px;height:36px;padding-right:5px;overflow:hidden;color:#227fa6;text-decoration:none;line-height:1.1em;\" id=\"vm_ad_link_3726\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;white-space:nowrap;text-decoration:underline;text-overflow:ellipsis;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">United Video Bay of Plenty</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">Hire any Movies or Games for $2 each on Monday</span> </a>');
  document.getElementById('vm_ad_box').innerHTML = vm_ad_vouchers;
  
  
  document.getElementById('vm_ad_box').style.overflow = 'hidden';
  
  document.getElementById('vm_ad_box').style.background = 'url(http://vouchermate.co.nz/stylesheets/ext/feed_bg_t468x60.png) right bottom no-repeat #fff';
  
  document.getElementById('vm_ad_box').style.fontSize = '11px';
  
  document.getElementById('vm_ad_box').style.border = '1px solid #227fa6';
  
  document.getElementById('vm_ad_box').style.padding = '2px 0 20px 2px';
  
  document.getElementById('vm_ad_box').style.fontFamily = 'Verdana,sans-serif';
  
  document.getElementById('vm_ad_box').style.width = '464px';
  
  
});
