/***************************************************************************************** * Author : Stuart Vaughan * Date : 26/05/2006 * Notes : Misc functions for the Lawry Cohen Consulting website. * ****************************************************************************************/ // Redirects the browser to a new page function GotoPage(sURL) { window.location.href = 'http://www.lawrycohenconsulting.com.au' + sURL; //window.location.href = sURL; }