<!--
function flashWrite(url,w,h){

var flashStr="<embed src='"+url+"' width='"+w+"' height='"+h+"' wmode='Transparent' type='application/x-shockwave-flash' fullscreen='yes'></embed>";
document.write(flashStr);
}
-->