javascript includes testing - test #6

This is a test file, part of the "javascript includes" article.
To go back to the article, click here.

This test shows how the scripts are included once and only once per page load.
Clicking for a second time does nothing, only the first time includes.
Reload the page to clean the 'included_files' stack.
The javascript mimicks PHP's include_once() as well as in_array().