/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
NewsBar v1.4
License : Freeware (Enjoy it!)
(c)2004 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
For IE4+, NS4+, Opera7+ & Konqueror2+
========================================
Get the NewsBar script at:
http://www.smartmenus.org/
LEAVE THESE NOTES PLEASE - delete the comments if you want */
// BUG in Opera:
// If you want to be able to control the body margins
// put the script right after the BODY tag, not in the HEAD!!!
// === 1 === FONT, COLORS, EXTRAS...
n_font='arial,verdana,sans-serif';
n_fontSize='10px';
n_fontSizeNS4='11px';
n_fontWeight='normal';
n_fontColor='#666666';
n_textDecoration='none';
n_fontColorHover='#104C94';// | won't work
n_textDecorationHover='underline';// | in Netscape4
n_bgColor='#FFFFFF';//set [='transparent'] for transparent
n_top=10;// |
n_left=8;// | defining
n_width=578;// | the box
n_height=16;// |
n_position='relative';// absolute/relative
n_timeOut=3;//seconds
n_pauseOnMouseOver=true;
n_speed=10;//1000 = 1 second
n_leadingSign='_';
n_alternativeHTML='';
// for not supported browsers like Opera<7 - usually
// you may want to put a link to your news page
// === 2 === THE CONTENT - ['href','text','target']
n_content=[
['http://www.somatic.ch/htm/news_detail.php?news_id=50','NEU: Flyer zum Kurs "Trauma und Sucht": 18./19. Februar 2012','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=49','Workshop zu Trauma und Sucht: Andre Jacomet 18. / 19. Februar 2012','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=48','"Über Andre Jacomet": Jetzt persönlicher','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=47','Workshop mit Lust an der EUROTAS 2010: Folien jetzt online!','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=46','Andre Jacomet assistiert viertes SE-Training: 3-Jahres Ausbildung mit Heike Gattnar','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=43','CHANGE: Referat an der EUROTAS 2010 1.10.2010: Das menschliche Nervensystem als Tor zum "Wir"','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=45','\'Trauma, Freude und Zufriedenheit\' mit Peter Levine: 21./22. August 2010, Assistenz von Andre Jacomet','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=44','Magnum Opus von Peter Levine: Sein neuestes Buch - schon gelesen','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=42','Andre Jacomet assistiert drittes SE-Training: 3-Jahres Ausbildung mit Elfriede Dinkel-Pfrommer','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=41','„Diaphragmen - Fortgeschrittene Körperarbeit“ mit Peter Levine: 7. bis 10. August 2010, Assistenz von Andre Jacomet','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=40','2. Zürcher Traumatage - Trauma und Kinder: mit Marianne Bentzen, Dr. Peter A. Levine, Susan Hart','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=37','Rückblick auf das Referat vom 10.2.10: Erfahrungen als Krisenstabsleiter','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=38','Polarity Gesprächsbegleitung: 26. - 28. März 2010, mit Assistenz von Andre Jacomet','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=36','Referat \'Erfahrungen als Krisenstabsleiter\': sensible Bankdaten, Informanten und der Geheimdienst','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=32','Workshop "Das Echo der Vergangenheit", 12.-14.2.: mit Heike Gattnar, Assistenz von Andre Jacomet','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=35','Kurs Strukturelle Dissoziation der Persönlichkeit: Dr. Ellert Nijenhuis (NL): 19./20.1. - Assistenz Andre Jacomet','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=33','Andre Jacomet twittert: Folgen Sie Andre auf www.twitter.com/andrejacomet_ch','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=31','SE Intro in Lausanne 12. - 14.9.2009: chouette!','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=23','Update SE aus Klientensicht: Eindrücke zur Therapie als Poesie','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=29','A+E schützt Reputation in Krisen: Andre Jacomet tritt dem Emergency Pool von "The Reputation Rescue Company" bei','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=28','SE in Tschechien: Prag tanzt somatisch!','_parent']
,['http://www.somatic.ch/htm/news_detail.php?news_id=24','Operationsbegleitung: Narkosen ohne Trauma bewältigen','_parent']
];
// THE SERIOUS SCRIPT - PLEASE DO NOT TOUCH
n_nS4=document.layers?1:0;n_iE=document.all&&!window.innerWidth&&navigator.userAgent.indexOf("MSIE")!=-1?1:0;n_nSkN=document.getElementById&&(navigator.userAgent.indexOf("Opera")==-1||document.body.innerHTML)&&!n_iE?1:0;n_t=0;n_cur=0;n_l=n_content[0][1].length;n_timeOut*=1000;n_fontSize2=n_nS4&&navigator.platform.toLowerCase().indexOf("win")!=-1?n_fontSizeNS4:n_fontSize;document.write('');n_p=n_pauseOnMouseOver?" onmouseover=clearTimeout(n_TIM) onmouseout=n_TIM=setTimeout('n_new()',"+n_timeOut+")>":">";n_k=n_nS4?"":" style=text-decoration:none;color:"+n_fontColor;function n_new(){if(!(n_iE||n_nSkN||n_nS4))return;var O,mes;O=n_iE?document.all['nnewsb']:n_nS4?document.layers['n_container'].document.layers['nnewsb']:document.getElementById('nnewsb');mes=n_content[n_t][0]!=""&&n_cur==n_l?(""):(""+n_content[n_t][1].substring(0,n_cur)+n_leadingSign+"");if(n_nS4)with(O.document){open();write(mes);close()}else O.innerHTML=mes;if(n_cur++==n_l){n_cur=0;n_TIM=setTimeout("n_new()",n_timeOut);n_t++;if(n_t==n_content.length)n_t=0;n_l=n_content[n_t][1].length}else{setTimeout("n_new()",n_speed)}};document.write('');if(!n_nS4)setTimeout("n_new()",1000);else window.onload=n_new;if(n_nS4)onresize=function(){location.reload()}