function get_ps(n,c){

	var ps=new Array(13);
	var ps_name=new Array(13);
	
	ps[0]="this is number zero";
	ps_name[0]="zero desc";
	
	ps[1]="Evaporative Condensers";
	ps_name[1]="A performance-driven company whose charter is to provide consistent reliable 24-hour service.<br><a href=/projects/1/index.html class=more2>Details</a>";
	
	ps[2]="Compressor Filter Maintenance";
	ps_name[2]="Scheduled maintenance on compressor filters lead to more uptime and reduced operating costs.<br><a href=/projects/2/index.html class=more2>Details</a>";
	
	ps[3]="Air Cooled Condensers";
	ps_name[3]="Nam accumsan dui vitae ante. Nullam in eros. Donec sodales vulputate tortor.<br><a href=/projects/3/index.html class=more2>Details</a>";

	ps[4]="Expert Technicians";
	ps_name[4]="Aliquam eu arcu quis massa aliquet fringilla. Duis eget dui. Etiam interdum scelerisque odio. Integer sodales blandit ligula.<br><a href=/projects/4/index.html class=more2>Details</a>";

	ps[5]="Rooftop";
	ps_name[5]="Proin posuere. Donec vulputate, leo ac porta volutpat, neque ligula feugiat ligula, eu congue metus mi a quam.<br><a href=/projects/5/index.html class=more2>Details</a>";

	ps[6]="Parallel Compressor Racks";
	ps_name[6]="Morbi et tellus. Cras accumsan pharetra leo. Cras dignissim dignissim nisl.<br><a href=/projects/6/index.html class=more2>Details</a>";

	ps[7]="Valve Check";
	ps_name[7]="Nunc quis libero. Vestibulum nunc tellus, congue et, tincidunt sed, accumsan id, felis. Phasellus molestie pretium nisl.<br><a href=/projects/7/index.html class=more2>Details</a>";

	ps[8]="Left-Handed Panel Poke";
	ps_name[8]="Etiam orci. Vestibulum rhoncus rhoncus tellus. Donec malesuada sapien ut velit.<br><a href=/projects/8/index.html class=more2>Details</a>";

	ps[9]="Variable Speed Drives (VSD)";
	ps_name[9]="Installed on an A/C compressor control panel for a 20 hp air handler motor.<br><a href=/projects/9/index.html class=more2>Details</a>";

	ps[10]="Custom Drip Pan";
	ps_name[10]="Custom fabricated one-piece aluminum drain pan.<br><a href=/projects/10/index.html class=more2>Details</a>";

	ps[11]="Danfoss, Com-Trol, CPC Controllers";
	ps_name[11]="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus erat felis, vestibulum non, venenatis ut, tincidunt varius, erat.<br><a href=/projects/11/index.html class=more2>Details</a>";

	ps[12]="Cold Meat";
	ps_name[12]="Nam velit mauris, luctus eu, tempus non, malesuada quis, wisi. Sed rhoncus mollis dolor.<br><a href=/projects/12/index.html class=more2>Details</a>";
	
	
	if(c=="name"){return ps_name[n];}
	else{return ps[n];}
}


function get_random2(n1,n2)
{
	while(1==1){
	var ranNum= Math.round(Math.random()*12);
	if((ranNum==n1)||(ranNum==n2)){}
	else{return ranNum;}
	}
}


var participants_r1=get_random2('','');
var participants_r2=get_random2(participants_r1,'');
var participants_r3=get_random2(participants_r1,participants_r2);

var ran_head=Math.round(Math.random()*3);

