Files
AI/참고/trafilatura-master/tests/eval/einfachspanien.de.malaga.html

440 lines
24 KiB
HTML
Raw Normal View History

2026-05-12 19:40:31 +09:00
<br />
<b>Strict Standards</b>: Redefining already defined constructor for class wpdb in <b>/www/htdocs/w0094d70/wp-includes/wp-db.php</b> on line <b>56</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>/www/htdocs/w0094d70/wp-includes/cache.php</b> on line <b>36</b><br />
<br />
<b>Strict Standards</b>: Redefining already defined constructor for class WP_Object_Cache in <b>/www/htdocs/w0094d70/wp-includes/cache.php</b> on line <b>384</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Page::start_lvl() should be compatible with Walker::start_lvl($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>541</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Page::end_lvl() should be compatible with Walker::end_lvl($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>541</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Page::start_el() should be compatible with Walker::start_el($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>541</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Page::end_el() should be compatible with Walker::end_el($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>541</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_PageDropdown::start_el() should be compatible with Walker::start_el($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>560</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Category::start_lvl() should be compatible with Walker::start_lvl($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>659</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Category::end_lvl() should be compatible with Walker::end_lvl($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>659</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Category::start_el() should be compatible with Walker::start_el($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>659</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_Category::end_el() should be compatible with Walker::end_el($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>659</b><br />
<br />
<b>Strict Standards</b>: Declaration of Walker_CategoryDropdown::start_el() should be compatible with Walker::start_el($output) in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>684</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>/www/htdocs/w0094d70/wp-includes/query.php</b> on line <b>21</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>/www/htdocs/w0094d70/wp-includes/theme.php</b> on line <b>540</b><br />
<br />
<b>Strict Standards</b>: call_user_func_array() expects parameter 1 to be a valid callback, non-static method GoogleSitemapGenerator::Enable() should not be called statically in <b>/www/htdocs/w0094d70/wp-includes/plugin.php</b> on line <b>164</b><br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de-DE">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="WordPress 2.3.1" /> <!-- leave this for stats -->
<link rel="stylesheet" href="http://www.einfachspanien.de/wp-content/themes/tma/style.css" type="text/css" media="screen, projection" />
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://www.einfachspanien.de/wp-content/themes/tma/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="Spanien Forum RSS Feed" href="http://www.einfachspanien.de/feed" />
<link rel="pingback" href="http://www.einfachspanien.de/xmlrpc.php" />
<link rel="shortcut icon" href="http://www.einfachspanien.de/wp-content/themes/tma/images/favicon2.ico" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.einfachspanien.de/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.einfachspanien.de/wp-includes/wlwmanifest.xml" /> <script type="text/javascript">
//<![CDATA[
function basename (path) { return path.replace( /.*\//, "" ); }
var winimg=null;
function ps_imagemanager_popup(imgurl,title,w,h) {
lpos=(screen.width)?(screen.width-w)/2:100;
tpos=(screen.height)?(screen.height-h)/2:100;
settings='width='+w+',height='+h+',top='+tpos+',left='+lpos+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
winimg=window.open('about:blank','imagemanagerpopup',settings);
var doc = '';
doc += '<html><head>';
doc += '<title>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</title>';
doc += '<style type="text/css"><!-- body { margin:0px; padding:0px; } --></style>';
doc += '</head>';
doc += '<body onload="self.focus();">';
doc += '<img style="cursor:pointer;" src="' + imgurl + '" title="' + title + '" onclick="self.close();"/>';
doc += '</body></html>';
winimg.document.writeln(doc);
winimg.document.close();
}
//]]>
</script>
<!-- Start Of Script Generated By WP-EMail 2.11 -->
<script type="text/javascript">
/* <![CDATA[ */
function email_popup(email_url) {
window.open(email_url, "_blank", "width=500,height=500,toolbar=0,menubar=0,location=0,resizable=0,scrollbars=1,status=0");
}
/* ]]> */
</script>
<link rel="stylesheet" href="http://www.einfachspanien.de/wp-content/plugins/email/email-css.css" type="text/css" media="screen" />
<!-- End Of Script Generated By WP-EMail 2.11 -->
<!-- begin lightbox scripts -->
<script type="text/javascript">
//<![CDATA[
document.write('<link rel="stylesheet" href="http://www.einfachspanien.de/wp-content/plugins/lightbox-2/Themes/Black/lightbox.css" type="text/css" media="screen" />');
//]]>
</script>
<script type="text/javascript" src="http://www.einfachspanien.de/wp-content/plugins/lightbox-2/lightbox2/prototype.js"></script>
<script type="text/javascript" src="http://www.einfachspanien.de/wp-content/plugins/lightbox-2/lightbox2/scriptaculous.js"></script>
<script type="text/javascript" src="http://www.einfachspanien.de/wp-content/plugins/lightbox-2/lightbox2/lightbox.js"></script>
<!-- end lightbox scripts -->
<!-- This site is SEO optimized by wpSEO 2.3 (http://www.wpseo.org) -->
<meta name="robots" content="index, follow, noodp" />
<meta name="description" content="Spanien hat als Reiseland eine Menge zu bieten. Ob nun die Inselgruppen der Balearen oder auch Kanaren, so gut wie" />
<meta name="keywords" content="Malaga, Stadt, Andalusien, Umgebung, Weise, Eine" />
<title>Malaga, die quirlige Metropole in Andalusien</title>
<style type="text/css">.recentcomments a{display:inline !important;padding: 0 !important;margin: 0 !important;}</style>
</head>
<body> <!--start body-->
<div class="container"> <!--start container-->
<div id="header" class="column span-14">
<div id="logo" class="column first">
<div class="title">
<div><a href="http://www.einfachspanien.de/">Spanien Forum</a></div>
<div class="desc">Spanienforum auf einfachspanien.de</div>
</div>
<!--<a href="http://www.einfachspanien.de/" title="Spanienforum auf einfachspanien.de: Home" class="sitelogo"></a>-->
</div>
<div id="search_menu" class="column span-6 border_left last push-0">
<div id="search" class="column first">
<h3 class="mast4">Suche</h3>
<div id="search-form">
<form method="get" id="searchform" action="http://www.einfachspanien.de/">
<div><label for="s" class="none">Search for:</label>
<input type="text" name="s" id="s" class="search_input" value="" />
<label for="searchsubmit" class="none">Go</label>
<input type="submit" id="searchsubmit" class="submit_input" value="Search" /></div>
</form>
</div>
</div>
<ul id="menu">
<li><span class="home"><a href="#">Startseite</a></span></li>
<li><span class="about"><a href="#">Registrieren</a></span></li>
<li><span class="archives"><a href="#">Artikel</a></span></li>
<li><span class="contact"><a href="#">Kontakt</a></span></li>
</ul>
</div>
</div>
<!--end header-->
<script type="text/javascript"><!--
google_ad_client = "pub-6759191161148416";
/* es.de grosser Banner 728x90, Erstellt 11.02.08 */
google_ad_slot = "7175306965";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div id="topbanner_single" class="column span-14"> <!-- start top banner -->
<div class="pagetitle">
// Artikel
</div>
</div> <!-- end top banner -->
<div id="post_content" class="column span-14"> <!-- start home_content -->
<div class="column span-11 first">
<h2 class="post_cat">Allgemein</h2>
<h2 class="post_name" id="post-173">Malaga, die quirlige Metropole in Andalusien</h2>
<div class="post_meta">
<!-- By <a href="http://www.einfachspanien.de/author/yngrid/" title="Beitr&auml;ge von Yngrid">Yngrid</a> !--> <span class="dot">&sdot;</span> November 22, 2011 <span class="dot">&sdot;</span> <img class="WP-EmailIcon" src="http://www.einfachspanien.de/wp-content/plugins/email/images/email_famfamfam.gif" alt="Email this post" title="Email this post" style="border: 0px;" />&nbsp;<a href="http://www.einfachspanien.de/malaga-die-quirlige-metropole-in-andalusien.htmlemail/" title="Email this post" rel="nofollow">Email this post</a>
<span class="dot">&sdot;</span> <img class="WP-PrintIcon" src="http://www.einfachspanien.de/wp-content/plugins/print/images/printer_famfamfam.gif" alt="Diese Seite ausdrucken" title="Diese Seite ausdrucken" style="border: 0px;" />&nbsp;<a href="http://www.einfachspanien.de/malaga-die-quirlige-metropole-in-andalusien.htmlprint/" title="Diese Seite ausdrucken" rel="nofollow">Diese Seite ausdrucken</a>
<span class="dot">&sdot;</span> <a href="#comments">Kommentieren</a>
</div>
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<!-- google_ad_section_start -->
<p>Spanien hat als Reiseland eine Menge zu bieten. Ob nun die Inselgruppen der Balearen oder auch Kanaren, die so gut wie jedem ein Begriff sein sollten, oder die Hauptstadt Madrid sowie die katalanische Metropole Barcelona, die potenziellen Reiseziele gibt es praktisch wie Sand am Meer. Eine der schönsten Gegenden des Landes liegt jedoch ganz im Süden. Die Rede ist natürlich von Andalusien. Hier herrscht das ganze Jahr über ein angenehmes Klima und die Sonne hat vermutlich auch einen Einfluss auf die Freundlichkeit der Bewohner, denn hier geht alles ganz entspannt und ohne unnötige Hektik vonstatten.</p>
<p>Eine der größten Städte ganz Spaniens ist <a href="http://www.spanien.net/malaga">Malaga in Andalusien</a>. Die Stadt, die oftmals ein wenig im Schatten des historischen Sevilla steht, ist jedoch auch selber eine Reise wert und hier kann man als Tourist so einiges entdecken. Die Landschaft rund um die Stadt herum ist alleine schon sehenswert, denn hier gedeihen überall die feinsten Reben, aus denen später ein hervorragender Wein entsteht. Diesen kann man selbstverständlich auch in den unzähligen Bars und Restaurants von Malaga testen. So kann man einen ereignisreichen Tag in der Stadt und Umgebung auf perfekte Art und Weise ausklingen lassen.</p>
<p>Wer Malaga nicht nur im Rahmen beispielsweise eines Tagesausfluges aufsuchen, sondern hier auch direkt übernachten möchte, der findet eine Vielzahl an komfortablen und dennoch bezahlbaren Unterkünften. Ob Pension, Hotel, Ferienwohnung oder Apartment, man muss sich einfach nur für die Art und Weise der Unterbringung entscheiden und sich dann am besten über das Internet ein wenig schlau machen. Es macht auf jeden Fall Sinn die Unterkunft schon im Vorhinein zu buchen, denn so kann man in aller Ruhe schauen und auch die Preise vergleichen. Von Malaga aus kann man auch viele tolle Ausflüge in die nähere und weitere Umgebung starten. Hierzu besorgt man sich am besten einen guten Reiseführer, der die Region abdeckt.</p>
<!-- google_ad_section_end -->
<div id="comments"> <!-- start comments -->
<div id="commenthead">
<h2 class="post_comm">Diskussion</h2>
<h3 class="mast5">Keine Kommentare for &#8220;Malaga, die quirlige Metropole in Andalusien&#8221;</h3>
</div>
<!-- You can start editing here. -->
<!-- If comments are open, but there are no comments. -->
<div id="comment-form">
<h2 id="respond" class="post_comm2">Einen Kommentar schreiben</h2>
<form action="http://www.einfachspanien.de/wp-comments-post.php" method="post" id="commentform">
<fieldset>
<p>
<label for="author" class="com">Name *</label>
<input class="comtext" type="text" name="author" id="author" value="" size="22" tabindex="1" />
</p>
<p>
<label for="email" class="com">E-Mail *</label>
<input class="comtext" type="text" name="email" id="email" value="" size="22" tabindex="2" />
</p>
<p>
<label for="url" class="com">Website</label>
<input class="comtext" type="text" name="url" id="url" value="" size="22" tabindex="3" />
</p>
<!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;code&gt; &lt;em&gt; &lt;i&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->
<p>
<label for="comment" class="com">Kommentar</label>
<textarea class="comtext" name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
</p>
</fieldset>
<fieldset>
<p>
<input name="submit" type="submit" id="submit" tabindex="5" class="comsubmit" value="Kommentar absenden" />
<input type="hidden" name="comment_post_ID" value="173" />
</p>
</fieldset>
</form>
</div>
</div> <!-- end comments -->
</div>
<div class="column span-3 last">
<div id="side_categories">
<h3 class="mast">Kategorien</h3>
<ul class="cat">
<br />
<b>Warning</b>: Creating default object from empty value in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>407</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<br />
<b>Deprecated</b>: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in <b>/www/htdocs/w0094d70/wp-includes/formatting.php</b> on line <b>82</b><br />
<li class="cat-item cat-item-1"><a href="http://www.einfachspanien.de/category/allgemein" title="Alle unter Allgemein abgelegten Beitr&auml;ge ansehen">Allgemein</a>
</li>
<li class="cat-item cat-item-9"><a href="http://www.einfachspanien.de/category/hotels" title="Alle unter Hotels abgelegten Beitr&auml;ge ansehen">Hotels</a>
</li>
<li class="cat-item cat-item-7"><a href="http://www.einfachspanien.de/category/links" title="Alle unter Links abgelegten Beitr&auml;ge ansehen">Links</a>
</li>
<li class="cat-item cat-item-13"><a href="http://www.einfachspanien.de/category/politik" title="Alle unter Politik abgelegten Beitr&auml;ge ansehen">Politik</a>
</li>
<li class="cat-item cat-item-12"><a href="http://www.einfachspanien.de/category/restaurants" title="Alle unter Restaurants abgelegten Beitr&auml;ge ansehen">Restaurants</a>
</li>
<li class="cat-item cat-item-3"><a href="http://www.einfachspanien.de/category/spanien" title="Alle unter Spanien abgelegten Beitr&auml;ge ansehen">Spanien</a>
</li>
<li class="cat-item cat-item-5"><a href="http://www.einfachspanien.de/category/urlaub" title="Alle unter Urlaub abgelegten Beitr&auml;ge ansehen">Urlaub</a>
</li>
</ul>
</div>
<div class="ad_block">
<div class="ad180">
<!-- Insert your ad code here. Make sure the ad size is 180px in width. -->
</div>
</div>
<h3 class="mast">Inhalt</h3>
<ul class="cat">
<br />
<b>Warning</b>: Creating default object from empty value in <b>/www/htdocs/w0094d70/wp-includes/classes.php</b> on line <b>407</b><br />
<li class="page_item page-item-37"><a href="http://www.einfachspanien.de/andalusien" title="Andalusien">Andalusien</a>
<ul>
<li class="page_item page-item-39"><a href="http://www.einfachspanien.de/andalusien/almeria" title="Almeria">Almeria</a></li>
</ul>
</li>
<li class="page_item page-item-13"><a href="http://www.einfachspanien.de/balearische-inseln" title="Balearische Inseln">Balearische Inseln</a>
<ul>
<li class="page_item page-item-24"><a href="http://www.einfachspanien.de/balearische-inseln/cabrera" title="Cabrera">Cabrera</a></li>
<li class="page_item page-item-23"><a href="http://www.einfachspanien.de/balearische-inseln/formentera" title="Formentera">Formentera</a></li>
<li class="page_item page-item-6"><a href="http://www.einfachspanien.de/balearische-inseln/ibiza" title="Ibiza">Ibiza</a></li>
<li class="page_item page-item-3"><a href="http://www.einfachspanien.de/balearische-inseln/mallorca" title="Mallorca">Mallorca</a></li>
<li class="page_item page-item-19"><a href="http://www.einfachspanien.de/balearische-inseln/menorca" title="Menorca">Menorca</a></li>
</ul>
</li>
<li class="page_item page-item-47"><a href="http://www.einfachspanien.de/barcelona" title="Barcelona">Barcelona</a></li>
<li class="page_item page-item-156"><a href="http://www.einfachspanien.de/congstar-dsl" title="Congstar DSL">Congstar DSL</a></li>
<li class="page_item page-item-25"><a href="http://www.einfachspanien.de/expo-2008" title="Expo 2008">Expo 2008</a></li>
<li class="page_item page-item-36"><a href="http://www.einfachspanien.de/feiertage-spanien" title="Feiertage in Spanien">Feiertage in Spanien</a></li>
<li class="page_item page-item-50"><a href="http://www.einfachspanien.de/fiestas-ferias" title="Fiestas und Ferias">Fiestas und Ferias</a></li>
<li class="page_item page-item-42"><a href="http://www.einfachspanien.de/kanarische-inseln" title="Kanarische Inseln">Kanarische Inseln</a>
<ul>
<li class="page_item page-item-43"><a href="http://www.einfachspanien.de/kanarische-inseln/fuerteventura" title="Fuerteventura">Fuerteventura</a></li>
</ul>
</li>
<li class="page_item page-item-11"><a href="http://www.einfachspanien.de/madrid" title="Madrid">Madrid</a></li>
<li class="page_item page-item-48"><a href="http://www.einfachspanien.de/partner" title="Partner">Partner</a></li>
<li class="page_item page-item-51"><a href="http://www.einfachspanien.de/spanien-forum" title="Spanien Forum">Spanien Forum</a></li>
<li class="page_item page-item-35"><a href="http://www.einfachspanien.de/spanische-spezialitaeten" title="Spanische Spezialitäten">Spanische Spezialitäten</a></li>
<li class="page_item page-item-31"><a href="http://www.einfachspanien.de/spanischer-wein" title="Spanischer Wein">Spanischer Wein</a></li>
<li class="page_item page-item-89"><a href="http://www.einfachspanien.de/specials" title="Specials">Specials</a>
<ul>
<li class="page_item page-item-90"><a href="http://www.einfachspanien.de/specials/sprachreise-in-salamanca" title="Sprachreise in Salamanca">Sprachreise in Salamanca</a></li>
<li class="page_item page-item-164"><a href="http://www.einfachspanien.de/specials/sprachreisen-in-spanien" title="Sprachreisen in Spanien">Sprachreisen in Spanien</a></li>
</ul>
</li>
<a href="http://www.abipurreisen.de">Lloret de Mar</a>
</ul>
</div>
</div> <!-- start home_content -->
<div id="footer" class="column span-14">
<div class="column span-7 first">
&#169; 2007-2011 Spanien Forum. <a href="http://www.einfachspanien.de/feed"><img src="http://www.einfachspanien.de/wp-content/themes/tma/images/bg/feedicon12.png" alt="Entries (RSS)" style="vertical-align: top; margin: 2px 0 0 7px;" /></a>
</div>
<div class="column span-7 last">
<div class="push">
<a href="http://www.ipad-datentarife.de">iPad mit Vertrag</a> -
<a href="http://www.partnervermittlung.net">http://www.partnervermittlung.net</a> -
<a href="http://www.einfachspanien.de/impressum">Impressum</a>
</div>
<p>Wussten Sie schon...? Auch in Spanien leiden viele Menschen unter <a href="http://www.neurodermitisportal.de">Neurodermitis</a>, dem sog. atopischen Ekzem.</p>
</div>
</div>
</div> <!--end container-->
<!-- WordPress theme by Arun Kale / The Masterplan | Download it at http://themasterplan.in/themes/the-morning/after/ -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-2016214-24");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<br />
<b>Strict Standards</b>: Non-static method LinkLiftPlugin::check_request() should not be called statically in <b>/www/htdocs/w0094d70/wp-content/themes/tma/footer.php</b> on line <b>1500</b><br />
<br />
<b>Strict Standards</b>: Non-static method LinkLiftPlugin::execute() should not be called statically in <b>/www/htdocs/w0094d70/wp-content/themes/tma/footer.php</b> on line <b>1503</b><br />
</body> <!--end body-->
</html>