var username = 'michaeldaehn'; 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/tumblr.gif", "http://michaeldaehn.tumblr.com/post/376295342", "Stuck on TJ's", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[1] = new Link("/images/favicons/tumblr.gif", "http://michaeldaehn.tumblr.com/post/376093962", "Waffles", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[2] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=9Hv_DXYjfIk&feature=autoshare", "Qik - Girl Scout Cookies by Michael Daehn", "", "Michael Daehn's shared items in Google Reader"); links[3] = new Link("/images/favicons/youtube.gif", "http://www.youtube.com/watch?v=9Hv_DXYjfIk&feature=youtube_gdata", "Qik - Girl Scout Cookies by Michael Daehn", "http://www.youtube.com/profile_videos?user=msdaehn", "Uploads by msdaehn"); links[4] = new Link("/images/favicons/tumblr.gif", "http://michaeldaehn.tumblr.com/post/373165960", "Dance 2", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[5] = new Link("/images/favicons/tumblr.gif", "http://michaeldaehn.tumblr.com/post/373165234", "Father Daughter Dance", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[6] = new Link("/images/favicons/tumblr.gif", "http://michaeldaehn.tumblr.com/post/371352169", "Playing on the Bed", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[7] = new Link("/images/favicons/greader.gif", "http://www.youtube.com/watch?v=1OcYbq5Fizw&feature=autoshare", "Qik - Girl Scout Cookies by Michael Daehn", "", "Michael Daehn's shared items in Google Reader"); return links; }