function gallerySwitch(x){
	$("#righty").load("gallery.php?p="+x+"&a=inc");
	//alert(x);
	return false;
}