
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - textFlipper.js - */
// http://www.executour.co.za/portal_javascripts/textFlipper.js?original=1
var theText="";var index=0;var text_array=new Array();
function text_flipper(tohold){if(tohold==0){theText=text_array[index]}
document.getElementById("Newsflash").innerHTML="the text: "+theText;if(tohold==0){if(index>=text_array.length-1){index=0}
else{index++}
timerID=setTimeout("text_flipper(0)",6000)}}

/* - textToFlip.js - */
// http://www.executour.co.za/portal_javascripts/textToFlip.js?original=1
text_array[0]='<a href="http://www.i-kno.net/">this is the 1st text element</a>';text_array[1]='<a href="http://www.i-kno.net/">this is the 2nd text element</a>';text_array[2]='<a href="http://www.i-kno.net/">this is the 3rd text element</a>';text_array[3]='<a href="http://www.i-kno.net/">this is the 4th text element</a>';text_array[4]='<a href="http://www.i-kno.net/">this is the 5th text element</a>';text_array[5]='<a href="http://www.i-kno.net/">this is the 6th text element</a>';text_array[6]='<a href="http://www.i-kno.net/">this is the 7th text element</a>';text_array[7]='<a href="http://www.i-kno.net/">this is the 8th text element</a>';text_array[8]='<a href="http://www.i-kno.net/">this is the 9th text element</a>';text_array[9]='<a href="http://www.i-kno.net/">this is the 10th text element</a>';
