function random_imglink1(){
	var images1=new Array()
	images1[1]='/img/gif/fp_column2.gif'
	images1[2]='/img/gif/fp_column2-2.gif'
	images1[3]='/img/gif/fp_column2-3.gif'
	images1[4]='/img/gif/fp_column2-4.gif'
	images1[5]='/img/gif/fp_column2-5.gif'
	images1[6]='/img/gif/fp_column2-6.gif'
	var ry=Math.floor(Math.random()*images1.length)
	if (ry==0)
	ry=1
	document.write('<img src="'+images1[ry]+'" width="202" height="150" border="0" alt="" class="imgContent" />')
}
function random_imglink2(){
	var images2=new Array()
	images2[1]='/img/jpg/fp_column3.jpg'
	images2[2]='/img/gif/fp_column3-2.gif'
	images2[3]='/img/gif/fp_column3-3.gif'
	images2[4]='/img/gif/fp_column3-4.gif'
	images2[5]='/img/gif/fp_column3-5.gif'
	images2[6]='/img/gif/fp_column3-6.gif'
	var ry=Math.floor(Math.random()*images2.length)
	if (ry==0)
	ry=1
	document.write('<img src="'+images2[ry]+'" width="202" height="150" border="0" alt="" class="imgContent" />')
}
function random_imglink3(){
	var images3=new Array()
	images3[1]='/img/gif/fp_column4.gif'
	images3[2]='/img/gif/fp_column4-2.gif'
	images3[3]='/img/gif/fp_column4-3.gif'
	images3[4]='/img/gif/fp_column4-4.gif'
	images3[5]='/img/gif/fp_column4-5.gif'
	images3[6]='/img/gif/fp_column4-6.gif'
	var ry=Math.floor(Math.random()*images3.length)
	if (ry==0)
	ry=1
	document.write('<img src="'+images3[ry]+'" width="202" height="150" border="0" alt="" class="imgContent" />')
}
