var username = 'jazzs3quence'; 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://dqnxa4ugjb67h.cloudfront.net/1265696576.3594jllkaihhrm.jpg", "Most Recent Mugshot", "http://www.dailymugshot.com/main/show/19268", "jazzs3quence's Daily Mugshot Feed"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jazzs3quence/statuses/8841087932", "jazzs3quence: wait, wtf are we supposed to call the decade between 2000 - 09? do we really need to call it the 'oughts? like in my pantaloons & derby hat?", "http://twitter.com/jazzs3quence", "Twitter / jazzs3quence"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jazzs3quence/statuses/8821367998", "jazzs3quence: RT @slashdot: Turns Out You Actually Can Be Bored To Death http://bit.ly/baFkGt", "http://twitter.com/jazzs3quence", "Twitter / jazzs3quence"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jazzs3quence/statuses/8802698405", "jazzs3quence: dude, seriously, how many times am i going to log into facebook and have it say \"welcome to your new facebook page\"? really? wtf?", "http://twitter.com/jazzs3quence", "Twitter / jazzs3quence"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jazzs3quence/statuses/8796994100", "jazzs3quence: RT Sarah Palin caught reading Q&A crib notes on her hand: http://bit.ly/a4cimo No punchline required. (via @lukestevens)", "http://twitter.com/jazzs3quence", "Twitter / jazzs3quence"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jazzs3quence/statuses/8776357945", "jazzs3quence: @tenthmuse have you seen the original BBC mini-series? it's much better than the 2005 version. you can watch it streaming on netflix.", "http://twitter.com/jazzs3quence", "Twitter / jazzs3quence"); links[6] = new Link("/images/favicons/default.gif", "http://feedproxy.google.com/~r/Jazzs3quence/~3/_8enqsOh7e8/", "the flophouse", "http://www.jazzsequence.com", "jazzsequence"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jazzs3quence/statuses/8711324354", "jazzs3quence: new post: the flophouse http://bit.ly/9PzzxW", "http://twitter.com/jazzs3quence", "Twitter / jazzs3quence"); return links; }