var MM_FlashCanPlay = flash_detection(7,7);
if ( MM_FlashCanPlay[0] == 0 || MM_FlashCanPlay[0] < MM_FlashCanPlay[1]) {
   window.location = CONTENT_PATH+GLOBAL_LANGUAGE+"/noflash.html";
}
