var pics = 4;
var today = new Date();
var thisHour = today.getSeconds();
var tempVar = thisHour % pics;
var randValue = ++tempVar;

function randomPic1()
{
	var altTag = "\"This is an alt tag\"";
	var imgWidth = "408";
	var imgHeight = "133";
	if (randValue == 1) { var imgTag1="<img src=http://www.chescolawyers.com/images/home1_business.jpg width="+imgWidth+"  height="+imgHeight+"  alt=\"Business Guidance And Support\" border=0 />"; }
	else if (randValue == 2) { var imgTag1="<img src=http://www.chescolawyers.com/images/home1_employment.jpg width="+imgWidth+" height="+imgHeight+" alt=\"Employment Issues\" border=0 />"; }
	else if (randValue == 3) { var imgTag1="<img src=http://www.chescolawyers.com/images/home1_injuries.jpg width="+imgWidth+" height="+imgHeight+" alt=\"Injuries Personal And Accidental\" border=0 />"; }
	else if (randValue == 4) { var imgTag1="<img src=http://www.chescolawyers.com/images/home1_credit.jpg width="+imgWidth+" height="+imgHeight+" alt=\"Credit And Debt Problems And Bankruptcy\" border=0 />"; }
	document.write(imgTag1); 
}

function randomPic2()
{
	var altTag = "\"This is an alt tag\"";
	var imgWidth = "342";
	var imgHeight = "133";
	if (randValue == 1) { var imgTag2="<img src=http://www.chescolawyers.com/images/home2_business.gif width="+imgWidth+"  height="+imgHeight+"  alt=\"Business Guidance And Support \" border=0 />"; }
	else if (randValue == 2) { var imgTag2="<img src=http://www.chescolawyers.com/images/home2_employment.gif width="+imgWidth+" height="+imgHeight+" alt=\"Employment Issues\" border=0 />"; }
	else if (randValue == 3) { var imgTag2="<img src=http://www.chescolawyers.com/images/home2_injuries.gif width="+imgWidth+" height="+imgHeight+" alt=\"Injuries Personal And Accidental\" border=0 />"; }
	else if (randValue == 4) { var imgTag2="<img src=http://www.chescolawyers.com/images/home2_credit.gif width="+imgWidth+" height="+imgHeight+" alt=\"Credit And Debt Problems And Bankruptcy\" border=0 />"; }
	document.write(imgTag2); 
}

function randomPic3()
{
	var altTag3 = "\"Law Offices Of Marc S. Bragg\"";
	var imgWidth = "750";
	var imgHeight = "42";
	if (randValue == 1) { var imgTag3="<img src=http://www.chescolawyers.com/images/home3_business.gif width="+imgWidth+"  height="+imgHeight+"  alt="+altTag3+" border=0 />"; }
	else if (randValue == 2) { var imgTag3="<img src=http://www.chescolawyers.com/images/home3_employment.gif width="+imgWidth+" height="+imgHeight+" alt="+altTag3+" border=0 />"; }
	else if (randValue == 3) { var imgTag3="<img src=http://www.chescolawyers.com/images/home3_injuries.gif width="+imgWidth+" height="+imgHeight+" alt="+altTag3+" border=0 />"; }
	else if (randValue == 4) { var imgTag3="<img src=http://www.chescolawyers.com/images/home3_credit.gif width="+imgWidth+" height="+imgHeight+" alt="+altTag3+" border=0 />"; }
	document.write(imgTag3); 
}

function randomPic5()
{
	var altTag5 = "\"Legal Services For Injuries, Credit And Debt Problems, Employment Issues And Business Guidance And Support\"";
	var imgWidth = "495";
	var imgHeight = "81";
	if (randValue == 1) { var imgTag5="<img src=http://www.chescolawyers.com/images/home5_business.gif width="+imgWidth+"  height="+imgHeight+"  alt="+altTag5+" border=0 />"; }
	else if (randValue == 2) { var imgTag5="<img src=http://www.chescolawyers.com/images/home5_employment.gif width="+imgWidth+" height="+imgHeight+" alt="+altTag5+" border=0 />"; }
	else if (randValue == 3) { var imgTag5="<img src=http://www.chescolawyers.com/images/home5_injuries.gif width="+imgWidth+" height="+imgHeight+" alt="+altTag5+" border=0 />"; }
	else if (randValue == 4) { var imgTag5="<img src=http://www.chescolawyers.com/images/home5_credit.gif width="+imgWidth+" height="+imgHeight+" alt="+altTag5+" border=0 />"; }
	document.write(imgTag5); 
}
