/*
	$Id: initialise.js 8937 2008-09-17 04:42:25Z mjhorne $

	This file is part of ayudaCMS
	Copyright 2007: ayuda IT
	http://www.ayuda.com.au

	For licencing details, please see LICENCE.txt in the ayudaCMS directory.
*/

function initialise()
{
	initialiseExternalLinks();
	initialiseContentAreas();
}

