	
var proTile= new Array(1); 
var proTileRandom= new Array(1);   
var proTileRandom2= new Array(1); 
var proTileRandom3= new Array(1);  
var prourl= "";   
var ran_number= Math.random()*1; 
var ran = 0 
proTile[0]="";
proTile[1]="";
proTile[2]="";

proTile[0]='<a href="/templates/System/details.asp?id=50913&PG=Events&CID=1228744&rDate=2012-01-28"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_gogreen.png" alt="Go Green-A Womens Ministry Event" /></a>';
/*proTile[1]='<a href="/templates/System/details.asp?id=50913&PID=788559"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_stomp.png" alt="STOMP - Youth Ministry" /></a>';*/

proTileRandom3[0]='<a href="/templates/System/details.asp?id=50913&PID=788559"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_stomp.png" alt="STOMP - Youth Ministry" /></a>'; 
proTileRandom3[1]='<a href="/weecare"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_weecare.png" alt="WeeCare" /></a>';

proTileRandom2[0]='<a href="/templates/System/details.asp?id=50913&PID=800017"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_mens_ministry.png" alt="Mens Ministry" /></a>'; 
proTileRandom2[1]='<a href="/templates/System/details.asp?id=50913&PID=800018"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_womens_ministry.png" alt="Womens Ministry" /></a>';

/*proTile[2]='<a href="/templates/System/details.asp?id=50913&PID=800017"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_mens_ministry.png" alt="Mens Ministry" /></a>'; 
proTile[2]='<a href="/templates/System/details.asp?id=50913&PID=800018"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_womens_ministry.png" alt="Womens Ministry" /></a>';
proTile[2]='<a href="/templates/System/details.asp?id=50913&PID=788559"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_stomp.png" alt="STOMP - Youth Ministry" /></a>'; */

proTileRandom[0]='<a href="/templates/System/details.asp?id=50913&PID=807077"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_hispanic_ministry.png" alt="Hispanic Ministry" /></a>';
proTileRandom[1]='<a href="/templates/System/details.asp?id=50913&PID=800338"><img height="126" width="153" border="0" src="/clientimages/50913/images/template/pro_children_ministry.png" alt="Childrens Ministry" /></a>';


if (proTile[0]!="") {document.write(proTile[0].replace(/`/g,"'")); }

if (proTile[1]!="") {document.write(proTile[1].replace(/`/g,"'")); }

/*if (proTile[2]!="") {document.write(proTile[2].replace(/`/g,"'")); } */

if (proTileRandom3[0]!="") {
	if (proTileRandom3.length > 0) { 
		var ran=(Math.round(Math.random()*(proTileRandom3.length-1))); 
		if  (ran == "") {ran = 0}; 
		document.write(proTileRandom3[ran].replace(/`/g,"'"));
		} else {""} }

if (proTileRandom2[0]!="") {
	if (proTileRandom2.length > 0) { 
		var ran=(Math.round(Math.random()*(proTileRandom2.length-1))); 
		if  (ran == "") {ran = 0}; 
		document.write(proTileRandom2[ran].replace(/`/g,"'"));
		} else {""} }
 
if (proTileRandom[0]!="") {
	if (proTileRandom.length > 0) { 
		var ran=(Math.round(Math.random()*(proTileRandom.length-1))); 
		if  (ran == "") {ran = 0}; 
		document.write(proTileRandom[ran].replace(/`/g,"'"));
		} else {""} }

		

