function tag(t){
        document.write("<"+t+">");
        }
function info()
{
document.write("<b>Wir sind f&uuml;r Sie da:</b>");
tag("br");
document.write("<p style=\"margin-left:0px;\">Mo, Di & Do 8 Uhr - 17 Uhr");
tag("br");
document.write("Mi 8 Uhr - 18 Uhr");
tag("br");
document.write("Fr 8 Uhr - 13 Uhr</p>");
tag("br");
document.write("<b>Wohnungsgenossenschaft");
tag("br");
document.write("Trachau Nord e.G.</b>");
tag("br");
document.write("<p style=\"margin-left:0px;\">Halleystra&szlig;e 2");
tag("br");
document.write("01129 Dresden");
tag("br");
document.write("www.wgtn.de");
tag("br");
document.write("info@wgtn.de </p>");
tag("br");
tag("br");
document.write('<a class=\"img\" href=\"http://www.google.de\"><img src=\"http://wgtn.de/wp-271/wp-content/themes/default/_img/i-Woba.gif\" width=\86px\" height=\"122px\" border=\"0\"></a>');
} 
