/* set up variables to be used for email addresses to avoid automated address collectors */

var osu = "osu.edu";
var challengex = "osuchallengex.org";
var info = "info";
var yahoo = "yahoo.com";


var dima = "zemskyy.1";
var eric = "snyder.655";
var jason = "disalvo.10";
var joe = "morbitzer.13";
var john = "neal.166";
var osvaldo = "barbarisi.1";
var sean = "gregory.139";
var medha = "medhachand";

function contact1()
{
  document.write("<br /><a href='mailto:"+info+"@"+challengex+"'>Questions/To join the team/More Info/Etc.</a>");
  document.write("<br /><br />Team leader:");
  document.write("<br /><a href='mailto:"+joe+"@"+osu+"'>Joe Morbitzer</a>");
  
  document.write("<span style='width:50%;float:left;height:50px'>Business group leader:");
  document.write("<br /><a href='mailto:"+medha+"@"+yahoo+"'>Medha Pratap</a>");
  document.write("</span>");
  document.write("<span style='width:50%;float:left;height:50px'>Conventional Powertrain group leader:");
  document.write("<br /><a href='mailto:"+eric+"@"+osu+"'>Eric Snyder</a>");
  document.write("</span>");  
  document.write("<span style='width:50%;float:left;height:50px'>Control Strategy:");
  document.write("<br /><a href='mailto:"+osvaldo+"@"+osu+"'>Osvaldo Barbarisi</a>");
  document.write("</span>");    
  document.write("<span style='width:50%;float:left;height:50px'>Electrical Systems group leader:");
  document.write("<br /><a href='mailto:"+john+"@"+osu+"'>John Neal</a>");
  document.write("</span>"); 
  document.write("<span style='width:50%;float:left;height:50px'>Modeling and Simulations group leader:");
  document.write("<br /><a href='mailto:"+sean+"@"+osu+"'>Sean Gregory</a>");
  document.write("</span>"); 
  document.write("<span style='width:50%;float:left;height:50px'>Systems Integration group leader:");
  document.write("<br /><a href='mailto:"+jason+"@"+osu+"'>Jason DiSalvo</a>");
  document.write("</span>"); 
  document.write("<span style='width:50%;float:left;height:50px'>Telematics group leader:");
  document.write("<br /><a href='mailto:"+dima+"@"+osu+"'>Dima Zemskyy</a>");
  document.write("</span>"); 
  document.write("<span style='width:50%;float:left;height:50px'>Webmaster:");
  document.write("<br /><a href='mailto:"+dima+"@"+osu+"'>Dima Zemskyy</a>");
  document.write("</span>"); 
}

function why1()
{
  document.write("<a href='mailto:"+dima+"@"+osu+"'>notify the webmaster</a> ");
}

function why2()
{
  document.write("<a href='mailto:"+dima+"@"+osu+"'>help</a> ");
}

function index1()
{
  document.write("<a href='mailto:"+dima+"@"+osu+"'>notify the webmaster</a>.");
}