
var tickerDir = "";
var debug = true;

function makeTicker(id,from)
{
	var dir = tickerDir;
	if(arguments.length > 2)
		dir = arguments[2];
    return document.write('<iframe id="'+id+'" src="'+dir+'ticker.html?id=' + escape(id) + '&from=' + escape(from) + '" scrolling=no frameborder=no width=1 height=1><span style="font-size: 10px">SERVER TIME: 2005Mar16 12:16:57&nbsp;|&nbsp;Your browser does not support or has disabled inline frames.</span></iframe>');
}

