var username = 'milkfish'; function Link(favico, link, title, sourceUrl, source) { this.favico = favico; this.link = link; this.title = title; this.sourceUrl = sourceUrl; this.source = source; } function Mashups() { links = new Array(); links[0] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/2RXnxE/www.skylighter.com/how_to_make_fireworks.asp/t:4a4e9bfbc46a5;src:reviews", "Homemade Fireworks : Rockets : Fuse : Black Powder", "http://milkfish.stumbleupon.com/", "StumbleUpon | milkfish's comments & reviews"); links[1] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/2RXnxE/www.skylighter.com/how_to_make_fireworks.asp/t:4a4e9bfbc79d9;src:favorites", "Homemade Fireworks : Rockets : Fuse : Black Powder", "http://milkfish.stumbleupon.com/favorites/", "StumbleUpon | milkfish's favorites"); links[2] = new Link("/images/favicons/delicious.gif", "http://xahlee.org/emacs/emacs_make_modern.html", "How To Make Emacs Use Modern User Interface", "http://delicious.com/milkfish", "Delicious/milkfish"); links[3] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/1DwH1r/www.hongkiat.com/blog/40-free-high-quality-hand-drawn-fonts/t:4a4e9bfbc79d9;src:favorites", "40 Free High Quality Hand-drawn Fonts | Graphics", "http://milkfish.stumbleupon.com/favorites/", "StumbleUpon | milkfish's favorites"); links[4] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/9c9IpQ/wordofmouthokc.wordpress.com/2009/05/29/philippe-ramette-the-mundane-fantastic/t:4a4e9bfbc79d9;src:favorites", "Philippe Ramette & The Mundane Fantastic & w o r d of m o u t h", "http://milkfish.stumbleupon.com/favorites/", "StumbleUpon | milkfish's favorites"); links[5] = new Link("/images/favicons/default.gif", "http://www.evilhow.com/tiki-view_blog_post.php?blogId=1&postId=101", "It's clean living and good genes, that's what I tell everyone", "http://www.evilhow.com/tiki-blogs_rss.php?ver=2", "evilHow blogs"); links[6] = new Link("/images/favicons/default.gif", "http://www.evilhow.com/tiki-view_blog_post.php?blogId=1&postId=101", "It's clean living and good genes, that's what I tell everyone", "http://www.evilhow.com/tiki-blogs_rss.php?ver=2", "evilHow blogs"); links[7] = new Link("/images/favicons/delicious.gif", "http://sigquit.wordpress.com/2008/09/14/insert-date-string-dot-emacs/", "Insert date string (dot emacs) « SIGQUIT", "http://delicious.com/milkfish", "Delicious/milkfish"); return links; }