﻿function MM_popupMsg(msg) { //v1.0
  alert(msg);
}


function makeSpecialOffers()
{
var offer=""
offer+='        <td><div style="margin-top:15px;"><img src="https://www.velocitycu.com/images/spacer.gif" width="192" height="32" alt="" border="0"></div></td>';
offer+='        <td colspan="2"><div style="margin-left:14px;"><img src="https://www.velocitycu.com/images/special_offers_home.gif" width="530" height="32" alt="" border="0"><br><a href="javascript:Popup(\'forgot\',\'https://www.velocitycu.com/switch_kit_popup.html\',510,550,\'scroll\');"><img src="https://www.velocitycu.com/images/account_switch_banner.jpg" width="348" height="200" alt="You make the switch — we\'ll make it easy!" border="0"></a><img src="https://www.velocitycu.com/images/spacer.gif" width="4" height="1" alt="" border="0"><img src="https://www.velocitycu.com/images/special_line.gif" width="2" height="200" alt="" border="0"><img src="https://www.velocitycu.com/images/spacer.gif" width="4" height="1" alt="" border="0"><a href="https://www.velocitycu.com/additional_services.html#debitcard"><img src="https://www.velocitycu.com/images/perkseveryday_banner.gif" alt="Are you getting Perks Everyday?" width="170" height="200" border="0" align="top"></a></div></td>';
offer+='      </tr>';
offer+='      <tr>';
offer+='        <td width="192"><img src="https://www.velocitycu.com/images/spacer.gif" width="1" height="1" alt="" border="0"></td>';

document.open('text/html');
document.write(offer);
}

