function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<iframe src="http://fl01.ct2.comclick.com/aff_frame.ct2?id_regie=1&num_editeur=12387&num_site=1&num_emplacement=7" WIDTH="300" HEIGHT="250" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" bordercolor="#000000"></iframe>'
mycontent[2]='<iframe src="http://fl01.ct2.comclick.com/aff_frame.ct2?id_regie=1&num_editeur=12387&num_site=1&num_emplacement=9" WIDTH="300" HEIGHT="250" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" bordercolor="#000000"></iframe>'
mycontent[3]='<a href="http://action.metaffiliation.com/suivi.php?mclic=S33173B491140" target="_blank"><img src="http://action.metaffiliation.com/suivi.php?maff=S33173B491140" border="0"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
