var username = 'phiggins'; 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/delicious.gif", "http://www.historyteacher.net/index.htm", "Historyteacher.net", "http://delicious.com/phiggins", "Delicious/phiggins"); links[1] = new Link("/images/favicons/default.gif", "http://www.facinghistory.org/resources/facingtoday/world-capital-killing", "The World Capital of Killing", "", "Patrick's shared items in Google Reader"); links[2] = new Link("/images/favicons/delicious.gif", "http://www.ccsd.edu/Link/LMS/RevDBQ/directions.htm", "Causes of the  American Revolution", "http://delicious.com/phiggins", "Delicious/phiggins"); links[3] = new Link("/images/favicons/delicious.gif", "http://www.emsc.nysed.gov/osa/ss/#ei", "Social Studies:OSA:NYSED", "http://delicious.com/phiggins", "Delicious/phiggins"); links[4] = new Link("/images/favicons/delicious.gif", "http://quietube.com/", "quietube | Video without the distractions | Youtube, iPlayer, Viddler, Vimeo and more", "http://delicious.com/phiggins", "Delicious/phiggins"); links[5] = new Link("/images/favicons/default.gif", "http://futura.edublogs.org/2010/02/06/do-we-care-what-they-say/", "Do we care what they say?", "", "Patrick's shared items in Google Reader"); links[6] = new Link("/images/favicons/default.gif", "http://futura.edublogs.org/2010/02/06/do-we-care-what-they-say/", "Do we care what they say?", "", "Patrick's shared items in Google Reader"); links[7] = new Link("/images/favicons/delicious.gif", "http://www.ommwriter.com/en/download-ommwriter.html?utm_source=webpage&utm_medium=email&utm_campaign=product", "Download - Ommwriter", "http://delicious.com/phiggins", "Delicious/phiggins"); return links; }