// <![CDATA[
var so = new SWFObject("flash.swf", "topflash", "770", "284", "6", "#ffffff");
so.addParam("wmode", "transparent");
so.write("flash");
// ]]>


if(document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
//collect all anchors A
for(var i = 0; i < a.length; i++){
// mouse onfocus, blur anchors
a[i].onfocus = function(){this.blur();};
}
}
