display('sitemap/sitemap.xml'); break; case 'support': // Support include('support/index.php'); break; case 'search': // Support include('search/index.php'); break; case 'tpdsurvey': // TPD Survey include('tpdsurvey/index.php'); break; //--------------------------------------------------------------- // Redirects case 'be300': // be300 header('Location: /products/archive/Industrial_Devices/Hand-held/BE-300/'); exit(); break; case 'calculators': // header('Location: /products/Calculators_&_Dictionaries/'); exit(); break; case 'cameras': // header('Location: /products/Cameras/'); exit(); break; case 'cashregisters': // header('Location: /products/Cash_Registers_%26_POS/'); exit(); break; case 'clocks': // header('Location: /products/Timepiece/Clocks/'); exit(); break; case 'accessories': // header('Location: /products/accessories/'); exit(); break; case 'watches': // header('Location: /products/Timepiece/'); exit(); break; case 'helpdesk': // header('Location: /support/helpdesk/'); exit(); break; case 'unsubscribe': // header('Location: /myaccount/email/'); exit(); break; case 'pvdownload': // header('Location: http://world.casio.com/download/pv/'); exit(); break; case 'dictionary': // header('Location: /products/Calculators_&_Dictionaries/Dictionaries/'); exit(); break; case 'cw75': // header('Location: /products/Label_%26_Disk_Title_Printers/Disk_Title_Printers/CW-75/'); exit(); break; case 'titleprinter': // header('Location: /products/Label_%26_Disk_Title_Printers/'); exit(); break; case 'jpdictionary': // header('Location: /products/Calculators_%26_Dictionaries/Dictionaries/'); exit(); break; case 'cw50': // header('Location: /products/Label_%26_Disk_Title_Printers/Disk_Title_Printers/CW-50/'); exit(); break; case 'archive': // header('Location: /products/archive/'); exit(); break; case 'educators': // header('Location: /education/'); exit(); break; case 'exilim': // header('Location: /products/Cameras/'); exit(); break; case 'educator': // header('Location: /education/'); exit(); break; case 'education': // header('Location: /education/'); exit(); break; case 'disctitle': // header('Location: /products/Label_%26_Disk_Title_Printers/'); exit(); break; case 'lk-90tv_flash': include('lk-90tv_flash/index.php'); break; case 'tv_flash': include('tv_flash/index.php'); break; case 'japanese': // header('Location: /products/Calculators_%26_Dictionaries/Dictionaries/'); exit(); break; case 'specials': // header('Location: '. Variables::MyCasioURL .'index.cfm?fuseaction=specials.home'); exit(); break; case 'portabletv': // header('Location: /products/Portable_TVs/'); break; exit(); case 'lk-90tv': // header('Location: /products/archive/Musical_Instruments/Lighted_Keys/LK-90TV/'); exit(); break; case 'discdemo': // header('Location: /products/Label_%26_Disk_Title_Printers/Disk_Title_Printers/CW-100/content/Interactive_Demo/'); exit(); break; case 'ezfinder': // header('Location: /products/finder/'); exit(); break; case 'cw75_demo': // header('Location: /products/Label_%26_Disk_Title_Printers/Disk_Title_Printers/CW-75/content/Interactive_Demo/'); exit(); break; case 'cwl300_demo': // header('Location: /products/Label_%26_Disk_Title_Printers/Combination_Printers/CW-L300/content/Interactive_Demo/'); exit(); break; case 'cw50_demo': // header('Location: /products/Label_%26_Disk_Title_Printers/Disk_Title_Printers/CW-50/content/Interactive_Demo/'); exit(); break; case 'cw100_demo': // header('Location: /products/Label_%26_Disk_Title_Printers/Disk_Title_Printers/CW-100/content/Interactive_Demo/'); exit(); break; case 'rebate': //make new dynamic site include('rebate/index.php'); break; case 'register': // header('Location: /login/'); exit(); break; case 'lk94tv_demo': // header('Location: /products/Musical_Instruments/Lighted_Keys/LK-94TV/content/Interactive_Demo/'); exit(); break; case 'ctk496': // //$query = "exec sto_InsertPageViews @LPV_Page = '" .Variables::CasioURL . "products/Musical_Instruments/Standard/CTK-496/'"; //mssqlquery(Variables::LogDSN, Variables::LogDSN_IP, Variables::LogDSN_DBU, Variables::LogDSN_DBP, $query, false); header('Location: /products/Musical_Instruments/Standard/CTK-496/'); exit(); break; case 'holiday05': //make new dynamic site include('holiday05/index.php'); break; case 'harmony99': header('Location: http://world.casio.com/pv/download/en/e_harmony/99.html'); exit(); break; case 'intranetrewards': header('Location: ' . Variables::MyCasioURL . 'intranetrewards/'); exit(); break; //--------------------------------------------------------------- // TMW 10.15.07 Added case 'c4blocator': // Casio 4 Business Locator include('c4blocator/index.php'); break; default: // 404 File Not Found //12.11.2007 SVS Removed the print array function below as it caused the array to be printed on index.php //print_r($ACTION); $smarty->display('global/404.tpl'); break; } ?>