function writeLink()
	{
		document.write("<a href='"+this.url+"' title='"+this.summary+". "+this.region+"-"+this.topic+"-"+this.type+"'>"+this.title+"</a> <small><i>"+this.time+"</i></small>");
	}
	function Story(title,summary,region,topic,type,time,url,imageTags)
	{
		this.title=title;
		this.summary=summary;
		this.region=region;
		this.topic=topic;
		this.type=type;
		this.time=time;
		this.url=url;
		this.writeLink=writeLink;
	}
	stories = new Array(10);
			stories[0] = new Story(	"&#932;&#959; “&#954;&#959;&#953;&#957;&#959;&#946;&#959;&#965;&#955;&#949;&#965;&#964;&#953;&#954;&#972; &#960;&#961;&#945;&#958;&#953;&#954;&#972;&#960;&#951;&#956;&#945;” &#964;&#969;&#957; &#951;&#956;&#949;&#961;&#974;&#957; &#956;&#945;&#962;",
						" &amp;#922;&amp;#945;&amp;#956;&amp;#943;&amp;#945; &amp;#945;&amp;#965;&amp;#964; ...",
						"&#917&#955&#955&#940&#948&#945 / &#932&#959&#965&#961&#954&#943&#945 / &#922&#973&#960&#961&#959&#962",
						"&#923;&#945;&#970;&#954;&#959;&#943; &#913;&#947;&#974;&#957;&#949;&#962;",
						"&#915;&#957;&#974;&#956;&#951; / &#913;&#957;&#940;&#955;&#965;&#963;&#951;",
						"F4 6:22pm",
						"http://www.anarkismo.net/article/21874");
				stories[1] = new Story(	"&#927;&#953; &#945;&#957;&#945;&#961;&#967;&#953;&#954;&#959;&#943; &#947;&#953;&#945; &#964;&#953;&#962; &#917;&#957;&#969;&#956;&#941;&#957;&#949;&#962; &#928;&#959;&#955;&#953;&#964;&#949;&#943;&#949;&#962; &#964;&#951;&#962; &#917;&#965;&#961;&#974;&#",
						". &amp;#928;&amp;#945;&amp;#961;&amp;#945;&amp;#952;&amp;#941;&amp;#964;&amp;#959; ...",
						"&#916;&#953;&#949;&#952;&#957;&#942;",
						"&#913;&#957;&#945;&#961;&#967;&#953;&#954;&#942; &#921;&#963;&#964;&#959;&#961;&#943;&#945;",
						"&#915;&#957;&#974;&#956;&#951; / &#913;&#957;&#940;&#955;&#965;&#963;&#951;",
						"F3 5:55pm",
						"http://www.anarkismo.net/article/21871");
				stories[2] = new Story(	"Irlanda: Report della manifestazione per il 40° anniversario della Bloody Sunday",
						"Nonostante l\'opposizione del partito Sinn F&eacute;in al  ...",
						"Irlanda / Gran Bretagna",
						"Lotte sul territorio",
						"Cronaca",
						"F3 4:55pm",
						"http://www.anarkismo.net/article/21870");
				stories[3] = new Story(	"[Fano] SCEC: La solidarietà in cammino",
						"Incontro laboratoriale sullo Scec, il buono che af ...",
						"Italia / Svizzera",
						"Ambiente",
						"Evento comunista anarchico",
						"F3 4:28pm",
						"http://www.anarkismo.net/article/21869");
				stories[4] = new Story(	"Report from 40th anniversary of Bloody Sunday March",
						"Despite the opposition of the governing SInn Fein  ...",
						"Ireland / Britain",
						"Community struggles",
						"News Report",
						"F2 5:56pm",
						"http://www.anarkismo.net/article/21868");
				stories[5] = new Story(	"Ongoing resistance to Shell in Erris Co Mayo, Ireland in January 2012",
						"The latest action report from protestors engaged i ...",
						"Ireland / Britain",
						"Community struggles",
						"Other libertarian press",
						"F2 5:41pm",
						"http://www.anarkismo.net/article/21867");
				stories[6] = new Story(	"Palestina-Israele, l\'unica cosa sicura nella lotta unitaria è la Tsumud (persistenza)",
						"Report del 01.02.12&lt;br /&gt;Giorno dopo giorno ed anno dop ...",
						"Mashrek / Arabia / Irak",
						"Lotte sul territorio",
						"Cronaca",
						"F2 4:29pm",
						"http://www.anarkismo.net/article/21865");
				stories[7] = new Story(	"Democrazia al lavoro",
						"Troviamoci tutte e tutti sabato 11 febbraio a ROMA ...",
						"Italia / Svizzera",
						"Lotte sindacali",
						"Stampa non anarchica",
						"F2 4:08pm",
						"http://www.anarkismo.net/article/21864");
				stories[8] = new Story(	"&#919; &#928;&#945;&#961;&#964;&#945;&#954;&#953;&#940;&#948;&#945; &#964;&#951;&#962; &#949;&#955;&#955;&#951;&#957;&#953;&#954;&#942;&#962; &#956;&#949;&#947;&#945;&#955;&#959;&#945;&#963;&#964;&#953;&#954;&#942;&#962; &#964;&#940;&#958;&#951;&#962;",
						"&amp;#932;&amp;#945; &amp;#960;&amp;#945;&amp;#961;&amp;#945;&amp;#954;&amp;#940;&amp; ...",
						"&#917&#955&#955&#940&#948&#945 / &#932&#959&#965&#961&#954&#943&#945 / &#922&#973&#960&#961&#959&#962",
						"O&#953;&#954;&#959;&#957;&#959;&#956;&#943;&#945;",
						"&#915;&#957;&#974;&#956;&#951; / &#913;&#957;&#940;&#955;&#965;&#963;&#951;",
						"F2 6:47am",
						"http://www.anarkismo.net/article/21862");
				stories[9] = new Story(	"La lucha de la “Acería griega”",
						"La lucha de la “Acer&iacute;a griega” es un momento del a ...",
						"Grecia / Turquía / Chipre",
						"Movimiento anarquista",
						"Comunicado de prensa",
						"F2 6:41am",
						"http://www.anarkismo.net/article/21861");
			function writeStoryMarquee(width, height, direction, style)
	{
		document.write("<marquee onMouseOver='stop()' onMouseOut='start()'");
		if(style!=null) document.write(" style='"+style+"'");
		if(width!=null) document.write(" width='"+width+"'");
		if(height!=null) document.write(" height='"+height+"'");
		if(direction!=null) document.write(" direction='"+direction+"'");
		document.write(">");
		for(i=0;i<stories.length;i++)
		{
			stories[i].writeLink();
			if(direction=="up" || direction=="down") document.write("<br><br>");
			else document.write("&nbsp;&nbsp;&nbsp;");
		}
		document.write("</marquee>");
	}
	function writeStoryTable(width, height, align, style)
	{
        	document.write("<table ");		
        	if(style!=null) document.write(" style='"+style+"'");		
        	if(width!=null) document.write(" width='"+width+"'");		
        	if(height!=null) document.write(" height='"+height+"'");		
        	if(align!=null) document.write(" align='"+align+"'");		
        	document.write(">");		
            	document.write("<tr><th>");			
            	document.write("Anarkismo");
	    	document.write("</th></tr>");
            	document.write("<tr><th>");			
            	document.write(" /  / ");
	    	document.write("</th></tr>");
        	for(i=0;i<stories.length;i++)		
        	{			
            		document.write("<tr><td>");			
            		stories[i].writeLink();
	    		document.write("</td></tr>");
        	}
		document.write("</table>");
        }
