function submitLike(){$.ajaxSetup({cache:false});var currentUrl=location.href;$.get("http://www.x10.com/fbstat/recordFBStat.cgi",{command:"recordPageLike",pageUrl:currentUrl},function(data){});}
function submitView(){$.ajaxSetup({cache:false});var currentUrl=location.href;$.get("http://www.x10.com/fbstat/recordFBStat.cgi",{command:"recordPageView",pageUrl:currentUrl},function(data){},"json");}
function submitViewAndRenderLastPage(){$.ajaxSetup({cache:false});var currentUrl=location.href;$.get("http://www.x10.com/fbstat/recordFBStat.cgi",{command:"recordPageView",pageUrl:currentUrl},function(data){$.getJSON('http://www.x10.com/fbapp/getPageTitleDumb.cgi',{url:data.lastPage},function(data){alert(data.title);});},"json");}

