﻿

function makeSpecialOffers()
{
var offer=""
offer+='        <td><div style="margin-top:15px;"><img src="https://www.velocitycu.com/images/special_offers.gif" width="192" height="32" alt="" border="0"></div></td>';
offer+='        <td colspan="2"><div style="margin-left:14px;"><a href="javascript:Popup(\'forgot\',\'https://www.velocitycu.com/popup_new_branch_hours.html\',500,700,\'scroll\');"><img src="https://www.velocitycu.com/images/newbranchhoursicon.gif" width="170" height="200" alt="New Branch Hours effective December 1" border="0"></a><img src="https://www.velocitycu.com/images/special_line.gif" width="2" height="200" alt="" border="0"><a href="javascript:Popup(\'forgot\',\'https://www.velocitycu.com/popup_blue_santa.html\',520,500,\'scroll\');"><img src="https://www.velocitycu.com/images/bluesantaicon.gif" width="348" height="200" alt="Now Accepting Donations for Operation Blue Santa" 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);
}

