// JavaScript Document
var so = new SWFObject("images/bottlemap.swf", "scotchwhisky", "600", "600", "8");
function evtOnLoad(theEvent){
 	so.addParam("wmode", "transparent");
	so.write("flashcontents");
}
window.onload = evtOnLoad;
