function getFlash(strFlash,width,height) {document.write('\n');document.write('\n');document.write('\n');document.write('\n');document.write('\n');} function getFlashSafe(strFlash,intWidth,intHeight,strName,strJpg,strLink) {if(!FlashDetect.installed){if(strLink.toString().length>0){document.write(''+strName+'');} else{document.write(''+strName+'');}} else{getFlash(strFlash,intWidth,intHeight);}} function getFlashIgnore(strFlash,intWidth,intHeight) {if(FlashDetect.installed) getFlash(strFlash,intWidth,intHeight);}