
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/10368\" class=\"vm_ad_div\" style=\"display:block;height:100px;width:154px;margin:0 auto;padding-bottom:10px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_10368\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Lyme Bar</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">Buy one glass and get the second bubbly free</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/12648\" class=\"vm_ad_div\" style=\"display:block;height:100px;width:154px;margin:0 auto;padding-bottom:10px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_12648\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Acacia Beauty Ltd</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\">hydrating facial, spray tan, mini manicure and mini pedicure. for only $99</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/7591\" class=\"vm_ad_div\" style=\"display:block;height:100px;width:154px;margin:0 auto;padding-bottom:10px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_7591\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_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 3 MOVIES OR GAMES FOR ONLY $10.00 </span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/12681\" class=\"vm_ad_div\" style=\"display:block;height:100px;width:154px;margin:0 auto;padding-bottom:10px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_12681\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Buffalo Bar & Grill</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\"> Get 30 mins Free WiFi With Any Coffee Purchase</span> </a> <a href=\"http://www.vouchermate.co.nz/vouchers/12625\" class=\"vm_ad_div\" style=\"display:block;height:100px;width:154px;margin:0 auto;padding-bottom:10px;overflow:hidden;color:#227fa6;text-decoration:none;\" id=\"vm_ad_link_12625\" onclick=\"window.open(this.href);return false;\"> <span style=\"display:block;text-decoration:underline;_width:100%;font-weight:bold;color:#227fa6;overflow:hidden;\">Buffalo Bar & Grill</span> <span style=\"color:#2b2b2b;font-size:10px;margin:0;padding:0\"> Dine together at Buffalo Pay for 1 main and get 1 free</span> </a>');
  document.getElementById('vm_ad_box').innerHTML = vm_ad_vouchers;
  
  
  document.getElementById('vm_ad_box').style.background = 'url(http://vouchermate.co.nz/stylesheets/ext/feed_bg_t160x600.png) left top 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 = '30px 0 2px';
  
  document.getElementById('vm_ad_box').style.height = '566px';
  
  document.getElementById('vm_ad_box').style.fontFamily = 'Verdana,sans-serif';
  
  document.getElementById('vm_ad_box').style.width = '158px';
  
  
});
