function seoswf(type) {
  if (type == "head") {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="960" height="280">');
    document.write('  <param name="movie" value="Graphics/header.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="960" height="280"></embed>');
    document.write('</object>');
  }
  else if (type == "footer") {
    document.write('<center><span class="footer"><a href="http://www.francosmoving.com"><img src="Graphics/bottombar.jpg" width="950" height="75" border="0"></a>');
    document.write('<br>copyright &copy; 2009, Franco&#8217;s Moving, Inc. All rights reserved.');
    document.write('<br>Website Design by <a href="http://www.mkmm.com" target="_blank">MK Multimedia</a></span></center>');
  }
}