//**************************************************************************************
//**************************************************************************************
// ********************** WRITTEN BY ENRICO UNGER **************************************
//**************************************************************************************
//**************************************************************************************


var news_text1;
var news_text2;
var news_text3;
var news_text4;


//**************************************************************************************
// ACHTUNG NUR DER TEXT ZWSCHEN DEN ANFÜHRUNGSZEICHEN (") DARF EDITIERT WERDEN!!!!
//**************************************************************************************

//######################## BEI DER ZEICHENANZAHL PRO NEWS AUF 50 ZEICHEN BESCHRÄNKEN ##############
//######################## KEINE ZU LANGEN WÖRTER, AM BESTEN VERGLEICHEN MIT REALER ANSICHT ######


news_text1 = "";
news_text2 = "";
news_text3 = "";
news_text4 = "";
news_text5 = "INFO'S unter Veranstaltungen";


//**************************************************************************************
// ACHTUNG AB HIER NICHTS MEHR ÄNDERN
//**************************************************************************************


document.writeln(news_text1);
document.writeln("<br>.................................<br>");
document.writeln(news_text2);
document.writeln("<br>.................................<br>");
document.writeln(news_text3);
document.writeln("<br>.................................<br>");
document.writeln(news_text4);
document.writeln("<br>.................................<br>");
document.writeln(news_text5);
