
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/12661\" class=\"vm_ad_div\" style=\"display:block;float:left;width:175px;height:66px;padding-right:5px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_12661\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Mag & Turbo - Tyre & Service Centre</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">FREE Wheel Balance & Complete Tyre Rotation for 5 wheels. $35 Value.</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/10183\" class=\"vm_ad_div\" style=\"display:block;float:left;width:175px;height:66px;padding-right:5px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_10183\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">The Flying Burrito Brothers Cantina & Tequileria</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">$5 off a pitcher of Margarita!</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/12640\" class=\"vm_ad_div\" style=\"display:block;float:left;width:175px;height:66px;padding-right:5px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_12640\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Gold Band Taxis (Christchurch) Society Ltd</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">Recieve 10% off cash fare.</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/7883\" class=\"vm_ad_div\" style=\"display:block;float:left;width:175px;height:66px;padding-right:5px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_7883\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_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>');
  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_t728x90.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.height = '66px';
  
  document.getElementById('vm_ad_box').style.fontFamily = 'Verdana,sans-serif';
  
  document.getElementById('vm_ad_box').style.width = '724px';
  
  
});
