/*
 * nicholasalmeida.com
 * Date: 2004/09/23
 * Revision: 0.1
*/
function initDefault(){
	if(isDef('init'))init();
}
onload=initDefault;

