var username = 'vrsandersjr'; 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/pandora.gif", "http://www.pandora.com/?sc=qm91183318", "pandora18649's QuickMix", "http://www.pandora.com", "Pandora User Stations: vrsandersjr@aim.com"); links[1] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/2bc0a13668ad11dea6f8003048c10834", "vrsandersjr checked in @ Troy", "http://brightkite.com/people/vrsandersjr", "Stream for vrsandersjr"); links[2] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/276817c2681c11de831a003048c10834", "vrsandersjr checked in @ Heritage Village Apartments", "http://brightkite.com/people/vrsandersjr", "Stream for vrsandersjr"); links[3] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/d16fd364676211deb38e003048c10834", "vrsandersjr checked in @ Houlihans", "http://brightkite.com/people/vrsandersjr", "Stream for vrsandersjr"); links[4] = new Link("/images/favicons/goodreads.gif", " http://www.goodreads.com/review/show/61895901.?utm_medium=api&utm_source=rss ", " Born Standing Up: A Comic's Life ", "http://www.goodreads.com/review/list_rss/2211433-vaughn", "Vaughn's bookshelf: read "); links[5] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/7007368668611dea0f0003048c0801e", "vrsandersjr checked in @ Tropical Liqueurs", "http://brightkite.com/people/vrsandersjr", "Stream for vrsandersjr"); links[6] = new Link("/images/favicons/tumblr.gif", "http://vrsj.tumblr.com/post/132651118", "Johnny?s at Costco (via diyosa)", "http://vrsj.tumblr.com/", "Ramblings from That Dude"); links[7] = new Link("/images/favicons/digg.gif", "http://digg.com/linux_unix/13_things_to_get_excited_for_in_Ubuntu_9_10_Karmic_Koala", "13 things to get excited for in Ubuntu 9.10 Karmic Koala", "http://digg.com/users/vrsandersjr/history/diggs", "digg / vrsandersjr / history / diggs"); return links; }