﻿

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="https://www.velocitycu.com/Forms/OnlineForm.cgi?form=reg_e&onWeb=TRUE"><img src="https://www.velocitycu.com/images/reg_e_icon.gif" width="170" height="200" alt="Important Changes to Overdraft Protection." 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/loans.html#energy"><img src="https://www.velocitycu.com/images/ae_icon.gif" width="348" height="200" alt="Austin Energy Loans for the green builder in us." border="0"></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);
}
