var username = 'josieg182'; 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://josieg182.tumblr.com/post/17236739800", "Photo", "http://josieg182.tumblr.com/", "Random Dani"); links[1] = new Link("/images/favicons/delicious.gif", "http://jorgepedret.com/web-development/placeholder-text-for-gravity-form-input-elements/", "Placeholder text for Gravity Form input elements | Jorge Pedret", "http://www.delicious.com/anidandesign", "Delicious/anidandesign"); links[2] = new Link("/images/favicons/delicious.gif", "http://wpsmith.net/2011/plugins/how-to-create-a-custom-form-field-in-gravity-forms-with-a-terms-of-service-form-field-example/", "WPSmith | How to Create a Custom Form Field in Gravity Forms with a Terms of Service Form Field Example", "http://www.delicious.com/anidandesign", "Delicious/anidandesign"); links[3] = new Link("/images/favicons/delicious.gif", "http://bill2me.com/2007/04/23/wordpress-conditional-tags-is_single/", "WordPress Conditional Tags: is_single()", "http://www.delicious.com/anidandesign", "Delicious/anidandesign"); links[4] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/josieg182/6778885783/", "lol Mr. Bentley sleepin' silly", "http://www.flickr.com/photos/josieg182/", "Uploads from dani.mcdaniel"); links[5] = new Link("/images/favicons/delicious.gif", "http://nooshu.com/converting-a-wordpress-post-to-a-custom-post-type", "Converting a Wordpress post to a custom post type", "http://www.delicious.com/anidandesign", "Delicious/anidandesign"); links[6] = new Link("/images/favicons/delicious.gif", "http://wordpress.org/extend/plugins/convert-post-types/", "WordPress ? Convert Post Types « WordPress Plugins", "http://www.delicious.com/anidandesign", "Delicious/anidandesign"); links[7] = new Link("/images/favicons/delicious.gif", "http://wordpress.org/extend/plugins/post-type-switcher/", "Post Type Switcher « WordPress Plugins", "http://www.delicious.com/anidandesign", "Delicious/anidandesign"); return links; }