        var Color_Array = new Array ("99FFFF", "99CCFF", "FFFF99", "CCFFCC", "CC66CC",
            "66CCCC", "CCFF66", "FFFF66", "FF6666", "FF66FF", "FFCCCC")

        var color_C = 0
        var system_lang = new String
        var Lang_boolean = new Boolean(false)
        var Lang_string = ("")
        var My_lang= 0
        var cookie_found = new Boolean(false)
        var cookie_data = new String("")
        var cookie_name = "gaynewsboard.net"
        var do_init = true
        var init_done = false
        var new_cookie = false
        var session_cookie_written = false
        var C_username = "UN          "
        var C_PW = "pwd           "
        var C_email = "emailer      "
        var C_Plang = "   "
        var C_exp =Date
        var C_server = "NAME=strato.de"
        var currentDate = new Date()
        var c_dummy = 0
        var test_string = new String
        var Rslt_b =  new Boolean(false)
        var D_string = " "
        var DET_gif = "gif/germanyf2t11x.gif"
        var my_color = "#ffff00"
        var part1 = "<body bgcolor='"
        var part2 = "'>"

 //       onerror = errWindow


//        function errWindow(errMsg,location,lineNum) {
//        debugWin = window.open("","debugWin","height=200,width=300,resize=yes")
//        debugWin.document.write("There was an error at line " + lineNum)
 //       debugWin.document.write("<br /> The error was: " + errMsg)
//        debugWin.document.close()
//        return true
//        }


       function choose_menu_type(flag_lang){
		if(navigator.appName=="Microsoft Internet Explorer"){
//	   alert( navigator.appName);
//	   alert( flag_lang);
	   switch(flag_lang) {
                   case "ENG" :
//		     alert("1");
           	     show_menu_1();
		     break;
		   case "DET" :
//		     alert("3");
		     show_menu_3();
		     break;
		   case "ESP" :
//		     alert("2");
		     show_menu_2();
		     break;
		   case "default":
		     break;}
		}





	}


/*
        function show_menu_eng() {

           show_menu_1();
           hide_menu_2_3();
           }
        function show_menu_esp() {
           show_menu_2();
           hide_menu_1_3();
           }


       function show_menu_det() {
           show_menu_3();
           hide_menu_1_2();
           }*/



        function show_menu_1() {
                 var s_width = screen.width
                 if (s_width <= 802){
                 document.body.insertAdjacentHTML('BeforeEnd','<DIV class="menu_sty" ID="Menu1"><Table bgcolor="FFFFFF" Border="1" CELLPADDING="3"><TR> <TD><a href="show_eng_news.php"> NEWS </a></TD> </TR> <TR> <TD><a href="http://www.gaynewsboard.net/show_eng_cult.php"> CULTURE </a></TD> </TR><TR> <TD><img src="jpg/exit.jpg"  onClick=hide_menu_1()> GO BACK</TD> </TR></TABLE> </DIV>');
                 }
                     else {
                 document.body.insertAdjacentHTML('BeforeEnd','<DIV class="menu_sty" ID="Menu1"><Table bgcolor="FFFFFF" Border="1" CELLPADDING="3"><TR> <TD><a href="show_eng_news.php"> NEWS </a></TD> </TR> <TR> <TD><a href="http://www.gaynewsboard.net/show_eng_cult.php"> CULTURE </a></TD> </TR><TR> <TD><img src="jpg/exit.jpg"  onClick=hide_menu_1()> GO BACK</TD> </TR></TABLE> </DIV>');

                         }

                 }

           function show_menu_2() {
             var s_width = screen.width
                 if (s_width <= 802){
                 document.body.insertAdjacentHTML('BeforeEnd','<DIV class="menu_sty" ID="Menu2"><Table bgcolor="FFFFFF" Border="1" CELLPADDING="3"><TR> <TD><a href="show_esp_news.php"> NOTICAS </a></TD> </TR> <TR> <TD><a href="http://www.gaynewsboard.net/show_esp_cult.php"> CULTURA </a></TD> </TR><TR> <TD><img src="jpg/exit.jpg"  onClick=hide_menu_2()> GO BACK </TD> </TR></TABLE> </DIV>');
                          }
                           else
                          {
                 document.body.insertAdjacentHTML('BeforeEnd','<DIV class="menu_sty" ID="Menu2"><Table bgcolor="FFFFFF" Border="1" CELLPADDING="3"><TR> <TD><a href="show_esp_news.php"> NOTICAS </a></TD> </TR> <TR> <TD><a href="http://www.gaynewsboard.net/show_esp_cult.php"> CULTURA </a></TD> </TR><TR> <TD><img src="jpg/exit.jpg"  onClick=hide_menu_2()> GO BACK </TD> </TR></TABLE> </DIV>');
                    }
                 }

        function show_menu_3() {
                   var s_width = screen.width
                 if (s_width <= 802){
                 document.body.insertAdjacentHTML('BeforeEnd','<DIV class="menu_sty" ID="Menu3"><Table bgcolor="FFFFFF" Border="1" CELLPADDING="3"><TR> <TD><a href="show_det_news.php"> NACHRICHTEN </a></TD> </TR> <TR> <TD><a href="http://www.gaynewsboard.net/show_det_cult.php"> KULTUR </a></TD> </TR><TR> <TD><img src="jpg/exit.jpg"  onClick=hide_menu_3()>ZUR&Uuml;CK </TD> </TR></TABLE> </DIV>');
                      }
                        else
                      {
                  document.body.insertAdjacentHTML('BeforeEnd','<DIV class="menu_sty" ID="Menu3"><Table bgcolor="FFFFFF" Border="1" CELLPADDING="3"><TR> <TD><a href="show_det_news.php"> NACHRICHTEN </a></TD> </TR> <TR> <TD><a href="http://www.gaynewsboard.net/show_det_cult.php"> KULTUR </a></TD> </TR><TR> <TD><img src="jpg/exit.jpg"  onClick=hide_menu_3()>Zurück</TD> </TR></TABLE> </DIV>');
                       }
                 }

        function hide_menu_1() {
                 Menu1.innerHTML=" ";
                 Menu1.outerHTML=" ";

                 }

        function hide_menu_2() {
                 Menu2.innerHTML=" ";
                 Menu2.outerHTML=" ";

                 }

        function hide_menu_3() {
                 Menu3.innerHTML=" ";
                 Menu3.outerHTML=" ";

                 }

 /*       function hide_menu_1_2() {
                 Menu1.innerHTML=" ";
                 Menu1.outerHTML=" ";
                 Menu2.innerHTML=" ";
                 Menu2.outerHTML=" ";
                 }


         function hide_menu_1_3() {
                 Menu1.innerHTML=" ";
                 Menu1.outerHTML=" ";
                 Menu3.innerHTML=" ";
                 Menu3.outerHTML=" ";
                 }

         function hide_menu_2_3() {
                 Menu2.innerHTML=" ";
                 Menu2.outerHTML=" ";
                 Menu3.innerHTML=" ";
                 Menu3.outerHTML=" ";

                 }
                  */

       function do_the_ticker() {
                 var s_width = screen.width;
 //                if (screen.width != 802)
 //                alert(s_width);

                document.write("  <Table  height='30' cellspacing='0' cellpadding='0' width='70%' border='0' align='left'  valign='top' cols='1' >");
                document.write("<tr>");
                document.write("<td><Center> <td>");
                document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
                document.write("codebase='http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0'");
                document.write("width='100%' height='30'  autostart='true' loop='true' frameborder='0'  align='left'> ");
                document.write("<PARAM NAME=movie VALUE='flasher/TT1.swf'> <PARAM NAME=quality VALUE=high><PARAM NAME=loop VALUE=true> ");
//                document.write("<param name =wmode value=transparent/>");

                document.write("<embed src='flasher/TT1.swf' width='100%' height='30'  autostart='true' loop='true' frameborder='0'  align='left'  TYPE='application/x-shockwave-flash'");

                document.write("PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'> ");
 //               document.write("<param NAME=wmode Value=transparent> ");
                document.write("<noembed>");

                document.write("<img src='flasher/TT1.swf' width='100%' height='30' />");

                document.write("</noembed>");
                document.write("</embed>");
                document.write("</object> ");
                document.write("</td></center>");
                document.write("</tr>");


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

               }

      function do_the_flash() {
                document.write("<td> ");
                document.write("  <Table height='15' cellspacing='0' cellpadding='0' width='45%' border='0' align='left'  valign='top'>");
                document.write("<tr>");
                document.write("<td>");
                document.write("<object classid='clsid:D27CDB6E-11cf-96B8-444553540000'");
                document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,40,0'");
                document.write("width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                document.write("<param name ='Movie' value='flasher/langs_blue.swf' />");
                document.write("<param name ='wmode' value='transparent'/>");
                switch(color_C) {
                   case 0  :
                    document.write("<embed src='flasher/langs_blue.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 1  :
                    document.write("<embed src='flasher/langs_blue3.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 2  :
                    document.write("<embed src='flasher/langs_yellow.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 3  :
                    document.write("<embed src='flasher/langs_green.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 4  :
                    document.write("<embed src='flasher/langs_purple.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 5  :
                    document.write("<embed src='flasher/langs_blue2.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 6  :
                    document.write("<embed src='flasher/langs_green2.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 7  :
                    document.write("<embed src='flasher/langs_orange_a.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 8  :
                    document.write("<embed src='flasher/langs_orange2.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 9  :
                    document.write("<embed src='flasher/langs_pink2.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 10  :
                    document.write("<embed src='flasher/langs_pink3.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   case 11  :
                    document.write("<embed src='flasher/langs_blue.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                   default :
                    document.write("<embed src='flasher/langs_blue.swf' width='550' height='120'  autostart='true' loop='true' frameborder='0'  align='left'");
                    break;
                       }
                document.write("pluginspage=''http://www.macromedia.com/pub/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'/>");
                document.write("<param NAME='wmode' Value='transparent';> ");
                document.write("<noembed>");
                switch(color_C) {
                   case 0  :
                    document.write("<img src='flasher/langs_blue.gif' width='550' height='120' />");
                    break;
                   case 1 :
                    document.write("<img src='flasher/langs_blue3.gif' width='550' height='120' />");
                    break;
                   default  :
                    document.write("<img src='flasher/langs_pink3.gif' width='550' height='120' />");
                    break;
                       }
                document.write("</noembed>");
                document.write("</embed>");
                document.write("</object>");
                document.write("</td>");
                document.write("<td><img border='0' align='Right' width='275' height='170' src='gif/biglogo3[1].gif' alt='UN Flag'>  </td>");
                document.write("</tr>");
                document.write("</table>");
                document.write("</td>");

               }

      function set_color(){
       var color_string
        color_C=(Math.round(Math.random() * 100));
  //         color_C=7
  //         alert(color_C);
          while (color_C > 10){
                 color_C = color_C - 10;
                 };
 //          alert(color_C);


        color_string = part1 + Color_Array[color_C] + part2;
 //       alert(color_string)
        document.write(color_string);
        }

       function for_IE() {
                switch(color_C) {
                   case 0  :
                     for_IE_blue();
                     break;
                   case 1  :
                     for_IE_pink();
                     break;
                   case 2  :
                     for_IE_yellow();
                     break;
                   case 3  :
                     for_IE_green();
                     break;
                   case 4  :
                     for_IE_purple();
                     break;
                   case 5  :
                     for_IE_blue2();
                     break;
                   case 6  :
                     for_IE_green2();
                     break;
                   case 7  :
                     for_IE_orange();
                     break;
                   case 8  :
                     for_IE_orange2();
                     break;
                   case 9  :
                     for_IE_pink2();
                     break;
                   case 10  :
                     for_IE_pink3();
                     break;
                   default :
                   alert("default");
                     for_IE_blue();
                     break;
                          }

                     }


      function for_IE_white(){

        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_trans.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }
             function for_IE_blue(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_blue.gif' valign='bottom' > </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");

                }


       function for_IE_orange(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </a></td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_orange_a.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

       function for_IE_orange2(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_orange2.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

      function for_IE_pink2(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_pink2.gif' valign='bottom' > </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

       function for_IE_pink3(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_pink3.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");

        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

        function for_IE_pink(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_blue3.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }


      function for_IE_yellow(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");

        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='logo' />");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_yellow.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }


      function for_IE_green(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0'");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write(" <b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_green.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

      function for_IE_green2(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");

        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_green2.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

       function for_IE_purple(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_purple.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
                }

      function for_IE_blue2(){
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0'");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' direction='RIGHT' scrollamount='10' scrolldelay='1' behavior='SLIDE'");
        document.write(" <b><align='Left'><font size='6'; color='#000000'></font></b>");
        document.write("<img border='0' align='LEFT' width='200' height='45'  ");
        document.write(" src='gif/rainbowflag.gif'  alt='Logo' />");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write(" </marquee>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0'");
        document.write("<tr> <td>");
        document.write("<marquee height='5%' width='100%' scrollamount=10 scrolldelay= 1 behavior='SLIDE' direction=LEFT <align='Left'>");
        document.write("<table border='0' cols='3'width='100%'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='left' width='50%' color='#000000'> Schwules aus aller Welt&nbsp;&nbsp;&nbsp;&nbsp;</font></b></a> </td>");
        document.write("<td>  <font size='6'color='#000000' align='right'><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font> </td>");
        document.write("<td><a href = 'show_esp_news.php' tabindex='-1'><img border='0' height='45' width='320' src='gif/outline_2_blue2.gif' valign='bottom'> </a></td></tr></table>");
        document.write("</marquee>");
        document.write("</td> </tr>");
        document.write("</table>");

        document.write("<hr size=2 width = '100%'>");
                }


       function for_OTHERS() {

                switch(color_C) {
                   case 0  :
                     for_OTHERS_blue();
                     break;
                   case 1  :
                     for_OTHERS_pink();
                     break;
                   case 2  :
                     for_OTHERS_yellow();
                     break;
                   case 3  :
                     for_OTHERS_green();
                     break;
                   case 4  :
                     for_OTHERS_purple();
                     break;
                   case 5  :
                     for_OTHERS_blue2();
                     break;
                   case 6  :
                     for_OTHERS_green2();
                     break;
                   case 7  :
                     for_OTHERS_orange();
                     break;
                   case 8  :
                     for_OTHERS_orange2();
                     break;
                   case 9  :
                     for_OTHERS_pink2();
                     break;
                   case 10  :
                     for_OTHERS_pink3();
                     break;
                   default :
                   alert("default");
                     for_OTHERS_blue();
                     break;
                          }

                     }

    function for_OTHERS_white(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0'");
        document.write("<tr> <td>");

        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td> <a href = 'show_esp_news.php'> <img border='0' height='45' width='320' src='gif/outline_trans.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }



 function for_OTHERS_blue(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'  alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td> <ahref = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_blue.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }




 function for_OTHERS_pink(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'  alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td> <a href = 'show_esp_news.php'> <img border='0' height='45' width='320' src='gif/outline_2_blue3.gif'  tabindex='-1' valign='Top' align='right'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }


 function for_OTHERS_yellow(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td> <a href = 'show_esp_news.php'> <img border='0' height='45' width='320' src='gif/outline_2_yellow.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");

        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }


 function for_OTHERS_green(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");

        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td> <a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_green.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }




 function for_OTHERS_purple(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0'");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td><a href = 'show_esp_news.php'> <img border='0' height='45' width='320' src='gif/outline_2_purple.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }



 function for_OTHERS_blue2(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='750'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td><a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_blue2.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }




 function for_OTHERS_green2(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='0' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'  alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");

        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2' width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td><a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_green2.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }


 function for_OTHERS_orange(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='2' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'  alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");

        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td><a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_orange_a.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }


 function for_OTHERS_orange2(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='2' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td><a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_orange2.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }




 function for_OTHERS_pink2(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");
        document.write("<td> <img border='2' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2'width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td><a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_pink2.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }

  function for_OTHERS_pink3(){
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<b><align='RIGHT'><font size='6'; color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b> </td>");

        document.write("<td> <img border='2' valign = 'top' align='LEFT' width='200' height='45'  src='gif/rainbowflag.gif'   alt='Logo' /> </td>");
        document.write(" <td> <b><align='RIGHT'><font size='6'valign='bottom' color='#000000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
        document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href = 'show_eng_news.php'> Gay World News &nbsp;</a></font></b>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
        document.write("<table width='1000' cellspacing='0' cellpadding='0' border='0' ");
        document.write("<tr> <td>");
        document.write("<table border='0' cols='2' width='1000'> ");
        document.write("<tr> <td><a href = 'show_det_news.php'><b><font size='6'; valign='center' width='400' align='Left' color='#000000'> Schwules aus aller Welt</font></b></a>");
        //document.write("<td>  <font size='6'color='#000000'align='right'><b>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</b></font> </td>  ");
        document.write("<td> <a href = 'show_esp_news.php'><img border='0' height='45' width='320' src='gif/outline_2_pink3.gif' valign='Top' align='right' tabindex='-1'> </a></td></tr></table>");
        document.write("</td> </tr>");
        document.write("</table>");
        document.write("<hr size=2 width = '100%'>");
         }



     function Init(){
        system_lang =window.clientInformation.systemLanguage;
        Lang_boolean = false;
        Lang_string = "   ";
        My_lang = 0;
        cookie_found = false;
        cookie_data="";
        with (currentDate) {
                setFullYear((getFullYear()) + 5)
                };
        do_init = false;
        init_done = true;
        cookie_found = Cookie_Read();

      my_color = "#ffcc66" ;

//  alert(cookie_data);

//         if ((cookie_found == true) && (C_username != null) && (C_username != "undefined")){
//                             c_dummy = 0; } ;
 //        else {
 //            if(system_lang = "en-us"){
 //            C_username = Prompt("Sorry! Unable to obtain your username from the cookie. Please enter a user name.", "None");
 //               c_dummy=10;
 //                  };
 //            else{
//                alert("German equivalent here");
 //               c_dummy=11;
 //               };
             Cookie_Placed();
 /*        if ((cookie_found == true) &&  (C_Plang != "undefined")){
           switch (C_Plang){
           case "ENG" :
                c_dummy = 0 ;
                document.getElementById('news_gif').src="gif/usaCa.gif";
                document.getElementById('news_ref').href = "show_eng_news.php";
                document.getElementById('archive_ref').href = "show_eng_archives.php";
                document.getElementById('search_ref').href = "show_eng_search.php";
                document.getElementById('NEWS').bgcolor="#ffffff" ;
                document.getElementById('ARCHIVE').bgcolor="#ffffff" ;
                document.getElementById('SEARCH').bgcolor="#ffffff" ;
               break;




           case "DET" :
                c_dummy = 0 ;
                document.getElementById('news_gif').src="gif/germanyf2t11x.gif";
                document.getElementById('news_ref').href = "show_det_news.php ";
                document.getElementById('archive_ref').href = "show_det_archives.php";
                document.getElementById('search_ref').href = "show_det_search.php";
                document.getElementById('NEWS').bgcolor="#ffffff" ;
                document.getElementById('ARCHIVE').bgcolor="#ffffff" ;
                document.getElementById('SEARCH').bgcolor="#ffffff" ;
              break;

           case "ESP" :
                c_dummy = 0 ;
                document.getElementById('news_gif').src="gif/spainC1.gif";
                document.getElementById('news_ref').href = "show_esp_news.php";
                document.getElementById('archive_ref').href = "show_esp_archives.php";
                document.getElementById('search_ref').href = "show_esp_search.php";
                document.getElementById('NEWS').bgcolor="#ffffff" ;
                document.getElementById('ARCHIVE').bgcolor="#ffffff" ;
                document.getElementById('SEARCH').bgcolor="#ffffff" ;
                break;

           default :
                c_dummy=25;
                break;
                       }   //  end switch

                };    // end if   */

              }     // end function






        function Addlink() {
         Cookie_Read();
        c_dummy = 0 ;

        Rslt_b = false
        D_string = "  "

        if ((cookie_found == true)&& (C_username != null)) {
           test_string = C_username.toUpperCase();


          if (test_string.substring(0,6) == 'GUNNAR'){
            D_string = "Mega Hugs! " + C_username + ", Do you want to activate the back door to Rota directory?";
            Rslt_b= confirm(D_string);
                if (Rslt_b){
                 c_dummy = 1;
                 };






                };
          if (test_string.substring(0,5) == 'SCMAN'){
             D_string =  C_username + ", Do you want to activate the back door to Rota directory?";
             Rslt_b = confirm(D_string);

               if (Rslt_b){
                 c_dummy = 1;
                 };
                };
             };

         switch(c_dummy) {
                case 1 :
                  document.write("<td> <table cellspacing='0' cellpadding='0' width='20%' border='0' align='RIGHT'> <a href='/httpdocs/rota/index.php'/a> <img border='0' align='Right' width='275' height='170' src='gif/biglogo3[1].gif' alt='w/link'>  </td>");
                  break;
                  default :
                   document.write("<td> <table cellspacing='0' cellpadding='0' width='20%' border='0' align='RIGHT'> <img border='0' align='Right' width='275' height='170' src='gif/biglogo3[1].gif' alt='w/olink'> </td>");
                  break;
                        };

                 }


        function BreaktheCookie(omit_it){
        var s = new Array(10);
        s = document.cookie.split("í");

        if (omit_it !=0){
                C_server = s[0]};
        if (omit_it !=0){
                C_username =s[1]};
        if (omit_it !=2){
                C_PW =s[2]};
        if (omit_it !=3){
                C_email =s[3]};
        if (omit_it !=4){
                Lang_string =s[4];
                C_Plang = Lang_string;};
        if (omit_it !=4){
                C_exp =s[4]};
                }

     function Update_Cookie(){
        cookie_data =  C_server + "í" + C_username  +"í" + C_PW +"í" + C_email + "í" + C_Plang + "í" + ("Expires=") + currentDate ;

        c_dummy=1;
        document.cookie=cookie_data;
        cookie_found = true;
        return cookie_found;
                }

    function Choose_Det(caller){
        Lang_boolean=true;
        Lang_string=("DET");
        C_Plang = Lang_string;
        My_lang=2;

        c_dummy=2;

        if (caller=="INDEX"){
                window.location="http://gaynewsboard.net/nav_det.html";
                return;
                    };
        if (caller=="NAV"){
                window.location="http://gaynewsboard.net/nav_det.html";
                return;
                    };
        if (caller=="NEWS"){
                window.location="http://gaynewsboard.net/show_det_news.php";
                return;
                    };
        if (caller=="ARCH"){
                window.location="http://gaynewsboard.net/show_det_archives.php";
                return;
                    };
        if (caller=="SEARCH"){

                window.location="http://gaynewsboard.net/show_det_search.php";
                return;
                    };

        if(cookie_data==document.cookie >""){
                BreaktheCookie(4);
                Update_Cookie();
                document.getElementById('news_gif').src="gif/germanyf2t11x.gif";
                document.getElementById('news_ref').href = "show_det_news.php ";
                document.getElementById('archive_ref').href = "show_det_archives.php";
                document.getElementById('ARCHIVE').Title = "ARCHIV";
                document.getElementById('search_ref').href = "show_det_search.php";
                document.getElementById('SEARCH').Title = "SUCHE";
                document.getElementById('NEWS').bgcolor="#99ffff" ;
                document.getElementById('ARCHIVE').bgcolor="#99ffff" ;
                document.getElementById('SEARCH').bgcolor="#99ffff" ;
                                   } ;
         // else{
         //       //                alert("ENG")
          //      c_dummy=3;
          //      };
                }

    function Choose_Eng(caller){
        Lang_boolean=true;
        Lang_string="ENG";
        C_Plang = Lang_string;
        My_lang=1;
       // alert(caller);

        c_dummy=1;
        if (caller=="INDEX"){
                window.location="http://gaynewsboard.net/nav_eng.html";
                return;
                    };

        if (caller=="NAV"){
                window.location="http://gaynewsboard.net/nav_eng.html";
                return;
                    };
        if (caller=="NEWS"){
                window.location="http://gaynewsboard.net/show_eng_news.php";
                return;
                    };
        if (caller=="ARCH"){
                window.location="http://gaynewsboard.net/show_eng_archives.php";
                return;
                    };
        if (caller=="SEARCH"){
                window.location="http://gaynewsboard.net/show_eng_search.php";
                return;
                    };
        if(cookie_data==document.cookie >" "){
                BreaktheCookie(4);
                Update_Cookie();
                document.getElementById('news_gif').src="gif/usaCa.gif";
                document.getElementById('news_ref').href = "show_eng_news.php";
                document.getElementById('archive_ref').href = "show_eng_archives.php";
                document.getElementById('ARCHIVE').Title = "ARCHIVE";
                document.getElementById('search_ref').href = "show_eng_search.php";
                document.getElementById('SEARCH').Title = "SEARCH";
                document.getElementById('NEWS').bgcolor="#99ffff" ;
                document.getElementById('ARCHIVE').bgcolor="#99ffff" ;
                document.getElementById('SEARCH').bgcolor="#99ffff" ;
                        };
         // else{
          //      c_dummy=4;
         //       };
                }


    function Choose_Esp(caller){
        Lang_boolean=true;
        Lang_string="ESP";
        C_Plang = Lang_string;
        My_lang=1;

        c_dummy=1;
        if (caller=="INDEX"){
               window.location="http://gaynewsboard.net/nav_esp.html";
                return;
                    };
        if (caller=="NAV"){
               window.location="http://gaynewsboard.net/nav_esp.html";
                return;
                    };
        if (caller=="NEWS"){
                window.location="http://gaynewsboard.net/show_esp_news.php";
                return;
                    };
        if (caller=="ARCH"){
                window.location="http://gaynewsboard.net/show_esp_archives.php";
                return;
                    };
        if (caller=="SEARCH"){
                window.location="http://gaynewsboard.net/show_esp_search.php";
                return;
                    };
        if(cookie_data==document.cookie >""){
                BreaktheCookie(4);
                Update_Cookie();
                document.getElementById('news_gif').src="gif/spainC1.gif";
                document.getElementById('news_ref').href = "show_esp_news.php";
                document.getElementById('archive_ref').href = "show_esp_archives.php";
                document.getElementById('ARCHIVE').Title = "ARCHIVO";
                document.getElementById('search_ref').href = "show_esp_search.php";
                document.getElementById('SEARCH').text = "B+SQUEDA";
                document.getElementById('NEWS').Title = "NOTICIAS";
                document.getElementById('NEWS').bgcolor="#99ffff" ;
                document.getElementById('ARCHIVE').bgcolor="#99ffff" ;
                document.getElementById('SEARCH').bgcolor="#99ffff" ;
                         } ;
         // else{
         //       c_dummy=4;
         //       };
                }


     function Cookie_Read(){
        var c_data = new Array(10)
         document.cookie = cookie_name ;
        if(cookie_data==document.cookie >""){
          cookie_found = true;
          (cookie_data = document.cookie);
          c_data = document.cookie.split("í");
          C_username = c_data[1];
          C_PW = c_data[2];

          C_email = c_data[3];
          C_Plang = c_data[4];

                  }
         else{
          cookie_found = false;
             };
        return cookie_found;
                }

     function Cookie_Placed(){
        document.cookie = cookie_name ; expires="Monday,04-Apr-2010 05:00:00 GMT";
        cookie_data =  C_server + "í" + C_username  +"í" + C_PW +"í" + C_email + "í" + C_Plang + "í" +  "Expires=" + currentDate ;
         document.cookie=cookie_data;
        new_cookie = true;
        cookie_found = true;
        return cookie_found;
                }