stylesheet = document.createElement("link");
stylesheet.rel = "stylesheet";
stylesheet.type = "text/css";
stylesheet.href = "http://5alist.com/stylesheets/five-widget.css";
stylesheet.media = "all";
document.lastChild.firstChild.appendChild(stylesheet);
//document.write('<h2><a href="http://5alist.com/profiles/5-andrew-dubber/fives/247-recent-changes-to-5alist">Top 5 recent changes to 5alist</a></h2>');
document.write('<div class="fivealistwidget" id="fivealist-widget">'); 
document.write('<ol class="the_five">');
document.write('<li>High Fives</li>');
document.write('<li>Random Fives</li>');
document.write('<li>Recent Activity on Home Page</li>');
document.write('<li>Search bar on the Home Page</li>');
document.write('<li>Layout and navigation on Profile Page [You]</li>');
document.write('</ol>');
document.write('</div>');