/*!
 * Title: focus.js
 * Date: 12:56 30 June 2009
 * Version: 3
 * Copyright: Copyright (c) 1994-2011 Global Web Limited 
 * Telephone: +44 1224 454000
 * Web: http://www.globalweb.co.uk/
 */
jQuery(document).ready(function(){jQuery("input:visible:enabled:first").focus()});
