/*
function updatePreview() {
	var ajax = new Ajax.Updater(
		document.getElementById('pkgraph'),
//		'jsviz/peoplekidia_graph.php', {
		'XMLLoader_Snowflake_Container.html', {
			method: 'get',
			evalScripts: true,
			parameters:{ Profile: 1 }
		}
		);
	return true;
}
*/

var oldLoad = window.onload;
window.onload = function(){
	if (oldLoad) oldLoad();
 // any function that is on page or in included script files
	onLoadTimeline(pk_timeline_file);
	//JSVIZ_initForceDriven();
	//JSVIZ_initSnowflake();
//  updatePreview();
}

