|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Welcome!!!Thank you for coming!This Window Will Close Itself... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| �
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| As you can see, this page is just getting started... Feel free to look around and fill in the question of the week. I will try update the question of the week almost every week. When a new question of the week arrives, I will tell you in the updates, so come back everyday and check. Monday is usually the day that I change the question of the week. If you have any questions or comments, e-mail me at [email protected] 7 DAY RECAP: 07.31.01: Added a movies page. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Home | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| -------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cheats | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| -------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Firing Range Walkthroughs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Gameshark Codes |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| -------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Question of the month winners | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --------------------- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Take the Perfect Dark Quiz | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
" + resultsTitle + ""; if (string == "" || string == " ") { output += "Error: Please enter a search string."; } else { output += "Below are the results for \"" + string + "\"."; var numofpages = 0; var tempoutput = ""; for (i = 0; i < pages.length; i++) { if (pages[i].title.indexOf(string) != -1 || pages[i].description.indexOf(string) != -1) { numofpages++; tempoutput += " " + numofpages + ". " + pages[i].title + " "; tempoutput += pages[i].description; tempoutput += " [ New Window ] "; } } if (numofpages > 0) { output += "Your search returned " + numofpages + " results. "; output += tempoutput; output += " "; } else { output += "Sorry, your search did not return any results. "; } output += " << Back"; } // end the output output += ""; output += "
";
// write the results to the screen
document.write(output);
}
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||