function getRow1Content(){
// document.write('
')
}
function getRow2Col1Content(){
// document.write('
')
}
function getRow2Col3Content(){
// document.write('
')
}
function selectMixedSearchImage(){
var imgCount = 4
var randomNum = 0
while( randomNum == 0 ){
randomNum = Math.floor ((Math.random() * imgCount));
}
// alert(randomNum)
var imgArray = []
imgArray[1] = 'www.yahoo.com'
imgArray[2] = 'www.msn.com'
imgArray[3] = 'www.google.com'
imgArray[4] = 'www.altavista.com';
document.write('');
document.write('
');
return;
}