var username = 'biblicone'; 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/default.gif", "http://biblicone.com/2008/mob/laughing-lily/#comment-20076", "Comment on Laughing Lily by Ginger", "http://biblicone.com", "Comments for biblicone.com"); links[1] = new Link("/images/favicons/default.gif", "http://biblicone.com/2008/mob/happy-bouncing-baby/#comment-20075", "Comment on Happy Bouncing Baby by Ginger", "http://biblicone.com", "Comments for biblicone.com"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/biblicone/statuses/913059381", "biblicone: The waiter thought lily was 10 months old. She will only be 6 mos next week.", "http://twitter.com/biblicone", "Twitter / biblicone"); links[3] = new Link("/images/favicons/default.gif", "http://biblicone.com/2008/mob/happy-bouncing-baby/#comment-20072", "Comment on Happy Bouncing Baby by mob mom", "http://biblicone.com", "Comments for biblicone.com"); links[4] = new Link("/images/favicons/default.gif", "http://biblicone.com/2008/mob/laughing-lily/#comment-20071", "Comment on Laughing Lily by mob mom", "http://biblicone.com", "Comments for biblicone.com"); links[5] = new Link("/images/favicons/default.gif", "http://biblicone.com/2008/mob/google-chrome-didnt-like-this-page/", "Google Chrome Didn?t Like This Page", "http://biblicone.com", "biblicone.com"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/biblicone/statuses/912494298", "biblicone: I do not recommend anyone watch The Onion Movie.", "http://twitter.com/biblicone", "Twitter / biblicone"); links[7] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/biblicone/2832924711/", "Happy Bouncing Baby", "http://www.flickr.com/photos/biblicone/", "Uploads from biblicone"); return links; }