<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Techniek en service | Teleng Professionele audio en licht | welkom op de site</title>
		<link>http://www.teleng.nl/</link>
		<description></description>
		<language>nl</language>
		<lastBuildDate>Sun, 22 Jan 2012 16:33:38 +0100</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5rc2</generator>
		<item>
			<title>contact</title>
			<link>http://www.teleng.nl/contact.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="color: rgb(26, 105, 228); font-family: tahoma; font-size: 11px; font-weight: bold;"&gt;• Contact.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;Teleng Professionele Audio &amp;amp; licht&lt;br /&gt;Karperweg 20&lt;br /&gt;1317 SN Almere&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;&lt;br /&gt;Voor contact kunt u ons bereiken op nummer 036-5345476&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: Helvetica;"&gt;&lt;a href="http://twitter.com/#!/telengaudio" target="_blank"&gt;&lt;img width="40" height="40" src="http://www.teleng.nl/_Media/twittercom_med.png" alt="" class="first" /&gt;&lt;/a&gt;&lt;a href="http://www.facebook.com/pages/Teleng-Professionele-audio-en-licht/182073401851501" target="_blank"&gt;&lt;img width="40" height="40" src="http://www.teleng.nl/_Media/182073401851501_med.png" alt="" class="not-first-item" /&gt;&lt;/a&gt;&lt;a href="http://telengaudio.hyves.nl/" target="_blank"&gt;&lt;img width="40" height="40" src="http://www.teleng.nl/_Media/telengaudiohyvesnl_med.png" alt="" class="not-first-item" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;div class="not-first-item graphic-container wide left"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ContactElement --&gt;
				&lt;div id="contactform"&gt;
&lt;script type="text/javascript"&gt;&lt;!--

function verifyAndSubmitcontactform(form) {

	var theResults	= document.getElementById("contactform-results");

	checkEmail = form.e.value;
	if (checkEmail=='email@domain.com'
		|| checkEmail.indexOf('@') &lt; 0
		|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
		|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
		|| checkEmail == form.e.title)
	{
		var message = "Email address is missing. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	if (form.s.value == '' &amp;&amp; form.m.value == '')
	{
		var message = "No message has been entered. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	return true;
}

function doblurcontactform(anInput) {
	if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
	if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--&gt;&lt;/script&gt;

&lt;form class="contactElement labelsOnTop" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
		
		&lt;div class="hidden"&gt;
			&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;input id="contactform-subject" type="text" name="subject" /&gt;
			&lt;br /&gt;
			&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
		&lt;/div&gt;
	
&lt;p&gt;

	

	
	&lt;label for="contactform-n"&gt;Naam:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-n"
		class="fullWidth"
		type="text"
		name="n"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-e"&gt;E-mail:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-e"
		class="fullWidth"
		type="email" style="color:#888"
		name="e"
		title="email@domain.com" value="email@domain.com"
		onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-s"&gt;Onderwerp:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-s"
		class="fullWidth"
		type="text"
		name="s"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-m"&gt;Bericht:&lt;/label&gt;&lt;br /&gt;
	
	
	&lt;!-- text area --&gt;
	&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
	
	
&lt;br /&gt;
	

	

	
	&lt;!-- Send Button --&gt;
	&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Verstuur" /&gt;

	
&lt;br /&gt;
	
	&lt;/p&gt;
	&lt;div class="hidden"&gt;
		&lt;!-- CSS URL --&gt;
		&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
		&lt;!-- Site Title --&gt;
		&lt;input type="hidden" name="t" id="contactform-t" value="" /&gt;
		&lt;!-- Verification Code --&gt;
		&lt;input type="hidden" name="v1" id="contactform-v1" value="7yPL6VpLuE5H7SouP6g16Sg8HRzdPpDM" /&gt;
	
		
	&lt;/div&gt;
&lt;/form&gt;
&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;

&lt;/div&gt;&lt;!-- /sandvox.ContactElement --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 19 Jan 2012 15:06:16 +0100</pubDate>
			<guid>http://www.teleng.nl/contact.html</guid>
            
			
		</item>
		<item>
			<title>prijzen</title>
			<link>http://www.teleng.nl/prijzen.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt; &lt;a href="http://www.teleng.nl/merken.html" target="_self"&gt;Voor het zoeken van een Merk klik hier&lt;/a&gt;
&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: tahoma; font-size: 11px; font-weight: bold; color: rgb(26, 105, 228);" class="t11_blue"&gt;• Prijzen verhuur. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;Hier vindt u onze prijzen in PDF&lt;/span&gt;     
&lt;/p&gt;&lt;a href="http://www.teleng.nl/verhuur.pdf" target="_blank"&gt;&lt;img width="85" height="85" src="http://www.teleng.nl/_Media/pdf_med.jpeg" alt="pdf" class="first" /&gt;&lt;/a&gt;&lt;a href="http://www.teleng.nl/sevensound.html" target="_blank"&gt;&lt;img width="112" height="89" src="http://www.teleng.nl/_Media/web_logokopie_med.jpeg" alt="" class="not-first-item" /&gt;&lt;/a&gt;&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;Door de verschillende kortingen die wij krijgen van onze leverancier, is het voor ons op het moment niet mogelijk een lijst te maken van al onze producten.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;Bel vo&lt;/span&gt;or de prijzen met kantoor 036-5345476
&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(171, 150, 150);"&gt; &lt;/span&gt;&lt;span style="color: rgb(53, 12, 242); font-family: tahoma; font-size: 11px; font-weight: bold;"&gt;Showroom.&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: tahoma; font-weight: 300; font-size: 11px;"&gt;&lt;span style="color: rgb(155, 136, 136);"&gt;Bij ons langs komen kan alleen op afspraak, i.v.m. de juiste personen op de juiste plek. &lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Helvetica;"&gt;&lt;img width="318" height="193" src="http://www.teleng.nl/_Media/winkel1_med.jpeg" alt="" class="not-first-item" /&gt;
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 19 Jan 2012 15:00:13 +0100</pubDate>
			<guid>http://www.teleng.nl/prijzen.html</guid>
            
			
		</item>
		<item>
			<title>media</title>
			<link>http://www.teleng.nl/media/</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content HTMLElement"&gt;
				&lt;span&gt;&lt;/span&gt; &lt;p&gt;&lt;object type="application/x-shockwave-flash" width="600" height="400" data="http://vimeo.com/hubnut/?user_id=user2965161&amp;amp;color=00adef&amp;amp;background=000000&amp;amp;fullscreen=1&amp;amp;slideshow=1&amp;amp;stream=uploaded_videos&amp;amp;id=&amp;amp;server=vimeo.com"&gt; &lt;param name="quality" value="best" /&gt;  &lt;param name="allowfullscreen" value="true" /&gt;  &lt;param name="allowscriptaccess" value="always" /&gt; &lt;param name="scale" value="showAll" /&gt; &lt;param name="movie" value="http://vimeo.com/hubnut/?user_id=user2965161&amp;amp;color=00adef&amp;amp;background=000000&amp;amp;fullscreen=1&amp;amp;slideshow=1&amp;amp;stream=uploaded_videos&amp;amp;id=&amp;amp;server=vimeo.com" /&gt;&lt;/object&gt;&amp;nbsp;&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 19 Jan 2012 14:59:03 +0100</pubDate>
			<guid>http://www.teleng.nl/media/</guid>
            
			
		</item>
		<item>
			<title>over ons</title>
			<link>http://www.teleng.nl/over-ons.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: tahoma; font-size: 11px; font-weight: bold; color: rgb(26, 105, 228);" class="t11_blue"&gt;• Over ons.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Times; color: rgb(152, 147, 132); font-size: 14px;"&gt;Teleng Professionele Audio &amp;amp; licht is een onderneming gespecialiseerd in hoogwaardige audio- en lichtinstallaties. Al ruim 20 jaar bieden wij onze klanten de beste producten, uitgebreid advies en een uitstekende service. &lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(152, 147, 132);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(81, 103, 229); font-family: tahoma; font-size: 11px; font-weight: bold;"&gt;• Ons doel.&lt;/span&gt;&lt;span style="font-family: tahoma; font-size: 11px; font-weight: bold;" class="t11_blue"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 14px; font-family: Times; color: rgb(152, 147, 132);"&gt;Teleng heeft als doelstelling om iedereen in Nederland met professionele audioapparatuur te kunnen laten werken tegen een betaalbare prijs. Door het leveren van maatwerk, geven de verkoop- en verhuurprijzen in een prijslijst een indicatie van wat er mogelijk is. &lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(152, 147, 132);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(83, 105, 228); font-family: tahoma; font-size: 11px; font-weight: bold;"&gt;• De klant.&lt;/span&gt;&lt;span style="font-family: tahoma; font-size: 11px; font-weight: bold;" class="t11_blue"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Times; color: rgb(152, 147, 132); font-size: 14px;"&gt;Klantvriendelijkheid, kwaliteit en service staan bij ons hoog in het vaandel. Om die reden maken wij uitsluitend gebruik van professionele geluid-, licht- en videoapparatuur.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: tahoma; font-size: 11px; font-weight: bold; color: rgb(53, 12, 242);" class="t11_blueCopy"&gt;De sevice.&lt;/span&gt;&lt;span style="font-family: tahoma; font-size: 11px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Tahoma; color: rgb(170, 149, 149);"&gt;Men kan zich voorstellen dat het geluid voor een presentatie of congres andere eisen stelt dan een stevige rockband op een plein of in een tent.&lt;br /&gt;Het geluid en licht wordt aangepast aan iedere denkbare situatie en lokatie, omdat ieder evenement een aparte specifieke behandeling nodig heeft.&lt;br /&gt;&lt;br /&gt;Wij denken graag met u mee om uw evenement, feest of productie tot een groot succes te maken!&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 19 Jan 2012 14:52:51 +0100</pubDate>
			<guid>http://www.teleng.nl/over-ons.html</guid>
            
			
		</item>
 	</channel>
</rss>

