var username = 'KGB'; 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/delicious.gif", "http://www.riccisblog.com/", "leica blog no 2 - Riccis Valladares Photography Blog", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[1] = new Link("/images/favicons/delicious.gif", "http://raffee.blogspot.com/", "leica blog no 1 - raffee & the fuctup factory", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[2] = new Link("/images/favicons/delicious.gif", "http://photography-on-the.net/forum/showthread.php?t=705167", "7-in-1 Review: ThinkTank Pro Speed Belt + Modular set (81 images) - Canon Digital Photography Forums", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[3] = new Link("/images/favicons/delicious.gif", "http://www.auraton.pl/", "Auraton - Euroster - regulatory temperatury", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[4] = new Link("/images/favicons/delicious.gif", "http://www.drive-image.com/", "Drive Image and Hard Disk Backup Software", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[5] = new Link("/images/favicons/delicious.gif", "http://www.truecrypt.org/", "TrueCrypt - Free Open-Source On-The-Fly Disk Encryption Software for Windows 7/Vista/XP, Mac OS X and Linux", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.youtube.com/watch?v=ME_cujGxVk8", "Camera Cafe - Klasyk :)", "http://delicious.com/kichu1979", "Delicious/kichu1979"); links[7] = new Link("/images/favicons/delicious.gif", "http://drestudio.com/", "DRE STUDIO Agencja Multimedialna", "http://delicious.com/kichu1979", "Delicious/kichu1979"); return links; }