/* Copyright (c) 1995-2008 Choice Hotels International, Inc. All Rights Reserved. */
var PrintLang={MAC:"Press 'Cmd+p' on your keyboard to print article.",PC_SAFARI:"Right click on this window and select 'Print Page...' from the menu.",PC:"Press 'Ctrl+p' on your keyboard to print article."};function printPage(){var safariForWindows=$.browser.safari&&$.browser.OS.win;if(safariForWindows){alert(PrintLang.PC_SAFARI)}else if(window.print){setTimeout('window.print();',200)}else if($.browser.OS.mac){alert(PrintLang.MAC)}else {alert(PrintLang.PC)}};