﻿marquee = '';
spacer =  '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';

var name=new Array();
var url=new Array();

name[0]="CIO Magazine";
url[0]="www.cio.com";

name[1]="German Marshall Fund of the United States";
url[1]="www.gmfus.org/about/index.cfm";

name[2]="National Minority Supplier Development Council, Inc.";
url[2]="www.nmsdc.org/index.html";

name[3]="Nina Vaca-Humrichouse Scholarship Fund";
url[3]="www.txstate.edu/mcgs/Scholarship/MCGS-scholarships/vaca-scholarship.html";

name[4]="Greater Dallas Hispanic Chamber of Commerce";
url[4]="www.gdhcc.com/";

name[5]="Parents Step Ahead";
url[5]="www.parentsstepahead.org/";

name[6]="United States Hispanic Chamber of Commerce";
url[6]="www.ushcc.com/about-bod.html";


marqueecontent = marquee;

for (x in name)
  {
   marquee = marquee + 	'<a href="http://' + url[x] + '" target="_blank" style="font-family:tahoma;font-size:10px;text-decoration:none;color:#777777;">' + name[x] + '</a>' + spacer;
  }

marqueecontent = '<nobr>' + marquee + marquee + marquee + marquee + marquee + marquee + marquee + marquee + marquee + marquee + marquee + marquee + marquee + '<a href="http://' + url[0] + '" target="_blank" style="font-family:tahoma;font-size:10px;text-decoration:none;color:#777777;">' + name[0] + '</a>' + '</nobr>';

function newFlash( path, file, id ) {

switch(file)
  {
  case "index.swf":
      document.write( '<object id="'+ id + '" data="' + path + file + '" type="application/x-shockwave-flash">' );
      document.write( '<param name="movie" value="' + path + file +'">' );
      document.write( '<param name="wmode" value="transparent">' );
      document.write( '<param name="quality" value="high">' );
      document.write( '<\/object>' );
      return;	
  break;

  case "x_ticker.swf": 
    document.write('<br><marquee width="805px" style="font-family:tahoma;font-size:10px;text-decoration:none;color:#777777;" scrollAmount="2" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=2">' + marqueecontent + '</marquee><br>');
    return;
    break;	
  }
}


function xnewFlash( path, file, id ) {
      return;	
}
