function key_v( ) {

	var r ;
	var img = new Array( ) ;
	
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key01.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key02.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key03.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key04.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key05.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key06.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key07.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key08.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key09.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key10.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key11.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key12.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key13.jpg" border=0 width="662" height="313" alt=""></a>' );
	img.push( '<a href="http://www.luca-inc.com/news/"><img src="images/top_key14.jpg" border=0 width="662" height="313" alt=""></a>' );	

	
	//img.push( '<a href="news/"><img src="images/top_key03.jpg" border=0 width="662" height="314"></a>' );
	
	
	r = Math.floor( Math.random( ) * img.length ) ;
	document.write( img[r] ) ;
}

function news_bnr( ) {

	var r ;
	var img = new Array( ) ;
	
	img.push( '<a href="http://www.luca-inc.com/news/?cat=1"><img src="images/info_banner01.jpg" border=0 width="214" height="116" alt="Information"></a>' );
	
	img.push( '<a href="http://www.luca-inc.com/news/?cat=1"><img src="images/info_banner02.jpg" border=0 width="214" height="116" alt="Information"></a>' );

	r = Math.floor( Math.random( ) * img.length ) ;
	document.write( img[r] ) ;
}

