
if ((location.href.indexOf("infotrac.galegroup.com/itweb/") > 0 )  || (location.href.indexOf("infotrac.qa.ggtest.com") > 0))
{
document.write("<table border='0' cellpadding='0' cellspacing='0' width='43%'> <tr> <td width='27%'> <p align='center'> <img border='0' src='http://trials.gale.com/mtr/iconn_logo.gif'> </td> <td width='50%'> <p align='left'> <b>Some of these databases are provided by iCONN,<br> the Connecticut Digital Library.</font></b></td></tr></table>");

/* Extra "else if" incase individual institutions want to add/modify branding for their specific institution, makes for easier work down the road. */

}
else if ((location.href.indexOf("infotrac.galegroup.com/menu") > 0 ) || (location.href.indexOf("infotrac.galegroup.com/galenet/") > 0 ) || (location.href.indexOf("infotrac.qa.ggtest.com") > 0 ))
{
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='70%'> <tr> <td width='190%'> <p align='center'> <img border='0' src='http://trials.gale.com/mtr/iconn_logo.gif'></td></tr><tr> <td width='190%'> <font size='2'> <p align='center'> Some of these databases are provided by <br> iCONN, the Connecticut Digital Library.</font></td></tr></table>");
}
else if ((location.href.indexOf("ITKE") > 0) || (location.href.indexOf("K12J") > 0 )  || (location.href.indexOf("STO") > 0) || (location.href.indexOf("ITOF") > 0) || (location.href.indexOf("EAIM") > 0) || (location.href.indexOf("IFME") > 0)|| (location.href.indexOf("SP00") > 0) || (location.href.indexOf("GRGM") > 0) ||  (location.href.indexOf("BCRC") > 0) ||  (location.href.indexOf("DC") > 0) || (location.href.indexOf("HWRC") > 0) || (location.href.indexOf("HRCA") > 0) ||  (location.href.indexOf("GVRL") > 0) ||  (location.href.indexOf("WDIRN") > 0))
{
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='70%'> <tr> <td width='190%'> <p align='center'> <img border='0' src='http://trials.gale.com/mtr/iconn_logo.gif'></td></tr><tr> <td width='190%'> <font size='2'> <p align='center'> This database is provided by iCONN, the Connecticut Digital Library.</font></td></tr></table>");
}

