openPR - Pressemitteilungen kostenlos einstellen
Recherche
openPR Exlusiv - Plazieren Sie Ihre Pressemitteilung exklusiv
Platzieren Sie Ihre Pressemitteilung exklusiv
IVW - Informationsgemeinschaft zur Feststellung der Verbreitung von Werbeträgern e.V.

Wozu ist der RSS-Feed gut?

Der RSS-Feed gibt Inhalte nicht als HTML aus, wie es gewöhnliche Webseiten tun, sondern produziert eine XML-Datei. Aus dieser kann man die Inhalte sehr leicht herausnehmen und sie weiterverwenden.

Der RSS-Feed gibt Inhalte nicht als HTML aus, wie es gewöhnliche Webseiten tun, sondern produziert eine XML-Datei. Aus dieser kann man die Inhalte sehr leicht herausnehmen und sie weiterverwenden.

Grundsätzlich gibt es zwei wesentliche Verwendungsmöglichkeit für RSS-Feeds:

1. News abonnieren mittels eines RSS-Feed-Readers

Wenn Sie auf dem Laufenden bleiben und unsere News abonnieren wollen, bietet RSS eine sehr praktische Möglichkeit, keine Nachricht mehr zu verpassen.
Dies funktioniert so ähnlich wie ein Email-Newsletter, nur praktischer, ohne Spam und völlig anonym.
Nutzen Sie einfach die RSS-Funktion Ihres Browsers (z.B. Mozilla Firebird -> Dynamisches Lesezeichen) oder laden Sie sich einen RSS-Reader runter, zum Beispiel FeedOwl.
In diesem müssen Sie dann nur noch die URL unseres Feeds (http://openpr.de/rss.php) eingeben und schon wird der Feed automatisch eingerichtet.

1.1 Kategorien

Selbstverständlich können Sie auch einzelne Kategorien unserer News per RSS-Feed anzeigen lassen:

2. Einbinden unserer aktuellen News auf Ihrer Website

Um unsere aktuellen News auf Ihrer Website einbinden zu können, brauchen Sie nur den folgenden kleinen PHP-Codeschnipsel:
<?php
$rdffile = "http://openpr.de/rss.php";
$content = implode ("", file ($rdffile));
preg_match_all("/(.*)<\/item>/Uis",$content, $items);
for ($i=0;$i < count($items[1]);$i++)
{
  	$pat = "/(.*)<\/title>.*<description>(.*)<\/description>.*<link>(.*)<\/link>";
	preg_match_all("/".$pat."/Uis", $items[1][$i], $regs);
	echo "<a href='".$regs[3][0]."'>".$regs[1][0]."</a><br><br>".$regs[2][0];
}						
?>
						</pre>
					</td>
				</tr>
			</table>
			<br>
			Das Ergebnis könnte dann in etwa <a target=_blank href="http://openpr.de/rss.php">so aussehen</a>. 
			Natürlich auch noch viel hübscher, die Formatierung liegt dann ja komplett in Ihrer Hand.
			<br>
			Das war einfach - schließlich heißt RSS ja auch "Really Simple Syndication"... ;-)
		</td>
	</tr>
	<tr>
		<td align="center"><br>
			<a href="http://www.rss-scout.de" title="RSS Newsfeeds Verzeichnis RSS-Scout.de" target="_blank"><img src="http://www.rss-scout.de/images/rss-scout-klein.gif" alt="RSS Newsfeeds Verzeichnis RSS-Scout - suchen und finden" height="30" width="100" border="0"/></a>
			 
			<A HREF="http://www.rss-nachrichten.de" TITLE="RSS Verzeichnis auf rss-nachrichten.de" TARGET="_blank"><IMG SRC="http://www.rss-nachrichten.de/img/rss_aufgenommen.gif" ALT="RSS Verzeichnis aufrss-nachrichten.de" BORDER="0" WIDTH="100" HEIGHT="30"></A>
		</td>
	</tr>
	<tr>
		<td><h2>Alternativer ISO RSS-Feed</h2></td>
	</tr>
	<tr>
		<td>
			Der standard RSS-Feed von openPR.de ist UTF-8 kodiert. 
			Wenn einige Zeichen nicht angezeigt werden oder andere für dieses gedruckt werden, 
			bieten wir einen alternativen RSS-Feed an. Dieser ist in ISO-8859-1 kodiert und 
			entspricht dem westeuropäischen Zeichensatz.<br>
			<b>RSS-Link:</b> <a href="http://openpr.de/rss-iso.php" target="_blank">http://openpr.de/rss-iso.php</a><br>
			Ersetzen Sie rss.php mit rss-iso.php<br>
			<br>
		</td>
	</tr>
	<tr>
		<td>
			<b>Bitte beachten Sie allerdings, dass es nicht gestattet ist, die Texte zu übernehmen, ohne auf 
			die Artikel bei openPR zu verlinken.</b><br>
			<br>
			Den englischsprachigen openPR.com Newsfeed finden Sie hier: 
			<a href="http://openpr.com/rss.php"><img style="position:relative;top:2px;margin-right:5px;" src="http://www.openpr.de/images/engl_w.gif" alt="openPR.com - RSS Newsfeed">openPR.com - RSS Newsfeed</a><br>
			<br>
			Die englische Hilfeseite zum Thema RSS finden Sie hier: <a href="http://openpr.com/news/rssintegration.html"><img style="position:relative;top:2px;margin-right:5px;" src="http://www.openpr.de/images/engl_w.gif" alt="openPR.com - RSS Help">openPR.com - RSS Help</a> 
		</td>
	</tr>
	<tr>
		<td class="google_ad"><script type="text/javascript">
<!--
google_ad_client = "pub-8084160275793020";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "1171077632";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "CA6908";
google_color_url = "000000";
google_color_text = "000000";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" border="0" width="100%" style="border:1px solid #cccccc;font-size:10px;">
				<tr>
					<td align="center">
						<table cellpadding="0" cellspacing="0" border="0">
							<tr>
								<td height="20"><a class="pr_nav" href="#top">Nach oben</a></td>
								<td style="padding-top:4px;"><img border="0" src="/images/smalltop.gif" width="5" height="3" alt="Nach oben" title="Nach oben"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>												</td>
												<td valign="top" width="190">
													<table cellpadding="0" cellspacing="0" border="0" width="190">
														<tr>
															<td>
																<table class="navtable" cellpadding="0" cellspacing="0" border="0" width="190">
																	<tr>
																		<td class="navhd">openPR Service</td>
																	</tr>
																	<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="0" cellspacing="5" border="0">
																				<tr>
																					<td><a href="/news/pr_service.html" title="openPR Service für Ihre Online-PR"><img src="/images/service.jpg" border="0" alt="openPR Service für Ihre Online-PR"></a></td>
																				</tr>
																				<tr>
																					<td align="center"><a style="color:#CA6908;" href="/news/pr_service.html">Presse-Service</a></td>
																				</tr>
																			</table>
																		</td>
																	</tr>
																</table>
															</td>
														</tr>
														<tr>
															<td><img src="/images/x.gif" width="1" height="7" alt="openPR Service - Ihr Partner für Ihre Öffentlichkeitsarbeit"></td>
														</tr>
														<tr>
															<td>
																<table class="navtable" cellpadding="0" cellspacing="0" border="0" width="190">
																	<tr>
																		<td class="navhd">Kategorien</td>
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-1-IT-New-Media-Software.html">IT, New Media & Software</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-2-Medien-Telekommunikation.html">Medien & Telekommunikation</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-3-Handel-Wirtschaft-Finanzen-Banken-Versicherungen.html">Handel, Wirtschaft, Finanzen, Banken & Versicherungen</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-4-Energie-Umwelt.html">Energie & Umwelt</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-5-Tourismus-Auto-Verkehr.html">Tourismus, Auto & Verkehr</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-6-Gesundheit-Medizin.html">Gesundheit & Medizin</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-7-Politik-Recht-Gesellschaft.html">Politik, Recht & Gesellschaft</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-8-Industrie-Bau-Immobilien.html">Industrie, Bau & Immobilien</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-9-Vereine-Verbaende.html">Vereine & Verbände</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-10-Wissenschaft-Forschung-Bildung.html">Wissenschaft, Forschung, Bildung</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-11-Werbung-Consulting-Marktforschung.html">Werbung, Consulting, Marktforschung</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-12-Logistik-Transport.html">Logistik & Transport</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-13-Freizeit-Buntes-Vermischtes.html">Freizeit, Buntes, Vermischtes</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-14-Mode-Trends-Lifestyle.html">Mode, Trends, Lifestyle</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-15-Sport.html">Sport</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																		<tr>
																		<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																			<table width="100%" cellpadding="2" cellspacing="0" border="0">
																				<tr>
																					<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																					<td valign="top"><a class="navlink2" style="" href="/news/kategorien2-16-Kunst-Kultur.html">Kunst & Kultur</a></td>
																				</tr>
																			</table>
																		</td>
																		
																	</tr>
																																	</table>
															</td>
														</tr>
														<tr>
															<td><img src="/images/x.gif" width="1" height="7" alt=""></td>
														</tr>
													<tr>
														<td>
															<table class="navtable" cellpadding="0" cellspacing="0" border="0" width="190">
																<tr>
																	<td class="navhd">openPR Service</td>
																</tr>
																<tr>
																	<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																		<table width="100%" cellpadding="2" cellspacing="0" border="0">
																			<tr>
																				<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																				<td valign="top"><a class="navlink2" href="/news/pr_service.html#openpr-exklusiv"><b>Neu:</b><br><br><b>openPR EXKLUSIV</b><br><br>Optional zur Erstellung von Pressemitteilungen und anderen openPR Services, platzieren wir Ihre Meldung exklusiv mind. 24 Stunden prominent auf der Startseite und allen openPR Unterseiten, inkl. Verteilung an 3000 Kontakte aus Journalismus und Redaktionen.<br><br>ab <b>100,- Euro</b> zzgl. MwSt.<br><br></a></td>
																			</tr>
																		</table>
																	</td>
																</tr>
															</table>
														</td>
													</tr>
													<tr>
														<td><img src="/images/x.gif" width="1" height="7" alt=""></td>
													</tr>
													
																										<tr>
														<td>
															<div style="width:100%;overflow:hidden;">
															<table class="navtable" cellpadding="0" cellspacing="0" border="0" width="190">
																<tr>
																	<td class="navhd">Die aktuellen Meldungen</td>
																</tr>
																																	<tr>
																	<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																		<table width="100%" cellpadding="2" cellspacing="0" border="0">
																			<tr>
																				<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																				<td valign="top"><a class="navlink2" href="/news/251119/NVIDIA-bringt-hochintegrierte-GPU-fuer-Notebooks-auf-den-Markt.html">NVIDIA bringt hochintegrierte GPU für Notebooks auf den Markt</a></td>
																			</tr>
																		</table>
																	</td>
																</tr>
																																		<tr>
																	<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																		<table width="100%" cellpadding="2" cellspacing="0" border="0">
																			<tr>
																				<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																				<td valign="top"><a class="navlink2" href="/news/251103/Bankdatencheck-de-Der-Plausibilitaetstest-fuer-den-eigenen-Online-Shop-jetzt-mit-IBAN-Pruefung.html">Bankdatencheck.de - Der Plausibilitätstest für den eigenen Online-Shop jetzt mit IBAN-Prüfung</a></td>
																			</tr>
																		</table>
																	</td>
																</tr>
																																		<tr>
																	<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																		<table width="100%" cellpadding="2" cellspacing="0" border="0">
																			<tr>
																				<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																				<td valign="top"><a class="navlink2" href="/news/251100/SAPERION-im-Magic-Quadrant-fuer-Enterprise-Content-Management.html">SAPERION im Magic Quadrant für Enterprise Content Management</a></td>
																			</tr>
																		</table>
																	</td>
																</tr>
																																		<tr>
																	<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																		<table width="100%" cellpadding="2" cellspacing="0" border="0">
																			<tr>
																				<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																				<td valign="top"><a class="navlink2" href="/news/251095/Pleitegeier-oder-Shootingstar-junge-Firmen-stellen-sich-Urteil-von-Besuchern-und-Experten.html">Pleitegeier oder Shootingstar – junge Firmen stellen sich Urteil von Besuchern und Experten</a></td>
																			</tr>
																		</table>
																	</td>
																</tr>
																																		<tr>
																	<td onmouseover="this.style.background='#edf3fd';this.style.cursor='pointer'" onmouseout="this.style.background='#ffffff';">
																		<table width="100%" cellpadding="2" cellspacing="0" border="0">
																			<tr>
																				<td width="7" align="center" valign="top"><img style="padding-top:5px" src="/images/smallbull.gif" width="3" height="5" alt=""></td>
																				<td valign="top"><a class="navlink2" href="/news/251117/Finanzmarktstabilisierungsfonds-Rettet-nicht-nur-Banken.html">Finanzmarktstabilisierungsfonds - Rettet nicht nur Banken</a></td>
																			</tr>
																		</table>
																	</td>
																</tr>
																																	</table>
															</div>
														</td>
													</tr>
																														<tr>
														<td><img src="/images/x.gif" width="1" height="30" alt=""></td>
													</tr>
													<tr>
														<td align="right">
															<iframe src="http://rcm-de.amazon.de/e/cm?t=openprdepress-21&o=3&p=32&l=st1&mode=books-de&search=Public%20Relations&=1&fc1=<1=&lc1=&bg1=&f=ifr" marginwidth="0" marginheight="0" width="180" height="450" frameborder="0" style="border:none;" scrolling="no"></iframe>
														</td>
													</tr>
												</table>
											</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td><img src="/images/x.gif" width="1" height="20" alt=""></td>
							</tr>
							<tr>
								<td height="20" style="background:#dae4f4;color:#333;font-size:10px;padding-right:7px;" align="right">© openPR 2007</td>
							</tr>
						</table>
					</td>
				</tr>	
			</table>
		</div>
		<div id="Ads_BA_SKY" style="position:absolute;left:875px;top:88px;">
			<noscript>
				<a href="http://sel.as-eu.falkag.net/sel?cmd=lnk&dat=873188&opt=0&rdm=[timestamp]" target="_blank"><img src="http://sel.as-eu.falkag.net/sel?cmd=ban&dat=873188&opt=0&rdm=[timestamp]" alt="Bitte klicken Sie hier" border="0"></a>
			</noscript>
		</div>
	</div>
	<script type="text/javascript">
		<!--
			var Ads_BA_ADIDsite="openpr.de";
			var Ads_BA_ADIDsection="presseservice";
			var Ads_BA_keyword="";
			Ads_BA_debug = false;
		//-->
	</script>
	<script type="text/javascript" src="/opr_adlib.js"></script>
	
	<div id="Ads_BA_BS_delivery" class="Ads_deliver"><script>Ads_BA_conditionalAD('BS');</script></div>
	<div id="Ads_BA_CAD_delivery" class="Ads_deliver"><script>Ads_BA_conditionalAD('CAD');</script></div>
	<div id="Ads_BA_SKY_delivery" class="Ads_deliver"><script>Ads_BA_conditionalAD('SKY');</script></div>
	
	<script type="text/javascript">
		<!--
			Ads_BA_finish();
		//-->
	</script>
	</body>
</html>