function fn_top() {
  scrollTo(0,0);undefined;
}
function fn_back() {
  history.back();
}

function fn_copy() {
  date = new Date();
  year = date.getFullYear();
	document.write('Copyright&copy; 2008-' + year + ' WILD KINGS All Right Reserved.\n');
}


