var username = 'layawhite'; 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/greader.gif", "http://www.cartoonlabs.com/comics/index.php?date=2010-03-16&show=sinfest", "2010-03-16: Sinfest", "", "Laya's shared items in Google Reader"); links[1] = new Link("/images/favicons/greader.gif", "http://www.neatorama.com/2010/03/16/paratrooper-dog/", "Paratrooper Dog", "", "Laya's shared items in Google Reader"); links[2] = new Link("/images/favicons/greader.gif", "http://lifehacker.com/5493813/less-detergent-washes-as-well-saves-you-a-lot-of-money", "Less Detergent Washes as Well, Saves You a Lot of Money [Cleaning]", "", "Laya's shared items in Google Reader"); links[3] = new Link("/images/favicons/greader.gif", "http://feeds.gawker.com/~r/jezebel/full/~3/AmROV4_qw70/is-the-fashion-industry-getting-more-diverse-or-are-models-still-too-skinny", "Is The Fashion Industry Getting More Diverse Or Are Models Still "Too Skinny"? [Stylefile]", "", "Laya's shared items in Google Reader"); links[4] = new Link("/images/favicons/greader.gif", "http://feedproxy.google.com/~r/graphjam/~3/EfM7iMoKycE/", "your mechanical pencil", "", "Laya's shared items in Google Reader"); links[5] = new Link("/images/favicons/greader.gif", "http://feedproxy.google.com/~r/IMMD/~3/cs_FMFLjYjs/", "Dylan?s Little Moment of Win", "", "Laya's shared items in Google Reader"); links[6] = new Link("/images/favicons/greader.gif", "http://feedproxy.google.com/~r/failblog/~3/J2JnXFLsGPs/", "Conan Fan Win", "", "Laya's shared items in Google Reader"); links[7] = new Link("/images/favicons/greader.gif", "http://feedproxy.google.com/~r/Failbooking/~3/6mhs2QnSl0o/", "The Spacing Makes It Pure", "", "Laya's shared items in Google Reader"); return links; }