// Title: Tigra Scroller
// Description: See the demo at url
// URL: http://www.softcomplex.com/products/tigra_scroller/
// Version: 1.5
// Date: 07-03-2003 (mm-dd-yyyy)
// Note: Permission given to use this script in ANY kind of applications if
//       header lines are left unchanged.

var Tscroll_path_to_files = 'http://juliomachado.com.br/wp-content/plugins/ticker/ts_files/'
function Tscroll_init (id) {
  document.write ('<iframe allowtransparency="true" id="Tscr' + id + '" name="framebox" onMouseOver="framebox.vstop=true" onMouseOut="framebox.vstop=false" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'fade.php?id='+id+'&pause_show=13&pause_hide=0.8&delta=3" width="300" height="70"></iframe>');
}
