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(	"&#916;&#949;&#954;&#948;&#953;&#954;&#949;&#943;&#962; &#964;&#945; &#948;&#953;&#954;&#945;&#953;&#974;&#956;&#945;&#964;&#940; &#963;&#959;&#965;; &#913;&#960;&#959;&#955;&#973;&#949;&#963;&#945;&#953;!",
						"&amp;#902;&amp;#956;&amp;#949;&amp;#963;&amp;#951; &amp;#945;&amp;#957;&amp;#945;&amp; ...",
						"",
						"",
						"",
						"F9 2:16pm",
						"http://www.anarkismo.net/article/15780");
				stories[1] = new Story(	"&#931;&#965;&#947;&#954;&#941;&#957;&#964;&#961;&#969;&#963;&#951; &#945;&#955;&#955;&#951;&#955;&#949;&#947;&#947;&#973;&#951;&#962;",
						"&amp;#963;&amp;#964;&amp;#959;&amp;#965;&amp;#962; &amp;#932;&amp;#959;&amp;#973;&amp; ...",
						"",
						"",
						"",
						"F9 2:12pm",
						"http://www.anarkismo.net/article/15778");
				stories[2] = new Story(	"Grèce : une manifestation raciste contrecarrée par les anarchistes",
						"Le coup m&eacute;diatique anti-immigration des fascistes  ...",
						"",
						"",
						"",
						"F9 7:33am",
						"http://www.anarkismo.net/article/15776");
				stories[3] = new Story(	"&#913;&#957;&#964;&#953;-&#945;&#957;&#945;&#961;&#967;&#953;&#954;&#942; &#965;&#963;&#964;&#949;&#961;&#943;&#945; &#964;&#959;&#965; &#932;&#973;&#960;&#959;&#965;",
						"...&amp;#947;&amp;#953;&amp;#945; &amp;#964;&amp;#951;&amp;#957; &amp;#960;&amp;#9 ...",
						"",
						"",
						"",
						"F8 12:45pm",
						"http://www.anarkismo.net/article/15768");
				stories[4] = new Story(	"&#927; &#945;&#947;&#974;&#957;&#945;&#962; &#964;&#969;&#957; &#913;&#953;&#947;&#965;&#960;&#964;&#943;&#969;&#957; &#968;&#945;&#961;&#940;&#948;&#969;&#957;",
						"&amp;#922;&amp;#945;&amp;#953; &amp;#951; &amp;#948;&amp;#953;&amp;#954;&amp;#942; ...",
						"",
						"",
						"",
						"F6 6:20am",
						"http://www.anarkismo.net/article/15762");
				stories[5] = new Story(	"&#915;&#953;&#945; &#964;&#959;&#957; &#945;&#947;&#974;&#957;&#945; &#964;&#969;&#957; &#913;&#953;&#947;&#965;&#960;&#964;&#943;&#969;&#957; &#945;&#955;&#953;&#949;&#961;&#947;&#945;&#964;&#974;&#957;",
						"&amp;#931;&amp;#964;&amp;#951; &amp;#924;&amp;#951;&amp;#967;&amp;#945;&amp;#957;&amp; ...",
						"",
						"",
						"",
						"F6 6:13am",
						"http://www.anarkismo.net/article/15761");
				stories[6] = new Story(	"Turkish Kurd, 15, jailed for eight years over \'terror\' crimes at protest rally",
						"February 3, 2010&lt;br /&gt;DIYARBAKIR, Kurdish Southeastern  ...",
						"",
						"",
						"",
						"F4 2:05pm",
						"http://www.anarkismo.net/article/15747");
				stories[7] = new Story(	"&#919;&#956;&#941;&#961;&#945; &#913;&#955;&#955;&#951;&#955;&#949;&#947;&#947;&#973;&#951;&#962; &#963;&#964;&#959;&#957; Volkan Sevinc",
						"&amp;#922;&amp;#945;&amp;#953; &amp;#963;&amp;#949; &amp;#972;&amp;#955;&amp;#959; ...",
						"",
						"",
						"",
						"F4 1:03pm",
						"http://www.anarkismo.net/article/15746");
				stories[8] = new Story(	"&#927; &#916;&#951;&#956;&#942;&#964;&#961;&#951;&#962; &#924;&#945;&#964;&#963;&#940;&#955;&#951;&#962;",
						"&amp;#954;&amp;#945;&amp;#953; &amp;#951; &amp;#913;&amp;#964;&amp;#959;&amp;#956; ...",
						"",
						"",
						"",
						"F4 6:08am",
						"http://www.anarkismo.net/article/15743");
				stories[9] = new Story(	"Nuovo disegno di legge sull\'immigrazione in Grecia",
						"Qui di seguito un comunicato del Clandestina netwo ...",
						"",
						"",
						"",
						"F3 12:57pm",
						"http://www.anarkismo.net/article/15731");
			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(" /  / ");
	    	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>");
        }