var tWidth='100%'; // width (in pixels) var tHeight='30px'; // height (in pixels) var tcolour='#ffffff'; // background colour: var moStop=true; // pause on mouseover (true or false) var fontfamily = 'arial,sans-serif'; // font for content var tSpeed=3; // scroll speed (1 = slow, 5 = fast) // enter your ticker content here (use \/ and \' in place of / and ' respectively) var content='$filename = "http://www.thetimes.co.za/RSS/ST_Business.xml?format=xmlBusiness News"; $feed = simplexml_load_file($filename); // Iterate through the list and create the unordered list foreach ($feed->channel->item as $item) { echo "" . $item->title . ""; echo " - "; }'; // Simple Marquee / Ticker Script // copyright 3rd January 2006, Stephen Chapman // permission to use this Javascript on your web page is granted // provided that all of the below code in this script (including this // comment) is used without any alteration var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; function startticker(){if (document.getElementById) {var tick = '