var username = 'Stranahan'; 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/youtube.gif", "http://www.youtube.com/watch?v=RdpXkGllqWg", "Washington Post All Access Fire Sale!", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[1] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=GKm835NoXw4", "Lieberman : Follow The Cough", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[2] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=gIIYfHNqY5k", "Hey Joe! What ARE you?", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[3] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=ChZpU_MtgmA", "Senator Franken", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[4] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=gPBQULHPNE4", "Healthy Economy", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[5] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=j6CP4ieRiV0", "Hey Joe! The REAL Reason?", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[6] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=U2v5tVWcnGE", "Alone", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); links[7] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=C3kP9hUxMpY", "The Cost", "http://www.youtube.com/profile_videos?user=Stranahan", "Uploads by Stranahan"); return links; }