var username = 'cmrn'; 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/1JC6uL/abstrusegoose.com/156/t:4a4eb8b76f28e;src:favorites", "Abstruse Goose & Biologist", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[1] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/1mZqdo/www.drivl.com/posts/view/416/t:4a4eb8b76f28e;src:favorites", "Drivl.com | The Seven Phases of Owning an iPod &45; An Illustrated Journey", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[2] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/29tZoX/dl-client.getdropbox.com/u/41858/proof.png/t:4a4eb8b76f28e;src:favorites", "http://dl-client.getdropbox.com/u/41858/proof.png", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[3] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/1YYLa6/gprime.net/flash.php/soundimmersion/t:4a4eb8b76f28e;src:favorites", "sound immersion (hear sounds above, and behind you using regular headphones. who says you need to buy surround sound?) - flash", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[4] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/1Nlnks/ccgi.bluerabbit.plus.com/virtualbarbershop/t:4a4eb8b76f28e;src:favorites", "Virtual Barbershop", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[5] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/9pDzZP/adam-and-eve.istheshit.net/t:4a4eb8b76f28e;src:favorites", "adam-and-eve.istheshit.net", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[6] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/8cjKrP/blog.advoor.net/wp-content/uploads/2007/07/intellegentzoo.jpg/t:4a4eb8b76f28e;src:favorites", "http://blog.advoor.net/wp-content/uploads/2007/07/intellegentzoo.jpg", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); links[7] = new Link("/images/favicons/stumbleupon.gif", "http://www.stumbleupon.com/to/33oYwN/www.myconfinedspace.com/watermark.php?src=wp-content/uploads/2008/01/faith-motivational.jpg/t:4a4eb8b76f28e;src:favorites", "http://www.myconfinedspace.com/watermark.php?src=wp-content/uploads/2008/01/faith-motivational.jpg", "http://cmrn.stumbleupon.com/favorites/", "StumbleUpon | cmrn's favorites"); return links; }