function showRandomMessage()
	{
	var randomMessage=new Array();

    randomMessage[0] = "<iframe src='http://www.01annoncesclassees.com/cgi/vedettes.php' width='130' height='119' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' allowtransparency='true' background-color='transparent'></iframe>"
    randomMessage[1] = "<iframe src='http://www.01annoncesclassees.com/cgi/vedettes.php' width='130' height='119' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' allowtransparency='true' background-color='transparent'></iframe>"
    randomMessage[2] = "<iframe src='http://www.01annoncesclassees.com/cgi/vedettes.php' width='130' height='119' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' allowtransparency='true' background-color='transparent'></iframe>"
    randomMessage[3] = "<iframe src='http://www.01annoncesclassees.com/cgi/vedettes.php' width='130' height='119' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' allowtransparency='true' background-color='transparent'></iframe>"
    randomMessage[4] = "<iframe src='http://www.01annoncesclassees.com/cgi/vedettes.php' width='130' height='119' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' allowtransparency='true' background-color='transparent'></iframe>"

	randomMessageNb = Math.round(Math.random() * (randomMessage.length-1));
	document.write(randomMessage[randomMessageNb]);

    document.write("<table cellspacing='0' cellpadding='0' border=0>");
    document.write("<tr><td height='6'>");
    document.write("<!-- -->");
    document.write("</td></tr>");
    document.write("</table>");
}

