// Visitosity Merchants Panel Version 1.0
//
// Author: Matt Frazee
// File: Merchants.js
// Date: 11/06/07

function createMerchants(){
  //starting tag
  document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="5"></td></tr><tr><td height="24" align="center" background="images/titlebar_sm_bg.jpg" class="TitleBarText">Merchant Registration</td></tr><tr><td height="1" bgcolor="#000000"></td></tr><tr><td><a href="registration.html"><img src="images/vis_merchants.jpg" width="195" height="119" border="0" alt="Register your business today!"></a></td></tr></table>');
}