// JavaScript Document

var start   = 0; 
var current = start;
var end = 5;
var theImages02 = new Array() 

theImages02[0] = '<a href="http://www.micreditoteapoya.com" target="_blank"><img src="../../logosDependencias/fmc.gif" width="180" height="94" border="0" /></a>'
theImages02[1] = '<a href="http://www.imac.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/imac.gif" width="180" height="94" border="0" /></a>'
theImages02[2] = '<a href="http://www.imdet.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/imdet.gif" width="180" height="94" border="0" /></a>'
theImages02[3] = '<a href="http://www.sedeti.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/sedeti.gif" width="180" height="94" border="0" /></a>'
theImages02[4] = '<a href="http://www.valores.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/valores.gif" width="180" height="94" border="0" /></a>'
theImages02[5] = '<a href="http://www.segpubtijuana.gob.mx" target="_blank"><img src="../../logosDependencias/sspm.gif" width="180" height="94" border="0" /></a>'


function randOrd(){
	return (Math.round(Math.random())-0.5);
} 

theImages02.sort( randOrd );

function showImage02(){
	document.write(theImages02[0]);
}
