// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

//If Flash is good to go
var oeTags = "<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=160 HEIGHT=600 id=test><PARAM NAME=movie VALUE='../vet_common/swf/temp1/nav_temp_small.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#336699><EMBED src='../vet_common/swf/temp1/nav_temp_small.swf' name=test quality=high bgcolor=#336699  WIDTH=160 HEIGHT=600 TYPE='application/x-shockwave-flash' swLiveConnect='true' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT>";




//If Flash is not present or an outdated version
var alternateContent = "<table width='160' cellpadding='0' cellspacing='0' border='0' align='left'><tr><td class='link'><p>&nbsp;</p><p class='link'><a href='../about/index.html' title='About the School'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5' name='dot1'> About the School </a></p><p class='link'><a href='../admissions/index.html' title='Admissions and Financial Aid'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Admissions/Financial Aid </a></p><p class='link'><a href='../academic/index.html' title='Academic Programs'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Academic Programs </a></p><p class='link'><a href='../clinical/index.html' title='Hospital and Services'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Hospital and  Services </a></p><p class='link'><a href='../libraries/index.html' title='Libraries and Computing'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Libraries and Computing </a></p><p class='link'><a href='../faculty_research/index.html' title='Faculty and Research'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Faculty and Research </a></p><p class='link'><a href='../continedu/index.html' title='Continuing Education and Special Programs'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Continuing Education /<br /> &nbsp; &nbsp; Special Programs </a></p><p class='link'><a href='../gift/index.html' title='Making a Gift'><img src='../vet_common/images/temp1/dot.gif' border='0' width='5' height='5'> Making a Gift </a></p></td></tr></table>";






if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {  // if we've detected an acceptable version
	//document.write(alternateContent);
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    document.write(alternateContent);  // insert non-flash content
  }
}
