
 Martin Samler - 2006-04-16 08:28:32 - 
In reply to message 9 from Martin Samler 
It should read something like 
<?php
if ($_REQUEST['n_referer']=='class1'){
   header("Location: ".$_COOKIE['mwatch0']);
} else {
   include("x:/classes/news_png.class1.php");
   $_REQUEST['n_referer']='mwatch';
   NewsLine ('http://www.marketwatch.com/rss/topstories/','mwatch',0,660,
             'times.ttf',9,'000000','0000CC','804040','FFFFFF',
             'FFFFE5',300,5);
   include("x:/classes/news_png.class2.php");
}
?>