<!-- hide script from old browsers
//Percentage Variables: DO NOT EDIT!
TwentyFivePercent = "25%"
SeventyFivePercent = "75%"
OneHundredPercent = "100%"

//Change the ConferenceCount, ConferenceDate, and ConferenceLocation accordingly
//DO NOT REMOVE THE QUOTATIONS!

//Which annual conference is it? 2005 was the first annual conference.  
ConferenceCount = "Sixth"

//What is the date of the conferece?
ConferenceDate = "January 18-19, 2010"

//Where is the conference held?
ConferenceLocation = "Beckman Center<br>of the<br>National Academy of Sciences<br>UC Irvine, CA"

//Output the variables to the html document.  DO NOT EDIT!
document.write("<table border=0 cellpadding=0 cellspacing=0 width=",OneHundredPercent,"100%><td width=",SeventyFivePercent,"><table border=0 width=100% cellpadding=2 cellspacing=5><td><font class=xlarge1><i><b>",ConferenceCount," International</b></i></font></td><tr><td><font class=xlarge2><b>Imaging Genetics Conference</b></font></td></table></td><td width=",TwentyFivePercent," align=right><table border=0 width=100% cellpadding=4><td align=right><Font size=2><b>",ConferenceLocation,"<br>",ConferenceDate,"</b></font></td></table></td></table>")
// end hiding script from old browsers -->