var username = 'craig081785'; 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://techknowsolve.com/blog/?p=24", "TechKnowSolve Blog » Blog Archives » Gridview cell text values all Empty Strings", "http://delicious.com/craigkerstiens", "Delicious/craigkerstiens"); links[1] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Scene+Aesthetic/_/Yellow%2BBirds%2B%2526%2BCoal%2BMines", "The Scene Aesthetic ? Yellow Birds & Coal Mines", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/A+Heartwell+Ending/_/The+Secret+%28Between+The+Sheets%29", "A Heartwell Ending ? The Secret (Between The Sheets)", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Making+April/_/Roses+And+Butterflies", "Making April ? Roses And Butterflies", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/JamisonParker/_/Alcohol%2B%2526%2BBandages", "JamisonParker ? Alcohol & Bandages", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Apathy+Eulogy/_/Baby+Maybe", "The Apathy Eulogy ? Baby Maybe", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Time+and+Distance/_/Lost+In+Me", "Time and Distance ? Lost In Me", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/And+Then+I+Turned+Seven/_/Headspin", "And Then I Turned Seven ? Headspin", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); return links; }