/**************************************************
* Denken.Com.Au - JavaScript - Initialisation
* Copyright (c) 2010
* Last update: 2010/01/29 11:06:00
**************************************************/

function fLoad() {
	if(typeof showcase_init == 'function') showcase_init();
	if(typeof careers_init == 'function') careers_init();
	if(typeof contact_init == 'function') contact_init();
}

