thebrowse = navigator.appVersion;
thebrowse = thebrowse.search(/MSIE 6/);
thewidth = screen.width;
theheight = screen.height;

if (thebrowse > 0)
	{
	document.write('<link rel="stylesheet" type="text/css" href="ie.css" id="allthecss" /><link rel="shortcut icon" href="http://www.veganeatingout.com/favicon.ico" type="image/x-icon" />');
	}
else
	{
	if ( thewidth == 800 && theheight == 600 )
		{
		document.write('<link rel="stylesheet" type="text/css" href="ie.css" id="allthecss" /><link rel="shortcut icon" href="http://www.veganeatingout.com/favicon.ico" type="image/x-icon" />');
		}
		else
		{
		document.write('<link rel="stylesheet" type="text/css" href="allthe.css" id="allthecss" /><link rel="shortcut icon" href="http://www.veganeatingout.com/favicon.ico" type="image/x-icon" />');
		}
	}