function print_infos() {
	
	tabler('visits   ', 1);
	stretcher_open();
		document.write('<a href="http://flagcounter.com/more/fLP8"><img src="http://flagcounter.com/count/fLP8/bg=29618A/txt=ffffff/border=CCCCff/columns=1/maxflags=20/viewers=3/labels=1/" border="0"></a>');
	stretcher_close();
	
	tabler('visits   ', 1);
	stretcher_open();
	  document.write('<script type="text/javascript" src="http://feedjit.com/serve/?bc=29618A&amp;tc=AECCEE&amp;brd1=6699CC&amp;lnk=AECCEB&amp;hc=CCCCFF&amp;ww=180"></script><noscript><a href="http://feedjit.com/">Feedjit Live Blog Stats</a></noscript>');
	stretcher_close()

}

function print_backlink() {
// urladdress = "http://www.masayume.it/wp_static/2009/04/index.html";
urladdress = location.href;
var urldirs=urladdress.split("/");
year = parseInt(urldirs[4]);
month = parseInt(urldirs[5]);


var d = new Date();
var curr_date = d.getDate();
var curr_month = d.getMonth() + 1;
var curr_year = d.getYear() + 1900;

if (!month ) {
	month = curr_month;	
	year = curr_year;
}

var prev_month;
var prev_year;
var next_month;
var next_year;

	if (month == 1) {
		prev_month = 12;
		prev_year = year-1;
	} else {
		prev_month = month-1;
		prev_year = year;		
	}

	if (month == 12) {
		next_month = 1;
		next_year = year+1;
	} else {
		next_month = month+1;
		next_year = year;		
	}

	if (next_month < 10) {
		next_month = "0" + next_month;
	}
	if (prev_month < 10) {
		prev_month = "0" + prev_month;
	}

if ( curr_year == year && curr_month == month ) { // stampa solo prev
//	document.write(":curr_year: " + curr_year + " year: " + year + " curr_month: " + curr_month + " month: " + month);
//	if (month < 10) { month = "0" + month; }

	document.write("<div class=\"prevlink\"><a href=\"/wp_static/" + prev_year + "/" + prev_month + "/index.html\"><b>&lt;&lt; post precedenti</b></a> &nbsp;&nbsp;&nbsp; <a href=\"#top\"><b>>top&lt;</b></a> </div>");
		
} else { // stampa prev e next
	
//	document.write(":curr_year: " + curr_year + " year: " + year + " curr_month: " + curr_month + " month: " + month);
	document.write("<div class=\"prevlink\"><span style='text-align: left;'><a href=\"/wp_static/" + prev_year + "/" + prev_month + "/index.html\"><b>&lt;&lt; post precedenti</b></span></a> ");
	document.write("&nbsp;&nbsp;&nbsp; <a href=\"#top\"><b>>top&lt;</b></a> &nbsp;&nbsp;&nbsp;<span style='text-align: right;'><a href=\"/wp_static/" + next_year + "/" + next_month + "/index.html\"><b> post successivi >></b></a></span></div>");


}
// document.write(location.href);
// document.write(" " + year + " " + month);

}

function tabler(tabletitle, disp) {
  // if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) {
	var display_st;
	if(disp == 1) {
		display_st = ' class="Ldisplay" ';
	} else {
		display_st = '';			
	} 

/*
var HTMLtable = '<p><table width=189 cellspacing="0"><tr><td style="background-image: url(/img/site/bluepill.png); width: 189px; height: 28px; padding-left: 20px;"><font color="#ffffff"><b><span class="aura">' + tabletitle + '</span></font></B></td></tr></table>';
*/
var HTMLtable = '<div ' + display_st + 'style="background-image: url(/img/site/bluepill.png); background-repeat: no-repeat; color: #ffffff; width: 189px; height: 28px; "><div style="padding-top: 3px; padding-left: 20px">&nbsp;' + tabletitle + '</div></div>';
document.write(HTMLtable);
  // }
} 

function stretcher_open() {
	if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) {
		document.write('<div class="stretcher">')	
	}
}
function stretcher_close() {
	if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) {
		document.write('</div>')	
	}
}

function Rtabler(tabletitle) {
  if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) {
	var HTMLtable = '<p><table width=189 cellspacing="0" class="pill"><tr><td style="background-image: url(/img/site/bluepill.png); background-repeat: no-repeat; width: 189px; height: 28px; padding-right: 20px; text-align: right;"><font color="#ffffff"><b><span class="aura">' + tabletitle + '</span></font></B></td></tr></table>';
	document.write(HTMLtable);
  } else {
	var HTMLtable = '<p><table width=189 cellspacing="0" class="pill"><tr><td style="background-image: url(/img/site/bluepill.png); background-repeat: no-repeat; width: 189px; height: 28px; padding-right: 20px; text-align: right;"><font color="#ffffff"><b><span class="aura">' + tabletitle + '</span></font></B></td></tr></table>';
	document.write(HTMLtable);		
  }
}

function linker(linkname, url, bold) {
	var HTMLimg = "<span class=\"link\" style=\" padding-top: 3px; \"><img src=\"/img/site/dot.png\" width=\"10\" height=\"10\">";
	var op_bold='', cl_bold='';
	if (bold) { op_bold = "<b>"; cl_bold="</b>"; }
	var HTMLlink = HTMLimg + "<a href='" + url + "' target=\"_blank\">" + op_bold + linkname + cl_bold + "</a></span><br />";
	document.write(HTMLlink);		
}

function calendar2(dt, mn, yr) {

	var d	= new Date(yr, mn-1, dt);
	var wd	= new Array('dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab');
	var mese = new Array ('', 'GEN', 'FEB', 'MAR', 'APR', 'MAG', 'GIU', 'LUG', 'AGO', 'SET', 'OTT', 'NOV', 'DIC');
	var date = "";
	if (d.getDay() == 0) {
		date = '<div style="color: red;"><div style="color: #fff; font-size: 12px; line-height: 12px; padding-top: 5px;">' + mese[mn] + '</div><div style="padding-top: 12px; line-height: 4px;">' + dt + '</div><div style="font-size: 9px; line-height: 10px; padding-top: 5px;">' + wd[d.getDay()] + '<br>' + yr + '</div>';

	} else {
		date = '<div style="color: #29618A;"><div style="color: #fff; font-size: 12px; line-height: 12px; padding-top: 5px;">' + mese[mn] + '</div><div style="padding-top: 12px; line-height: 4px;">' + dt + '</div><div style="font-size: 9px; line-height: 10px; padding-top: 5px;">' + wd[d.getDay()] + '<br>' + yr + '</div>';
	}

	document.write(date);

} // end function calendar2

function init() {
		
		var stretchers = document.getElementsByClassName('stretcher'); //div that stretches
		var toggles = document.getElementsByClassName('Ldisplay'); //h3s where I click on

		//accordion effect
		var myAccordion = new fx.Accordion(
			toggles, stretchers, {opacity: true, duration: 400}
		);

		//hash function
		
		function checkHash(){
			var found = false;
			toggles.each(function(h3, i){
				if (window.location.href.indexOf(h3.title) > 0) {
					myAccordion.showThisHideOpen(stretchers[i]);
					found = true;
				}
			});
			return found;
		}
		
		if (!checkHash()) myAccordion.showThisHideOpen(stretchers[0]);
}

function print_links() {

// document.write("<div style='padding-left:20px; align=left; padding-bottom: 8px;'><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1'><img align='left' src='http://www.masayume.it/img/masayume/bits/dice.png' border='0' style='vertical-align: middle;'></a>Take a trip <br />to a <strong>random</strong><br /><i>masayume</i><br />page.<br /><br clear='all'/></div><div style='width: 200px; text-align: center; margin-left:-20px; cellspacing: 5px; padding-bottom: 8px;'><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=anime'><img src='http://www.masayume.it/img/masayume/bits/anime.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=cinema'><img src='http://www.masayume.it/img/masayume/bits/cinema.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=cultura'><img src='http://www.masayume.it/img/masayume/bits/cultura.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=gatti'><img src='http://www.masayume.it/img/masayume/bits/gatti.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=giappone'><img src='http://www.masayume.it/img/masayume/bits/giappone.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=giochi'><img src='http://www.masayume.it/img/masayume/bits/giochi.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=grafica'><img src='http://www.masayume.it/img/masayume/bits/grafica.gif' width='16' height='20' border='0'></a><br /><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=musica'><img src='http://www.masayume.it/img/masayume/bits/musica.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=retro'><img src='http://www.masayume.it/img/masayume/bits/retro.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=tecnica'><img src='http://www.masayume.it/img/masayume/bits/tecnica.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=tecnologia'><img src='http://www.masayume.it/img/masayume/bits/tecnologia.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=varie'><img src='http://www.masayume.it/img/masayume/bits/varie.gif' width='16' height='20' border='0'></a><a href='http://www.masayume.it/cgi-bin/random2.pl?rnd_post=1&rnd_cat=web'><img src='http://www.masayume.it/img/masayume/bits/web.gif' width='16' height='20' border='0'></a></div>");

document.write("<style TYPE=\"text/css\">td.tabs { background-image: url(http://www.masayume.it/img/masayume/bits/pill3.jpg); padding: 5px; color: #ffffff; font-family: Verdana; font-weight: bold; font-size: 0.8em; width: 180px; text-align: center; }");
document.write("a.tabs { color: #ffffff; font-family: Arial; font-weight: bold; font-size: 0.9em; text-align: center; text-decoration: none; }");
document.write("table.tabs { padding: 0px; border: 0px; }</style>");

document.write("<div id=\"container\"><div id=\"content\">");

tabler('CULT', 1);
stretcher_open();
//	linker('Digg', 'http://www.digg.com/view/all', 1);
	linker('3Yen', 'http://www.3yen.com/', 1);
	linker('Waxy', 'http://waxy.org/links/', 1);
//	linker('Spy & Q', 'http://fatdrew.com/spyandq.html', 0);
	linker('FWSA', 'http://www.favouritewebsiteawards.com/', 1);
	linker('XBlog', 'http://xplane.com/xblog/', 1);
	linker('PopUrls', 'http://popurls.com/', 1);
	linker('Giavasan', 'http://giavasan.diludovico.it/', 1);
	linker('Pixel2Life', 'http://www.pixel2life.com/', 1);
	linker('Del.icio.us', 'http://del.icio.us', 1);
	linker('Pictoplasma', 'http://www.pictoplasma.com/archives/', 1);
	linker('Bibliodyssey', 'http://bibliodyssey.blogspot.com/', 1);	
	linker('Start Drawing', 'http://www.startdrawing.org/', 1);
	linker('Cab of Wonders', 'http://cabinet-of-wonders.blogspot.com/', 1);
	linker('Lines and Colors', 'http://www.linesandcolors.com/', 1);
	
//	linker('Feedster top 500', 'http://top500.feedster.com/', 0);
	linker('Motiongrapher', 'http://motionographer.com', 0);
//	linker('Pixelsurgeon', 'http://pixelsurgeon.com/', 0);
	linker('Fimoculous', 'http://www.fimoculous.com/', 0);
	linker('My Google', 'http://www.savethefox.it/fox/googlex/gx.htm', 0);
	linker('netdiver', 'http://netdiver.net', 0);
	linker('Ionoi', 'http://ionoi.blogs.sonance.net/', 0);
	linker('JRef', 'http://www.jref.com/', 0);
	linker('UI', 'http://www.ultimateinsult.net/', 0);

stretcher_close()

tabler('News', 1);
stretcher_open();
	linker('The Independent UK', 'http://www.independent.co.uk/', 0);
	linker('Washington Post', 'http://www.washingtonpost.com/', 0);
	linker('Asahi Shimbun', 'http://www.asahi.com/english/english.html', 0);
	linker('Il Sole 24 Ore', 'http://www.ilsole24ore.com/', 0);
	linker('Repubblica.it', 'http://www.repubblica.it', 0);
	linker('Japan Times', 'http://www.japantimes.co.jp/start.htm', 0);
	linker('Japan Today', 'http://www.japantoday.com/', 0);
	linker('Corriere.it', 'http://www.corriere.it', 0);

	linker('NY Times', 'http://www.nytimes.com/', 0);
	linker('La Voce', 'http://www.lavoce.info', 0);
	linker('Ansa.it', 'http://www.ansa.it', 0);
		
	linker('Wired', 'http://www.wired.com', 0);
stretcher_close()

tabler('Blog', 1);
stretcher_open();
	
	// linker('Maus', 'http://maus.splinder.com/', 0);
			
	linker('Kissui', 'http://kissui.net/', 0);
	
	linker('Eriadan', 'http://www.eriadan.it/', 1);
	linker('Blogger', 'http://www.blogger.com/home', 0);
	
	linker('Luttazzi', 'http://news.danieleluttazzi.it/', 1);
	linker('Lia Celi', 'http://www.liaceli.com', 0);
	// linker('Tigrazza', 'http://www.tigrazza.com/ladiesandgentlemen/', 0);
	linker('Tokidoki', 'http://tokidoki.splinder.com', 0);
	linker('UBc Blog', 'http://www.ubcfumetti.com/weblog/', 0);
	linker('Casarosa', 'http://enricocasarosa.com/wordpress.1', 0);
	linker('Luca Enoch', 'http://lucaenoch.ilcannocchiale.it/', 0);
	linker('Neil Gaiman', 'http://www.neilgaiman.com/journal/journal.asp', 1);
	linker('Beppe Grillo', 'http://www.beppegrillo.it/index.html', 1);
	linker('Dal Giappone', 'http://massa.typepad.com/', 0);
	linker('William Gibson', 'http://www.williamgibsonbooks.com/blog/archive.asp', 0);
	linker('N\'copp\'o\'Vesuvie', 'http://lattecaglioesale.wordpress.com', 0);
	linker('Technorati top100', 'http://www.technorati.com/top100.html', 0);
	linker('The Japan Experience', 'http://stefyinjapan.splinder.com', 0);
	// linker('J-WalkBlog', 'http://j-walkblog.com/', 0);
	
stretcher_close()

tabler('Junk', 1);
stretcher_open();
	// linker('MenteDubbiosa', 'http://mentedubbiosa.clientiweb.com', 0);
	linker('Daveblog', 'http://www.daveblog.net', 0);
	// linker('Defamer', 'http://www.defamer.com/', 0);
	// linker('Gaia', 'http://copiascolla.splinder.com/', 0);	
stretcher_close()


tabler('Info', 1);
stretcher_open();
	linker('Wikipedia', 'http://en.wikipedia.org/wiki/Main_Page', 0);
	linker('SF Weekly', 'http://www.scifi.com/sfw/', 0);
	linker('Metacritic.com', 'http://www.metacritic.com', 1);
	linker('Pop Culture Shock', 'http://www.popcultureshock.com/', 0);	
	linker('The Illuminated Lantern', 'http://www.illuminatedlantern.com/cinema/', 0);
	linker('Internet movie database', 'http://www.imdb.com', 1);
stretcher_close()

tabler('Link', 1);
stretcher_open();
	// linker('SaveTheFox home', 'http://www.savethefox.it/home.htm', 0);
	linker('Punto-informatico', 'http://www.punto-informatico.it', 0);
	linker('Freelance Writing', 'http://thewritecure.wordpress.com/', 0);
	linker('GiantRobot', 'http://www.giantrobot.com/', 0);
	linker('Neural.it', 'http://www.neural.it/', 0);
	linker('Italians', 'http://www.corriere.it/solferino/main_sever.shtml', 0);
		
	// linker('Beautiful Stuff', 'http://beautifulstuff.org/', 0);
stretcher_close()

tabler('Pics', 1);
/*
<img src="http://www.motoko.it/img2/spot.gif"><A HREF="http://www.hexvalue.net" target="_blank">Hexvalue.net</A>, <A HREF="http://www.hexvalue.net/home/user.php?u=lordyupa" target="_blank"><font color=white>login</font></A><BR>
<img src="http://www.motoko.it/img2/spot.gif"><A HREF="http://digitalart.org/" target="_blank">Digitalart.org</A>, <A HREF="http://lordyupa.digitalart.org/" target="_blank"><font color=white>login</font></A><BR>
*/
stretcher_open();

	linker('Getty', 'http://www.gettyimages.com', 1);
	linker('Flickr', 'http://www.flickr.com/photos/44124468424@N01/', 1);
	linker('Flickr CC', 'http://flickr.com/creativecommons/by-nc-sa-2.0', 1);
	linker('Trekearth', 'http://www.trekearth.com', 1);
	linker('Wikimedia', 'http://commons.wikimedia.org', 1);
	linker('Imagebank', 'http://www.imagebank.com', 1);
	linker('iStockPhoto', 'http://www.istockphoto.com', 1);
	linker('Art Renewal', 'http://www.artrenewal.org', 1);
	linker('Flickr last24h', 'http://www.flickr.com/explore/interesting/24hours/', 1);	
	linker('Link Collector', 'http://links.leoartz.com', 1);	
	
	
	
	linker('Every Stock Photo', 'http://www.everystockphoto.com/', 0);	
	linker('Flash Goddess', 'http://www.flashgoddess.com/html/main.html', 0);
	linker('Fred Miranda', 'http://www.fredmiranda.com/', 0);
	linker('Industrial Art', 'http://www.binginit.com/iag/', 0);
	linker('altpick*com', 'http://www.altpick.com', 0);
	linker('UltraShock', 'http://www.ultrashock.com', 0);
	linker('Logotypes', 'http://www.logotypes.ru', 0);
	linker('Photo.net', 'http://www.photo.net', 0);
	linker('Inmagine', 'http://www.inmagine.com', 0);
	linker('Pictures', 'http://www.artmagick.com/artists/index/A.aspx', 0);
	linker('UAILab', 'http://www.uailab.com', 0);
	
stretcher_close()

tabler('CG2D', 1);
stretcher_open();
	linker('Matte Painting', 'http://www.mattepainting.org//forum/viewforum.php?f=30', 1);
	linker('Good tutorials', 'http://www.good-tutorials.com/', 1);
	linker('Blue Vertigo', 'http://www.bluevertigo.com.ar/bluevertigo.htm', 1);
	linker('Deviant Art', 'http://www.deviantart.com/', 1);
	linker('Rasterized', 'http://www.rasterized.org/', 1);
	
	linker('Spoono', 'http://www.spoono.com/', 1);
	linker('Fineart', 'http://www.fineart.sk/', 1);

	linker('Sijun', 'http://forums.sijun.com', 0);
	linker('Epilogue', 'http://www.epilogue.net', 0);
	linker('Lunacore', 'http://www.lunacore.com/', 0);
	linker('Photoshop', 'http://www.psd.it/news/', 0);
	linker('CG Gallery', 'http://artworks.avalonweb.net/gallery/gallery.php', 0);
	linker('ComputerArts', 'http://www.computerarts.co.uk', 0);
	linker('Fantasy Gallery', 'http://fantasygallery.net', 0);
	linker('Photoshop gurus', 'http://www.photoshopgurus.com/', 0);
	linker('PixelGirl Presents', 'http://www.pixelgirlpresents.com', 0);	
	linker('Photoshop graphics', 'http://www.photoshopgraphics.co.uk/', 0);
	
	linker('Pixel Perfect Photo Gallery', 'http://www.pixelperfectdigital.com/', 0);
stretcher_close()


tabler('PROC', 1);
stretcher_open();
	linker('ProcessingBlogs', 'http://www.processingblogs.org/', 1);
	linker('Generator.x', 'http://www.generatorx.no/', 0);
stretcher_close()


tabler('CG3D', 1);
stretcher_open();
	linker('3d.sk', 'http://www.3d.sk/', 1);
	linker('WikiCG', 'http://www.wikicg.com/wiki/index.php', 1);
	linker('Terragen', 'http://www.planetside.co.uk/', 0);
	linker('Deathfall', 'http://www.deathfall.com/', 1);
	linker('treddi.com', 'http://www.treddi.com', 0);
	linker('Highend3D', 'http://www.highend3d.com/', 1);
	linker('ZBrush Central', 'http://www.zbrushcentral.com', 1);
	linker('CG society forum', 'http://forums.cgsociety.org', 1);
stretcher_close()


tabler('TUTS', 1);
stretcher_open();
	linker('Photoshop talent', 'http://www.photoshoptalent.com', 1);
	linker('people toolbox', 'http://thepeoplestoolbox.com/programmers/', 1);
	linker('3D Kingdom', 'http://www.3dkingdom.org/modules.php?op=modload&name=News&file=index&catid=1&topic=&allstories=1', 1);
	linker('Tutorialized', 'http://www.tutorialized.com', 1);
	linker('CGTutorials', 'http://www.cgtutorials.com/', 1);
	linker('Pixel2Life', 'http://www.pixel2life.com', 1);
	linker('3dm3', 'http://www.3dm3.com/tutorials/', 1);


stretcher_close()

tabler('Toon', 1);
stretcher_open();
	linker('iSpot', 'http://www.theispot.com/', 1);	
	linker('Drawn!', 'http://www.drawn.ca/', 1);
	linker('Cartoonbank', 'http://www.cartoonbank.com/', 0);
	linker('Cartoonstock', 'http://www.cartoonstock.com', 0);
//	linker('Uli Meyer', 'http://ulimeyer1000.blogspot.com/', 1);
	linker('All Kind of Stuff', 'http://johnkstuff.blogspot.com/', 1);	
	linker('Cold Hard Flash', 'http://www.coldhardflash.com/', 0);
	linker('Character Design', 'http://characterdesign.blogspot.com/', 1);	

stretcher_close()


tabler('Game', 1);
stretcher_open();
	linker('GameSetWatch', 'http://www.gamesetwatch.com/', 1);
	linker('Wonderland', 'http://crystaltips.typepad.com/', 1);
//	linker('Gamespot', 'http://www.gamespot.com', 1);
	linker('GameTab', 'http://www.gametab.com/', 1);
	linker('The Edge', 'http://www.edge-online.co.uk/', 1);
	linker('Joystiq', 'http://www.joystiq.com/', 1);
	linker('Kotaku', 'http://www.kotaku.com/', 1);
	linker('FFWD', 'http://www.mono211.com/links/', 1);

	linker('n4g', 'http://www.n4g.com', 0);
	linker('IGN', 'http://www.ign.com/', 0);
	linker('1st UP', 'http://www.1up.com/', 0);
//	linker('Gamikaze', 'http://www.gamikaze.org/', 0);
	linker('Siliconera', 'http://www.siliconera.com/', 0);
	linker('Fun Motion', 'http://www.fun-motion.com/', 0);
	linker('Gamasutra', 'http://www.gamasutra.com/', 0);
	linker('Eurogamer', 'http://www.eurogamer.net/index.php', 0);
	linker('3D Gamers', 'http://www.3dgamers.com/', 0);

	linker('GameFAQs', 'http://www.gamefaqs.com/', 0);
	linker('Gamesblog', 'http://www.gamesblog.it/', 0);
	linker('Ctrl+Alt+Del', 'http://www.cad-comic.com/?t=archives&date=last', 0);
	linker('Insomnia.ac', 'http://insomnia.ac/', 0);
	linker('Gamers\'Hell', 'http://www.gamershell.com', 0);
	linker('The Escapist', 'http://www.escapistmagazine.com', 0);
	linker('Select Button', 'http://selectbutton.net/', 0);
	linker('Brainy Gamer', 'http://www.brainygamer.com/', 0);
//	linker('Rabbitsnare', 'http://www.rabbitsnare.com/', 0);
	
	linker('GameIndustry', 'http://www.gamesindustry.biz/', 0);
	linker('Next Videogame', 'http://next.videogame.it/home.php', 0);
		
	linker('rockpapershotgun', 'http://www.rockpapershotgun.com/', 0);
	linker('Sexy Videogameland', 'http://sexyvideogameland.blogspot.com', 0);
stretcher_close()

tabler('Back', 1);
stretcher_open();
	
	linker('Retrogaming Times', 'http://tomheroes.com/Video%20Games%20FS/Retrotimes/retrogam.htm', 0);
	linker('Retro Remakes', 'http://www.retroremakes.com/', 1);
	linker('RetroBlast', 'http://www.retroblast.com/', 0);
	linker('Retrospec', 'http://retrospec.sgn.net/index.php', 0);
	linker('ArseCast', 'http://www.arsecast.com/', 1);
	
stretcher_close()

tabler('Indy', 1);
stretcher_open();
	linker('doujinaroni', 'http://www.int13.net/doujinaroni/index.php/News', 1);		
	linker('the 2Bears', 'http://www.the2bears.com/', 1);
	linker('indygamer', 'http://indygamer.blogspot.com/', 1);
	linker('The I.G.S.', 'http://www.tigsource.com/', 0);		
	linker('Abandonia', 'http://www.reloaded.org/', 0);
	linker('A.Woolridge', 'http://www.andrewwooldridge.com/blog/', 0);
stretcher_close()

tabler('Text', 1);
stretcher_open();
	linker('Grand Text Auto', 'http://grandtextauto.org/', 1);		
stretcher_close()


tabler('Home', 1);
stretcher_open();
	linker('2torri.it', 'http://www.2torri.it/', 0);
	linker('Bologna da vivere', 'http://www.bolognadavivere.it', 0);
stretcher_close()

tabler('Cine', 1);
stretcher_open();
	linker('Bologna cinema', 'http://www.mymovies.it/cinema/bologna/casalecchiodireno/', 0);
	linker('flick filosopher', 'http://www.flickfilosopher.com', 0);
	linker('Variety', 'http://www.variety.com/', 0);
	linker('35mm', 'http://www.35mm.it/', 0);
		
stretcher_close()

tabler('Cart', 1);
stretcher_open();
	linker('Lifemeter', 'http://lifemetercomics.com/', 1);
	linker('Kawaii Not', 'http://www.kawaiinot.com/', 0);
	linker('Moresukine', 'http://tokyoblog.livejournal.com/', 0);
	linker('InkSpinster', 'http://www.inkspinster.com/', 0);
	linker('InfoFumetti', 'http://www.infofumetti.com/', 1);
	linker('uBC fumetti', 'http://www.ubcfumetti.com/', 0);
	linker('Newsarama', 'http://newsarama.com/', 0);
	linker('Comics Code', 'http://www.comicscode.net/', 1);
	
//	linker('Sequential Tart', 'http://www.sequentialtart.com/home.shtml', 0);
	linker('Dieselsweeties', 'http://www.dieselsweeties.com', 0);

	linker('Info, news, eventi', 'http://www.fumetti.org/afnews/news.shtml', 0);
	linker('Cyber Adventure Tsuka', 'http://www.catsuka.com', 0);
	linker('Computer Graphics World', 'http://cgw.pennnet.com/home.cfm', 0);
stretcher_close()


tabler('Note', 1);
stretcher_open();
	linker('Amazon Top music', 'http://www.amazon.com/exec/obidos/tg/new-for-you/top-sellers/-/music/all/ref=pd_dp_ts_m_1/', 0);
	linker('thesixtyone', 'http://www.thesixtyone.com/masayume', 1);
	linker('Musicovery', 'http://www.musicovery.com/', 1);	
	linker('Blogmusik', 'http://www.blogmusik.net/', 1);
	linker('Last FM', 'http://www.last.fm/user/ma5ayume/', 1);	
stretcher_close()


tabler('Font', 1);
stretcher_open();
	
	linker('fawnt', 'http://www.fawnt.com/', 0);
	linker('dafont', 'http://www.dafont.com/en/', 0);
	linker('myfonts', 'http://www.myfonts.com/', 0);
	linker('Colr.org', 'http://colr.org/', 1);
	linker('TypeNow', 'http://www.typenow.net/a.htm', 0);
	linker('FontSpace', 'http://www.fontspace.com', 0);
				
	linker('1001 fonts', 'http://www.1001fonts.com/', 0);
	linker('GoodFonts', 'http://www.goodfonts.org/', 0);
	linker('Colormatch', 'http://www.colormatch.dk/', 0);
	linker('adobe fonts', 'http://www.adobe.com/type/main.jhtml', 0);
	
	linker('Color wheel', 'http://www.ficml.org/jemimap/style/color/wheel.html', 0);
	linker('Color names', 'http://cloford.com/resources/colours/500col.htm', 0);
	linker('Color twisted', 'http://color.twysted.net/', 0);
	linker('abstract fonts', 'http://www.abstractfonts.com/fonts/', 0);
	linker('Color scheme', 'http://www.pixy.cz/apps/barvy/index-en.html', 0);
	linker('1001 free fonts', 'http://www.1001freefonts.com/', 0);
	linker('Color Harmony', 'http://www.easyrgb.com/calculator.php#Result', 0);
	linker('Robot Johnny fonts', 'http://www.robotjohnny.com/fonts/', 0);
	linker('Simplythebest FONTS', 'http://simplythebest.net/fonts/index.html', 0);
stretcher_close()

tabler('Tech', 1);
stretcher_open();
	linker('Discover Mag.', 'http://discovermagazine.com', 1);
	linker('Extremetech', 'http://www.extremetech.com', 1);
stretcher_close()

tabler('Jpix', 1);
stretcher_open();
	linker('Kyoto-Tokio gallery', 'http://photos.risingsunimports.com/albums.php', 0);
	linker('Immortal Geisha', 'http://www.immortalgeisha.com/ig/', 0);
	linker('Photokio + links', 'http://www.photokyo.com/links.asp', 0);
	
	linker('GiapponeMania', 'http://giapponemania.net/', 0);
	linker('Geiko - Maiko', 'http://phototravels.net/japan/photo-gallery/geisha-maiko.html', 0);
	linker('Karyukai', 'http://www.sofieloafy.net/geishamain.htm', 0);
	// linker('MasaMania', 'http://masamania.com', 1);
	linker('GAIA', 'http://rufus.go-gaia.com/', 0);
	
stretcher_close()

tabler('Asia', 1);
stretcher_open();
	linker('Rikai', 'http://www.rikai.com/', 0);
	linker('Kimono', 'http://www.ichiroya.com/', 0);

	linker('Pingmag', 'http://www.pingmag.jp/', 1);
	linker('Japanator', 'http://www.japanator.com/', 1);
	
	linker('TI Japanese', 'http://rec.netfirms.com/japanese/', 1);
	linker('Pink Tentacle', 'http://www.pinktentacle.com/', 1);
	linker('Japan Forever', 'http://www.japanforever.net', 0);
	linker('hyperdictionary', 'http://www.hyperdictionary.com/', 0);
	linker('Lexical Freenet', 'http://www.lexfn.com/', 1);
	// linker('Japanese forum', 'http://www.forumfree.net/?c=3854', 0);
	linker('My Happy Planet', 'http://myhappyplanet.com', 1);
	linker('nihongo - popjisyo', 'http://www.popjisyo.com/WebHint/Portal_e.aspx', 0);
	
stretcher_close()

tabler('Nihongo', 1);
stretcher_open();
	linker('nihongo - Jim Breen, Monash Univ.', 'http://www.csse.monash.edu.au/~jwb/japanese.html', 1);
	linker('LanguageGuide Nihongo', 'http://www.languageguide.org/nihongo/index.jsp', 1);
	linker('Nihongo resources', 'http://www.cs.ucl.ac.uk/staff/m.rowley/resources.html', 1);
	linker('The japanese page', 'http://www.thejapanesepage.com/index.htm', 1);

	linker('kanji cafe', 'http://www.kanjicafe.com/icemocha.htm', 0);
	linker('kanji step', 'http://www.kanjistep.com/', 1);
	linker('Jisho', 'http://www.jisho.org/', 1);

stretcher_close()

tabler('Eiga ecc.', 1);
stretcher_open();
	linker('Cinema asiatico', 'http://eiga.splinder.com/', 0);
	linker('Cinema giapponese', 'http://cinemagiapponese.blogspot.com/', 0);
stretcher_close()

tabler('Play', 1);
stretcher_open();
	linker('Jay is', 'http://jayisgames.com', 1);
	linker('Miniclip', 'http://www.miniclip.com', 1);
	linker('Gamelab', 'http://www.gamelab.com', 1);
	linker('GotoAndPlay()', 'http://www.gotoandplay.it', 1);
	linker('GameDesign.jp', 'http://www.gamedesign.jp/', 1);
	
	// linker('La Molleindustria', 'http://www.molleindustria.it', 0);
	linker('Newgrounds', 'http://www.newgrounds.com/collections/vg.html', 0);
	linker('That VG site', 'http://www.thatvideogamesite.com', 0);
		
	linker('MTG Lair', 'http://mtglair.de/editor.shtml', 0);
stretcher_close()

tabler('MAME 0.131', 1);
stretcher_open();
	linker('Arcade Flyers Archive', 'http://www.arcadeflyers.com/', 1);
	linker('Jeff Minter Forum', 'http://www.yakyak.org/', 0);
	linker('MAME su Emuita', 'http://www.mame.emuita.it', 0);
	linker('MAMEchannel', 'http://www.mamechannel.it/pages/mamedownload.php', 0);
	
	// linker('M.A.M.E. world', 'http://www.mameworld.net', 1);
	linker('M.A.M.E. zone', 'http://www.emulator-zone.com/doc.php/arcade/mame.html', 1);
	linker('MAMEplus 32', 'http://mameicons.free.fr/mame32p/', 0);

	linker('unMAMEd', 'http://unmamed.mame.net/', 0);
	linker('UltimArc', 'http://www.ultimarc.com', 0);
	linker('Redump', 'http://redump.emubase.de/mame.php', 1);
	linker('EmuITA', 'http://www.emuita.it', 1);
	linker('MAWS', 'http://www.mameworld.net/maws/', 0);
	
	linker('MARP', 'http://marp.retrogames.com/', 0);
stretcher_close()

tabler('Byte', 1);
stretcher_open();
	linker('Anime BT', 'http://a.scarywater.net/', 0);
	linker('Animesuki', 'http://www.animesuki.com/', 0);
	
	linker('Anime DB', 'http://www.anidb.net/', 0);
	linker('AnimeiNfo', 'http://www.animenfo.com/', 0);
	linker('DWAnime', 'http://www.downloadanime.org', 0);
stretcher_close()

tabler('Lulu', 1);
stretcher_open();
	linker('Louise Brooks society', 'http://www.pandorasbox.com/', 0);
stretcher_close()


tabler('Math', 1);
stretcher_open();
	linker('Math wow', 'http://www.math.ohio-state.edu/~fiedorow/math655/yale/', 1);
	linker('Wolfram', 'http://scienceworld.wolfram.com/', 1);
	linker('Math\'s life', 'http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/', 0);
	linker('Math world', 'http://mathworld.wolfram.com/', 0);
	
	linker('Klip', 'http://www.klipfarm.com/farm.php', 0);
stretcher_close()


tabler('RPGs', 1);
stretcher_open();
	linker('RPG Library', 'http://rpglibrary.blackgate.net', 0);
	linker('Indie RPGs', 'http://www.indie-rpgs.com/', 0);
	linker('Fantasy Italia', 'http://www.fantasyitalia.it/', 0);
	linker('BGG', 'http://www.boardgamegeek.com/', 1);
stretcher_close()


tabler('Soft', 1);
stretcher_open();
	linker('FileHippo', 'http://www.filehippo.com/', 1);
	linker('SD magazine', 'http://www.sdmagazine.com/', 0);
	linker('free TECH books', 'http://techbooksforfree.com/', 0);
	linker('Tiny apps', 'http://www.tinyapps.org/', 0);
	
	linker('Win Folder Size', 'http://foldersize.sourceforge.net/using.html', 0);
	
stretcher_close()


tabler('Util', 1);
stretcher_open();
	linker('ultraFXP', 'http://www.click-now.net/html/UltraFXP.htm', 1);
stretcher_close()


tabler('Hack', 1);
stretcher_open();
	linker('Hack-a-day', 'http://www.hackaday.com', 1);
	linker('ForEverGeek', 'http://forevergeek.com', 0);
	linker('techdomain', 'http://thetechdomain.com/?p=27', 0);
stretcher_close()


tabler('Word', 1);
stretcher_open();
	linker('Brainyquote', 'http://www.brainyquote.com/', 1);
stretcher_close()



tabler('Goth', 1);
stretcher_open();
	linker('Gothic.net', 'http://www.gothic.net/', 0);
stretcher_close()


tabler('GITS', 1);                                                              
stretcher_open();
	linker('Neomythos', 'http://www.neomythos.com', 0);
stretcher_close()


tabler('Cats', 1);
stretcher_open();
	linker('Gatti & gatti', 'http://gattiandgatti.splinder.com', 0);
	linker('Garfield', 'http://www.garfield.com/comics/comics_todays.html', 0);
stretcher_close()
		 

tabler('Myth', 1);
stretcher_open();
	linker('God\'s check', 'http://www.godchecker.com/', 0);
	linker('Greek Mithology', 'http://homepage.mac.com/cparada/GML/', 0);
stretcher_close()

/*
tabler('Fweb', 1);
stretcher_open();
	linker('Adunanza', 'http://adunanza.italiazip.com/', 0);
	linker('FAQ', 'http://daniele.fasthosting.it/Faq4Dummies.htm', 0);
	linker('Fastweb unofficial site', 'http://www.fastwebnet.cjb.net/', 0);
stretcher_close()
*/

tabler('HTML', 1);
stretcher_open();
	linker('free web templates', 'http://www.templatesbox.com/templates.htm', 1);
	linker('WebDev handbook', 'http://www.alvit.de/handbook/', 1);
	linker('Smashing Mag', 'http://www.smashingmagazine.com', 1);
	
	linker('CSS tags', 'http://www.blooberry.com/indexdot/css/propindex/all.htm', 1);

	linker('Style Gala', 'http://www.stylegala.com/', 0);
	linker('CSS Remix', 'http://www.cssremix.com/', 0);
	linker('Zen Garden', 'http://www.csszengarden.com/', 0);
	linker('A List Apart', 'http://www.alistapart.com', 0);
	linker('CSS Reboot', 'http://www.cssreboot.com/', 0);
	linker('Slayer Office', 'http://slayeroffice.com', 0);
	linker('XHTML Entity', 'http://www.digitalmediaminute.com/reference/entity/', 0);
	linker('Templatemonster', 'http://webdesign.templatemonster.com/', 0);


stretcher_close()

/*
tabler('Java', 1);
stretcher_open();
	linker('Java Game Programming', 'http://fivedots.coe.psu.ac.th/~ad/jg/', 0);
	linker('Corso Java', 'http://www.corsojava.it/index.jsp', 0);
	linker('Java Arcade', 'http://web.utanet.at/nkehrer/', 0);
stretcher_close()
*/

/*
tabler('Perl', 1);
stretcher_open();
	linker('Perl XP', 'http://www.extremeperl.org/bk/home',0);
	linker('Use perl', 'http://use.perl.org/', 0);
	linker('Web perl', 'http://webdevelopment.the-new-world.com/index.php?main=scripts&cat1=CGI%20and%20Perl&cat2=Scripts%20and%20Programs', 0);
	linker('perl.com', 'http://perl.com/',1);
	
	linker('Hotscripts', 'http://hotscripts.com/CGI_and_Perl/index.html',0);
	linker('Perlmonks', 'http://perlmonks.org/', 0);
	linker('Minimum perl', 'http://www.netalive.org/tinkering/serious-perl/', 0);
	linker('Rexex Library', 'http://regexlib.com/',1);
	linker('Perl Data language', 'http://pdl.perl.org/', 0);
	
//	linker('Blosxom', 'http://blosxom.ookee.com:16080/blog/', 1);
//	linker('Blosxom forum', 'https://sourceforge.net/mail/?group_id=148044', 0);
	
stretcher_close()
*/

tabler('Nice', 1);
stretcher_open();
	linker('Falketta', 'http://ilregnodikopal.splinder.com/', 0);
	linker('Ranking', 'http://www.noah-net.co.jp/ranking/', 0);
	linker('Alisa chan', 'http://www.alisachan.com/updates.htm', 0);
	linker('Hatena tube', 'http://www.fladdict.net/app/hatenatube', 0);
	linker('Cosplay Angel', 'http://www.cosplayangel.com/', 0);
		
stretcher_close()

tabler('Pawn', 1);
stretcher_open();
	linker('Journal of Boardgame Design', 'http://jbdgames.blogspot.com/', 1);
//	linker('Discovergames', 'http://www.discovergames.com/', 1);
stretcher_close()

tabler('stat', 1);
stretcher_open();
	document.write('<div><a href="http://flagcounter.com/more/fLP8"><img src="http://flagcounter.com/count/fLP8/bg=edf5fa/txt=027ac6/border=CCCCff/columns=1/maxflags=20/viewers=3/labels=1/" border="0"></a></div>');
stretcher_close();
	
tabler('into', 1);
stretcher_open();
	document.write('<div><script type="text/javascript" src="http://feedjit.com/serve/?bc=edf5fa&amp;tc=027ac6&amp;brd1=6699CC&amp;lnk=02baff&amp;hc=02baff&amp;ww=180"></script><noscript><a href="http://feedjit.com/">Feedjit Live Blog Stats</a></noscript></div>');
stretcher_close()

/*
tabler('Mail', 1);
<img src="http://www.motoko.it/images/morpheus/mail_miniicon.gif"> <A HREF="mailto:lordyupa2004@yahoo.com" target="_blank"><font color=white><b>scrivi a Masayume</b></font></A><BR>
linker('Gmail', 'http://gmail.google.com/gmail', 0);
linker('Yahoo Mail', 'http://mail.yahoo.com/', 0);
*/

document.write("</div></div>");

}
