function Load(page){
	$(".photos").load(page);
}



function ClearForm(theText){
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }

}
