<!--
function writeJS() {
var str='';
str+='<a href="index.html">Home</a> | <a href="#top">Top of Page</a>';
str+='<p>';
str+='<font size=2>';
str+='all contents &#169; 2000-2012<br>';
str+='Serena&#39;s Guide to Divination<br>';
str+='all rights reserved<br>';
str+='</font>';
document.write(str);
}
writeJS();
//-->
	
