My Blogs

Personal Blog:
The Wildebeest Plains
Recipe Blog:
The Grazing Wildebeest
Writing Blog:
Eye of The Wildebeest

Newspaper Spinner

A friend retweeted the observation that blogs would be better respected if they span into view as they loaded. To that end I wrote a quick bit of Javascript to do this.

To use it just put the following somewhere in your page, probably just before the <body> tag is best:
<script type="text/javascript" src="http://sites.google.com/site/wildebeestplains/files/rotate_load.js"></script>

Or alternatively create a link to the following in your shortcut bar and click it to get the effect on any website:
javascript:var s; s=document.createElement('script'); s.src='http://sites.google.com/site/wildebeestplains/files/rotate_load.js'; document.body.appendChild(s); void(0);

Currently this only supports Firefox and Google Chrome, if you really want Internet Explorer or Opera support then let me know and I'll give it a try.