﻿//adds a see thru gradient on bottom footer for IE.
function browsercheck()
{
	if (document.all) 
		document.all["base-gradient"].className="iebase-gradient";
		
}

