// JavaScript Document

function RunFlash()
{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="700" HEIGHT="112" id="intro" ALIGN="">\n');
   document.write('<PARAM NAME=movie VALUE="SpinBanner1.swf">\n');
   document.write('<PARAM NAME=quality VALUE=high>\n');
   document.write('<PARAM NAME=bgcolor VALUE=#0D0C08>\n');
   document.write('<EMBED src="SpinBanner1.swf" quality=high bgcolor=#0D0C08  WIDTH="700" HEIGHT="112" NAME="banner" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
   document.write('</object>\n');
}

function RunFlashIntro()
{
   document.write('<OBJECT title="The Highlands Hollywood - Restaurant, Night Club, and Special Events in Hollywood" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="700" HEIGHT="375" id="intro" ALIGN="">\n');
   document.write('<PARAM NAME=movie VALUE="intro.swf">\n');
   document.write('<PARAM NAME=quality VALUE=high>\n');
   document.write('<PARAM NAME=bgcolor VALUE=#0D0C08>\n');
   document.write('<EMBED title="The Highlands Hollywood is a premier night club, restaurant, and special events venue in the Los Angeles area." src="intro.swf" quality=high bgcolor=#0D0C08  WIDTH="700" HEIGHT="375" NAME="intro" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
   document.write('</object>\n');
}