//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function RunFoo()
{
document.write('<applet code="Ticker.class" codebase = "./applet" width="480" height="20"></applet>');
}


