/* Google custom search */ 
google.load('search', '1', {language : 'zh-CN'});
google.setOnLoadCallback
(
  function()
  {
    var customSearchControl = new google.search.CustomSearchControl('012238670990682706371:r7e5yga7avu');
	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	customSearchControl.draw('cse');
  }, 
  true
);

