//
// actbtns.js
// script custom created for AquamarineDesign
//

//
// Remember that you can't have newlines in your variables
// text must be surrounded by apostrophes (')
// if you have an apostrophe in your variable, 
//  escape it by putting a backslash in front of it
//  like the below example...
//   var example = 'Patti\'s hair is so fun!';
//


///////////////////////////////////////////

var actbtns =
'</blockquote><BR><table border="0" cellpadding="0" cellspacing="0" align="center"><tr><td><IMG SRC="images/ib_callnow.gif" WIDTH="336" HEIGHT="34" BORDER="0" ALT="call 410.415.9071 now or"></td><td><A HREF="vsf_order.html"><IMG SRC="images/ib_order.gif" WIDTH="206" HEIGHT="34" BORDER="0" alt="click here to order online"></A></td></tr></table><blockquote>';

// Use this command if using the big block of text
document.write(actbtns);


////////////////////////////////////////////

