function ajaxpage(file,div){
	jQuery("#"+div).load(file);
}
