var username = 'jlr'; 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/j_l_r/statuses/2462763750", "j_l_r: & starting Nurse Jackie with Mom tonight. unclear when I'm getting MacBook since faster 13\" pros haven't started shipping yet. :( #fb", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/2462751782", "j_l_r: finished seasons of 30 Rock, Dexter, Dollhouse; re-ripping ends of Damages, Big Love, Flashpoint, Lost. currently: Weeds, True Blood. #fb", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[2] = new Link("/images/favicons/delicious.gif", "http://ijlm.net/node/2220", "Learning the 5 Lessons of YouTube: After Trying to Teach There, I Don?t Believe the Hype", "http://delicious.com/jlr", "Delicious/jlr"); links[3] = new Link("/images/favicons/delicious.gif", "http://xenascholar.wordpress.com/", "Xena Essays", "http://delicious.com/jlr", "Delicious/jlr"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/2458639009", "j_l_r: best buy closed due to fire, making this errand a challenge. ordering new MacBook anyway so I can write my diss without further crises! #fb", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/2458614153", "j_l_r: DIY solution! buying an external enclosure & removing hard drive myself so I have access to my data on mom's computer in the interim. #fb", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/2455787724", "j_l_r: GRR I have an article/chapter to revise by Tues & none of the MI apple stores have my new MacBook in stock! will try ordering online. #fb", "http://twitter.com/j_l_r", "Twitter / j_l_r"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/j_l_r/statuses/2454972408", "j_l_r: @furies I want to kayak! that is one of my fave NYC activities. sadly i'm not near the Hudson. :(", "http://twitter.com/j_l_r", "Twitter / j_l_r"); return links; }