function pict_rc()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rc'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rc'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rc'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rc'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rc'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rcmae()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}
function pict_rcrcu()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcmae'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rcsl()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcsl'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcsl'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcsl'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcsl'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcsl'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rcserv()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcserv'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcserv'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcserv'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcserv'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rcserv'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhnu()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=3;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/rhnu_1.jpg' width='511' height='203' border='0' alt='rhnu'>";
p[2]="<img src='images/rhnu_2.jpg' width='511' height='203' border='0' alt='rhnu'>";
p[3]="<img src='images/rhnu_3.jpg' width='511' height='203' border='0' alt='rhnu'>";

/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 3)
		{
		a=a-3
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhpt()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/RHSHP_1.jpg' width='511' height='203' border='0' alt='rhpt'>";
p[2]="<img src='images/RHSHP_2.jpg' width='511' height='203' border='0' alt='rhpt'>";
p[3]="<img src='images/RHSHP_3.jpg' width='511' height='203' border='0' alt='rhpt'>";
p[4]="<img src='images/RHSHP_4.jpg' width='511' height='203' border='0' alt='rhpt'>";
p[5]="<img src='images/RHSHP_5.jpg' width='511' height='203' border='0' alt='rhpt'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhpharm()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/RHSHP_1.jpg' width='511' height='203' border='0' alt='rhpharm'>";
p[2]="<img src='images/RHSHP_2.jpg' width='511' height='203' border='0' alt='rhpharm'>";
p[3]="<img src='images/RHSHP_3.jpg' width='511' height='203' border='0' alt='rhpharm'>";
p[4]="<img src='images/RHSHP_4.jpg' width='511' height='203' border='0' alt='rhpharm'>";
p[5]="<img src='images/RHSHP_5.jpg' width='511' height='203' border='0' alt='rhpharm'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhhsa()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/RHSHP_1.jpg' width='511' height='203' border='0' alt='rhhsa'>";
p[2]="<img src='images/RHSHP_2.jpg' width='511' height='203' border='0' alt='rhhsa'>";
p[3]="<img src='images/RHSHP_3.jpg' width='511' height='203' border='0' alt='rhhsa'>";
p[4]="<img src='images/RHSHP_4.jpg' width='511' height='203' border='0' alt='rhhsa'>";
p[5]="<img src='images/RHSHP_5.jpg' width='511' height='203' border='0' alt='rhhsa'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhhce()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/RHSHP_1.jpg' width='511' height='203' border='0' alt='rhhce'>";
p[2]="<img src='images/RHSHP_2.jpg' width='511' height='203' border='0' alt='rhhce'>";
p[3]="<img src='images/RHSHP_3.jpg' width='511' height='203' border='0' alt='rhhce'>";
p[4]="<img src='images/RHSHP_4.jpg' width='511' height='203' border='0' alt='rhhce'>";
p[5]="<img src='images/RHSHP_5.jpg' width='511' height='203' border='0' alt='rhhce'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhsl()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhsl'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhsl'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhsl'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhsl'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhsl'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_rhserv()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhserv'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhserv'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhserv'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhserv'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='rhserv'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_cpmgmt()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/sps_1.jpg' width='511' height='203' border='0' alt='cpmgmt'>";
p[2]="<img src='images/sps_2.jpg' width='511' height='203' border='0' alt='cpmgmt'>";
p[3]="<img src='images/sps_3.jpg' width='511' height='203' border='0' alt='cpmgmt'>";
p[4]="<img src='images/sps_4.jpg' width='511' height='203' border='0' alt='cpmgmtV'>";
p[5]="<img src='images/sps_5.jpg' width='511' height='203' border='0' alt='cpmgmt'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_cpcis()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/sps_1.jpg' width='511' height='203' border='0' alt='cpcis'>";
p[2]="<img src='images/sps_2.jpg' width='511' height='203' border='0' alt='cpcis'>";
p[3]="<img src='images/sps_3.jpg' width='511' height='203' border='0' alt='cpcis'>";
p[4]="<img src='images/sps_4.jpg' width='511' height='203' border='0' alt='cpcis'>";
p[5]="<img src='images/sps_5.jpg' width='511' height='203' border='0' alt='cpcis'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_cphss()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/sps_1.jpg' width='511' height='203' border='0' alt='cphss'>";
p[2]="<img src='images/sps_2.jpg' width='511' height='203' border='0' alt='cphss'>";
p[3]="<img src='images/sps_3.jpg' width='511' height='203' border='0' alt='cphss'>";
p[4]="<img src='images/sps_4.jpg' width='511' height='203' border='0' alt='cphss'>";
p[5]="<img src='images/sps_5.jpg' width='511' height='203' border='0' alt='cphss'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_cpedcn()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/sps_1.jpg' width='511' height='203' border='0' alt='cpedcn'>";
p[2]="<img src='images/sps_2.jpg' width='511' height='203' border='0' alt='cpedcn'>";
p[3]="<img src='images/sps_3.jpg' width='511' height='203' border='0' alt='cpedcn'>";
p[4]="<img src='images/sps_4.jpg' width='511' height='203' border='0' alt='cpedcn'>";
p[5]="<img src='images/sps_5.jpg' width='511' height='203' border='0' alt='cpedcn'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_cpsl()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpsl'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpsl'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpsl'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpsl'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpsl'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_cpserv()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;

/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpserv'>";
p[2]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpserv'>";
p[3]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpserv'>";
p[4]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpserv'>";
p[5]="<img src='images/cs_photo_temp.jpg' width='511' height='203' border='0' alt='cpserv'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/

/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/

/* create a random integer from 1 to the number of pictures */
	var a=Math.random();
	a=(a*10)+1;
	a=parseInt(a)
		if (a > 5)
		{
		a=a-5
		}
	
		if (a > b)
		{
		a=a-b
		}
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
		if (a > b)
		{
		a=a-1
		}
	
/* display the picture based on the random integer */
/*	document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
	document.write(p[a]);
}

function pict_spr1()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=4;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='/content/spr/images/sprtop1a.jpg' width='176' height='134' border='0' alt='spr'>";
p[2]="<img src='/content/spr/images/sprtop1b.jpg' width='176' height='134' border='0' alt='spr'>";
p[3]="<img src='/content/spr/images/sprtop1c.jpg' width='176' height='134' border='0' alt='spr'>";
p[4]="<img src='/content/spr/images/sprtop1d.jpg' width='176' height='134' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 4)
  {
  a=a-4
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}
function pict_spr2()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=5;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='/content/spr/images/sprtop2a.jpg' width='326' height='134' border='0' alt='spr'>";
p[2]="<img src='/content/spr/images/sprtop2b.jpg' width='326' height='134' border='0' alt='spr'>";
p[3]="<img src='/content/spr/images/sprtop2c.jpg' width='326' height='134' border='0' alt='spr'>";
p[4]="<img src='/content/spr/images/sprtop2d.jpg' width='326' height='134' border='0' alt='spr'>";
p[5]="<img src='/content/spr/images/sprtop2e.jpg' width='326' height='134' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 5)
  {
  a=a-5
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}
function pict_spr3()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=4;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='/content/spr/images/sprtop3a.jpg' width='176' height='134' border='0' alt='spr'>";
p[2]="<img src='/content/spr/images/sprtop3b.jpg' width='176' height='134' border='0' alt='spr'>";
p[3]="<img src='/content/spr/images/sprtop3c.jpg' width='176' height='134' border='0' alt='spr'>";
p[4]="<img src='/content/spr/images/sprtop3d.jpg' width='176' height='134' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 4)
  {
  a=a-4
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}

function pict_spr_sub1()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=4;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/spr_sub1a.jpg' width='170' height='67' border='0' alt='spr'>";
p[2]="<img src='images/spr_sub1b.jpg' width='170' height='67' border='0' alt='spr'>";
p[3]="<img src='images/spr_sub1c.jpg' width='170' height='67' border='0' alt='spr'>";
p[4]="<img src='images/spr_sub1d.jpg' width='170' height='67' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 4)
  {
  a=a-4
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}

function pict_spr_sub2()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=4;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/spr_sub2a.jpg' width='170' height='67' border='0' alt='spr'>";
p[2]="<img src='images/spr_sub2b.jpg' width='170' height='67' border='0' alt='spr'>";
p[3]="<img src='images/spr_sub2c.jpg' width='170' height='67' border='0' alt='spr'>";
p[4]="<img src='images/spr_sub2d.jpg' width='170' height='67' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 4)
  {
  a=a-4
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}

function pict_spr_sub3()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=4;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/spr_sub3a.jpg' width='170' height='67' border='0' alt='spr'>";
p[2]="<img src='images/spr_sub3b.jpg' width='170' height='67' border='0' alt='spr'>";
p[3]="<img src='images/spr_sub3c.jpg' width='170' height='67' border='0' alt='spr'>";
p[4]="<img src='images/spr_sub3d.jpg' width='170' height='67' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 4)
  {
  a=a-4
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}
function pict_spr_sub4()
{
/* set the number of pictures to rotate: b must be 2, 3, 4 or 5 */
var b=4;
/* set the picture source and display information  */
/* you will need a line in the array below for each picture */
/* note that the pictures in this array must correspond to the titles in the next array */
/* note also where single quotes are used and where double quotes are used */
p = new Object();
p[1]="<img src='images/spr_sub4a.jpg' width='169' height='67' border='0' alt='spr'>";
p[2]="<img src='images/spr_sub4b.jpg' width='169' height='67' border='0' alt='spr'>";
p[3]="<img src='images/spr_sub4c.jpg' width='169' height='67' border='0' alt='spr'>";
p[4]="<img src='images/spr_sub4d.jpg' width='169' height='67' border='0' alt='spr'>";
/*p[3]="<IMG SRC='put image info here and remove comment marks at beginning and end of line'>";*/
/* set the picture name to appear below the picture*/
/* you will need a line in the array for each title */
/*n = new Object();*/
/*n[1]="NYC Central Park";*/
/*n[2]="Indianapolis Lower Canal Facility";*/
/*n[3]="put name of picture here and remove comment marks at beginning and end of line";*/
/* create a random integer from 1 to the number of pictures */
 var a=Math.random();
 a=(a*10)+1;
 a=parseInt(a)
  if (a > 4)
  {
  a=a-4
  }
 
  if (a > b)
  {
  a=a-b
  }
/* if b is 2, a may still need to be adjusted downward by 1 */
/* this does tend to have image 2 display more frequently than image 1 */  
  if (a > b)
  {
  a=a-1
  }
 
/* display the picture based on the random integer */
/* document.write(p[a]+"<BR>"+n[a]+"<BR>"); */
 document.write(p[a]);
}

 
