<!--


function text() {
};

text = new text();
number = 0;





// textArray
text[number++] = '<IMG SRC=\"images/solutions01a.gif\" WIDTH=400 HEIGHT=275 BORDER=0>'
text[number++] = '<IMG SRC=\"images/solutions01b.gif\" WIDTH=400 HEIGHT=275 BORDER=0>'
text[number++] = '<IMG SRC=\"images/solutions01c.gif\" WIDTH=400 HEIGHT=275 BORDER=0>'
text[number++] = '<IMG SRC=\"images/solutions01d.gif\" WIDTH=400 HEIGHT=275 BORDER=0>'
//text[number++] = '<IMG SRC=\"images/solutions01e.gif\" WIDTH=400 HEIGHT=275 BORDER=0>'


increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->
