var username = 'SEANerDotNET'; 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/twitter.gif", "http://twitter.com/SEANerDotNET/statuses/10313970982", "SEANerDotNET: I'm too good to be Narcissistic!", "http://twitter.com/SEANerDotNET", "Twitter / SEANerDotNET"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SEANerDotNET/statuses/8889128685", "SEANerDotNET: Are you computing in the cloud as much as me? http://ow.ly/15LkK", "http://twitter.com/SEANerDotNET", "Twitter / SEANerDotNET"); links[2] = new Link("/images/favicons/pandora.gif", "http://www.pandora.com/music/song/hank+marvin/oxygene", "Oxygene by Hank Marvin", "http://www.pandora.com/people/seanerdotnet", "Pandora Bookmarked Songs: seanerdotnet"); links[3] = new Link("/images/favicons/pandora.gif", "http://www.pandora.com/music/song/bananarama/cruel+summer", "Cruel Summer by Bananarama", "http://www.pandora.com/people/seanerdotnet", "Pandora Bookmarked Songs: seanerdotnet"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SEANerDotNET/statuses/7596533846", "SEANerDotNET: Recently I learned Ignorance is NOT bliss, and that education saves time!", "http://twitter.com/SEANerDotNET", "Twitter / SEANerDotNET"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SEANerDotNET/statuses/7480506529", "SEANerDotNET: -52?? WOW... No thanks!! - Frigid weather hits Midwest, -52 wind chill in ND http://ow.ly/TFnW", "http://twitter.com/SEANerDotNET", "Twitter / SEANerDotNET"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SEANerDotNET/statuses/7216201444", "SEANerDotNET: Avatar... Better in 3D or 2D? I'm gonna find out!", "http://twitter.com/SEANerDotNET", "Twitter / SEANerDotNET"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SEANerDotNET/statuses/7186011470", "SEANerDotNET: Snow snow go away... stay in the mountains!!", "http://twitter.com/SEANerDotNET", "Twitter / SEANerDotNET"); return links; }