// JavaScript Document

var start   = 0; 
var current = start;
var end = 4;
var theImages03 = new Array() 

theImages03[0] = '<a href="http://www.imjuv.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/imjuv.gif" width="180" height="94" border="0" /></a>'
theImages03[1] = '<a href="http://www.simpatt.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/simpat.gif" width="180" height="94" border="0" /></a>'
theImages03[2] = '<a href="http://www.sindicatura.gob.mx" target="_blank"><img src="../../logosDependencias/sind.gif" width="180" height="94" border="0" /></a>'
theImages03[3] = '<a href="http://www.implantijuana.com" target="_blank"><img src="../../logosDependencias/implan.gif" width="180" height="94" border="0" /></a>'
theImages03[4] = '<a href="http://www.dimca.tijuana.gob.mx" target="_blank"><img src="../../logosDependencias/dimca2.gif" width="180" height="94" border="0" /></a>'



function randOrd(){
	return (Math.round(Math.random())-0.5);
} 

theImages03.sort( randOrd );

function showImage03(){
	document.write(theImages03[0]);
}
