var username = 'jeffandjer'; 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/jeffandjer/statuses/22796455412", "jeffandjer: RT @tommysablan: http://www.jeffandjer.com/blog/tommy/ Wake up & OPEN YOUR EYES! You're invited to see the DEA presentation on drugs in ...", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/22634617955", "jeffandjer: http://www.jeffandjer.com/blog/tommy/ Last 2 blogs from Little Tommy. Going to the Emmy's and a career change for the long time producer.", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/22286396377", "jeffandjer: http://kgtv.cityvoter.com/lit-l-pepper/biz/56421?ref=short Vote for Hanni and eat for free!!!!! That's the American Way. Click link.", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/22236998640", "jeffandjer: RT @tommysablan: Going to the Emmy's Sunday! Watch it in on NBC 7 39 in San Diego. Going with Laura Cain and our friend Anita Bartram.", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/21662612543", "jeffandjer: RT @tommysablan: http://www.jeffandjer.com/blog/tommy/ My life! One year later!", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/21342244354", "jeffandjer: Was it too soon to tell him this story??? New diary just posted http://www.jeffandjer.com/blog/laura", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/21279318229", "jeffandjer: RT @tommysablan: http://www.jeffandjer.com/blog/tommy/ MY MOM! She felt my heart from 20 miles away just by hearing two words. New blog ...", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/jeffandjer/statuses/21236040979", "jeffandjer: Keep seeing \"Save the Trestles\" bumper stickers with Ronald Reagan's face on it. I should know what trestles are before saving them. -Randy", "http://twitter.com/jeffandjer", "Twitter / jeffandjer"); return links; }