include_once("../mobile_device_check_function.php"); $is_mobile=is_mobile_device(); // $is_mobile=1; // this line can be used for testing. add remarks (//) to the front when finished testing if ($is_mobile) { include("index-noflash.html"); die(); } ?>