function bookmarkMe() {
document.write(
"<SPAN CLASS='favorite'>"
+ "Right MouseClick to bookmark this page. "
+ "<image src='images\/tag.gif' border='0' alt='Include this page!' align='absmiddle'></SPAN>"
);
}