Namespace.Register("WCL.Link"); WCL.Link.Links = { GeneralClick: function() { WCL.AJAX.UpdateContentDiv("links/general.html.php"); WCL.General.SetTitle("General Sites"); return false; }, GuideBooksClick: function() { WCL.AJAX.UpdateContentDiv("links/guidebooks.html.php"); WCL.General.SetTitle("Guide Books"); return false; }, WeatherClick: function() { WCL.AJAX.UpdateContentDiv("links/weather.html.php"); WCL.General.SetTitle("Weather Sites"); return false; }, AffiliatedClick: function() { WCL.AJAX.UpdateContentDiv("links/affiliated.html.php"); WCL.General.SetTitle("Affiliated Organisations"); return false; } }