var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;

function checkIt(string)
{
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}
if (checkIt('msie')) document.write("<scr"+"ipt language=JavaScript src=scripts/imgTextSlideshow.js><\/scr"+"ipt>");
else if (checkIt('opera'))document.write("<scr"+"ipt language=JavaScript src=scripts/imgTextSlideshow_mz.js><\/scr"+"ipt>");
else document.write("<scr"+"ipt language=JavaScript src=scripts/imgTextSlideshow_mz.js><\/scr"+"ipt>");