function loadincludes(){	
	if(document.getElementById('topinc')) clientSideInclude('topinc', '../includes/top_bar.htm');
	if(document.getElementById('topinc1')) clientSideInclude('topinc1', '../includes/left_panel.htm');
	if(document.getElementById('topinc_admin')) clientSideInclude('topinc_admin', '../includes/admin_top.htm');
if(document.getElementById('topinc2')) clientSideInclude('topinc2', 'includes/top_bar_home.htm');
}

function loadincludes1(){	
	
}