var username = 'austinlifestyles'; 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/crackle.gif", "http://crackle.com/c/Take-Away_Shows/Nation_of_Bloggers/2478867#ml=fi%3d", "Nation of Bloggers", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[1] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Buchanan_Rides_Alone/Buchanan_Rides_Alone_178_2398_spt_10mb/2478865#ml=fi%3d", "Buchanan Rides Alone 178 2398 spt 10mb", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[2] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Originals/OLWF0015_FlagTee_15sec_PreRoll/2478864#ml=fi%3d", "OLWF0015 FlagTee 15sec PreRoll", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[3] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Penn_Says/Sony_and_the_Stooges/2478766#ml=fi%3d", "Sony and the Stooges", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[4] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Mommy_XXX/On_the_Porno_Set/2474549#ml=fi%3d", "On the Porno Set", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[5] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Fat_Albert_Minisode/Fat_Albert_Second_Chance/2478863#ml=fi%3d", "Fat Albert: Second Chance", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[6] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Fat_Albert_Minisode/Fat_Albert_Film_Follies/2478861#ml=fi%3d", "Fat Albert: Film Follies", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); links[7] = new Link("/images/favicons/crackle.gif", "http://crackle.com/c/Fat_Albert_Minisode/Fat_Albert_Kiss_and_Tell/2478862#ml=fi%3d", "Fat Albert: Kiss and Tell", "http://crackle.com/rss/media.ashx?fi=&fu=austinlifestyles", "Crackle: Newest"); return links; }