function sabraFlash() {
    var oeTags = '<div align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="554" height="438"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="menu7-3-2010.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ece9d8" />'
    + '<embed src="menu7-3-2010.swf" quality="high" wmode="transparent" bgcolor="#ece9d8" '
    + 'width="554" height="438" name="menu" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object></script></div>'
	+ '<br><div align="center"><font size="-1">Home | <a href="past.htm">Past</a> | <a href="present.htm">Present</a> | <a href="future.htm">Future</a> | <a href="about.htm">About Us</a> | <a href="litterbox.htm">Litterbox</a> | <a href="/puppyq.asp">Puppy Questionaire</a> | <a href="contact.htm">Contact Us</a></font></div>';
    document.write(oeTags);   // embed the flash movie
}