$(document).ready(function(){
	if(typeof(onReadyFunc) != 'undefined')
		onReadyFunc();
});