The Lion and the Mouse « Thread Started on Mar 3, 2009, 11:38pm »
A LION was awakened from sleep by a Mouse running over his face. Rising up angrily, he caught him and was about to kill him, when the Mouse piteously entreated, saying: "If you would only spare my life, I would be sure to repay your kindness." The Lion laughed and let him go. It happened shortly after this that the Lion was caught by some hunters, who bound him by strong ropes to the ground. The Mouse, recognizing his roar, came and gnawed the rope with his teeth and set him free, exclaiming: "You ridiculed the idea of my ever being able to help you, expecting to receive from me any repayment of your favor; now you know that it is possible for even a Mouse to con benefits on a Lion."
All Rights Reserved
Permission is hereby granted to use this code
solely on message boards hosted by ProBoards.com.
Any other site found to be using this code shall
be in violation of this copyright notice.
*/
// Color for when the user puts their mouse over the board
var mouseOverColor = '00010E';
// Default window status bar mesage
var statusMessage = 'YOUR BOARD NAME HERE';
window.status = statusMessage;
tables = document.getElementsByTagName('TABLE');
for(t=0;t(.+?))) {
if(RegExp.$1 != 0) {
tables[t].rows(r).cells(c).id=RegExp.$1+'|'+RegExp.$2;
tables[t].rows(r).cells(c).onclick = function(){location.href=(this.id.split('|'))[0];};
}
}
}
// -->
All Rights Reserved