// vid.js

function InsertIt(thisPlace, thisMov, identifyer)
{
document.write('<a href="/images/stories/videos/'+thisPlace+'/'+thisMov+'");
document.write('style="display:block;width:480px;height:360px"');
document.write('id="'+identifyer+'"> </a>')
}

// <a  href="/images/stories/videos/Pathfinder/Pathfinder_Slabsmith.flv"  
//    style="display:block;width:480px;height:360px"  
//    id="player0"> </a> 

