var username = 'brianniece'; 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/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=106294559391151", "Brian Question-Why is it ok for me to take my daughter to the men's room, & my wife to take our son to the ladies room, but never vice-versa?", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); links[1] = new Link("/images/favicons/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=106740502684261", "Brian Break! Bust! Boom! These r the sounds of brackets all over the country breaking, popping, & exploding.", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); links[2] = new Link("/images/favicons/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=105627742799658", "Brian Saturday picnic in Memorial Park with the kiddos. Good times: http://twitpic.com/19u8ag.", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); links[3] = new Link("/images/favicons/twitpic.gif", "http://twitpic.com/19u8ag", "brianniece: http://twitpic.com/19u8ag Saturday picnic in Memorial Park with the kiddos. Good times:", "http://twitpic.com/photos/brianniece", "brianniece's Photo Stream"); links[4] = new Link("/images/favicons/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=107322079287641", "Brian Excellent article: Sin Isn't the Problem With The World, Theology Is http://huff.to/bfQlqp.", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); links[5] = new Link("/images/favicons/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=404586475420", "Brian Okay Wolfson students who just can't seem to copy it down from the whiteboard in class, here it is: http://learn.brianniece.com.", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); links[6] = new Link("/images/favicons/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=365112758807", "Brian BILL MAHER: New Rule: Let's Not Fire the Teachers When Students Don't Learn -- Let's Fire the Parents HuffPost - http://bit.ly/dp0QjJ.", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); links[7] = new Link("/images/favicons/default.gif", "http://www.facebook.com/profile.php?id=647522078&story_fbid=352278256651", "Brian Grading essays with one hand, eating lunch with the other.", "http://www.facebook.com/minifeed.php?status&id=647522078", "Brian Niece's Facebook Status Updates"); return links; }