<noscript><iframe src="http://**** YOUR BOX ID ****.myshoutbox.com/?extcss=http://%host%/template/code/ToG-Shoutbox.css" height=250 width=146 frameborder=0></iframe></noscript>
Because this line is what shows when a user has javascript disabled.
I will provide some instructions for you to see this functionality... If you have Firefox, disable js temporarily...
Tools > Options > Content
Then refresh the page. You'll notice the template looses a lot of features. And without a proper link in the shoutbox it will not load
. The <noscript/> tag in HTML hides content when there is javascript on, and shows it when it is off.
Basically its the hide/show module function in the javascript that gives the shoutbox a link to read from. When it is pinned shut the user of your site isn't waiting for an invisible page to load in the background, it can save up to 12 seconds of page load sometimes. An advantage of having javascript on with the ToG
along with many others.
I might link to this thread from the readme, it will be helpful for others.