Followers

Da page!


This is where will post some things which I need to remember.
Password protection Javascript code:

<script language="JavaScript" type="text/javascript">
<!--hide
var password;
var pass1="dabomb!";
password=prompt('This page is password protected. Please enter the password to view it.',' ');
if (password==pass1)
alert('Press OK to continue.');
else
{
window.location="http://tinkatollier.blogspot.com/2011/06/changes-coming-soon-pages.html";
}
//-->
</script>

Jokes:
Riddles:
Not yet known.

Puzzles:
Not yet known.