/* 
This script writes a Flash element to the page.
In this case, the element is the Map of Institute 
*/

var so = new SWFObject("_media/map.swf", "map", "512", "646", "7", "#FFFFFF");
so.write("flashcontent");
