<script language="javascript">
<!--
// (c) sexmoney.com		   
// Index - Script for BrowserDetection & traffic-redirection	
// Place the script in your Head-Section <head></head>		   

RedirectionURL = http://www.teensgonesolo.com/?WMID=2429&WMMID=64&nid=92&CTRLID=JlQ9MTAmVz02NA%3D%3D5&PID=1&WMEC=0&pop=0;
if (navigator.userLanguage)
 ln=navigator.userLanguage.substring(0,2);
else
 ln=navigator.language.substring(0,2);
 
if ( (ln.length > 0)  && (ln.indexOf("de") < 0) )
 window.location.href = RedirectionURL;
//-->
</script>