// JavaScript Document
$(document).ready(function(){
	/*
	$("#prev_page").bind("click", function(e){
      var str = "( " + e.pageX + ", " + e.pageY + " )";
      $("span").text("Click happened! " + str);
    });
	*/
});