/* Terry Scholars Linker
 * Use: Simply add to the top of your webpages directly below the <body> tag
 */
 
document.write('<style type="text/css">'
+'#terrylinker {padding:5px;margin-bottom:10px;font-family:Georgia,serif;font-size:8pt;background-color:rgb(2, 43, 108);color:#FFF;text-align:center;}'
+'#terrylinkerlinks a:link,'
+'#terrylinkerlinks a:visited,'
+'#terrylinkerlinks a:active {color: #FFF;text-decoration: none;}'
+'#terrylinkerlinks a:hover {color: #CCC;text-decoration: underline;}'
+'#terrylinkerlinks .pipe {padding:0px 5px;}'
+'</style>');
document.write('<div id="terrylinker">'
+'<div id="terrylinkerlinks">'
+'<a href="http://www.terryfoundation.org">Terry Foundation</a><span class="pipe">|</span><a href="http://blog.terryscholars.org">Terry Scholar Times</a><span class="pipe">|</span><a href="http://tamu.terryscholars.org">A&M</a><span class="pipe">|</span><a href="http://txstate.terryscholars.org">Texas State</a><span class="pipe">|</span><a href="http://uh.terryscholars.org">UH</a><span class="pipe">|</span><a href="http://ut.terryscholars.org">UT</a><span class="pipe">|</span><a href="http://utd.terryscholars.org">UTD</a><span class="pipe">|</span><a href="http://utsa.terryscholars.org">UTSA</a>'
+'</div></div>');

/*
'<div style="font-family:Georgia,serif;font-size:10pt;padding: 5px; background-color: rgb(2, 43, 108); color: rgb(255, 255, 255);margin-bottom:5px;" id="terrylinker">'
+'<div id="terrylinkerlinks" style="margin: 0pt auto; width: 870px; text-align: left;">'
+'<a href="http://www.terryfoundation.org">Terry Foundation</a><span class="pipe">|</span><a href="http://blog.terryscholars.org">Terry Scholar Times</a><span class="pipe">|</span><a href="http://tamu.terryscholars.org">A&M</a><span class="pipe">|</span><a href="http://txstate.terryscholars.org">Texas State</a><span class="pipe">|</span><a href="http://blog.terryscholars.org">UH</a><span class="pipe">|</span><a href="http://blog.terryscholars.org">UT</a><span class="pipe">|</span><a href="http://blog.terryscholars.org">UTD</a><span class="pipe">|</span><a href="http://blog.terryscholars.org">UTSA</a>'
+'</div></div>');
*/