function seoswf(type) {
  if (type == "home") {
    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="950" height="600">');
    document.write('  <param name="movie" value="Graphics/index.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="600"></embed>');
    document.write('</object>');
  }
  else if (type == "top") {
    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="950" height="150">');
    document.write('  <param name="movie" value="Graphics/top.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="150"></embed>');
    document.write('</object>');
  }
  else if (type == "HermosaBeach") {
    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="360" height="300">');
    document.write('  <param name="movie" value="Graphics/HermosaBeach.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/HermosaBeach.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="360" height="300"></embed>');
    document.write('</object>');
  }
 }