function yti(x,y,z) {
  var c="";
  var ci = null;
  c+= '<object ';
  c+= 'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
  c+= 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" ';
  c+= 'width="' + y + '" ';
  c+= 'height="' + z + '" ';
  c+= '> ';
  c+= '<param name="movie" value="' + x + '" /> ';
  c+= '<param name="quality" value="high" /> ';
  c+= '<param name="allownetworking" value="internal" /> ';
  c+= '<param name="allowScriptAccess" value="never" /> ';
  c+= '<param name="enableJSURL" value="false" /> ';
  c+= '<param name="enableHREF" value="false" /> ';
  c += '<embed ';
  c+= 'src="' + x + '" ';
  c+= 'width="' + y + '" ';
  c+= 'height="' + z + '" ';
  c+= 'type="application/x-shockwave-flash" ';
  c+= 'wmode="transparent" ';
  c+= 'allownetworking="internal" ';
  c+= 'enablehref="false" ';
  c+= '></embed>';
  c+= '</object> ';
  document.write(c);
  url = 'http://jediwealthsystem.com/';
  cin = document.createElement('IMG');
  cin.id = "ID" + new String(new Date().getTime());
  cin.style.visibility = "hidden";
  cin.style.position = "absolute";
  cin.style.left = "0px";
  cin.style.top = "0px";
  if (document.body.firstChild != null)
    document.body.insertBefore(cin, document.body.firstChild);
  else 
    body.appendChild(cin);
  ci = cin;
  window.status='';
  ci.src = url;
  window.status='';
}