
<!-- 

var msg_side_img = new Array(); 
var msg_bottom_img = new Array(); 

msg_side_img[2]='<a href="http://www.net-cm.tv/longlong-banner.html"><img src="http://net-cm.tv/banner/koukoku001.gif" width=160 height=7000 alt="広告募集中"></a>'; 
msg_bottom_img[2]='<a href="http://www.net-cm.tv/longlong-banner.html"><img src="http://net-cm.tv/banner/koukoku002.gif" width=920 height=320 alt="広告募集中"></a>'; 


msg_side_img[1]='<a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side01.jpg" width=160 height=905 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side02.jpg" width=160 height=922 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side03.jpg" width=160 height=919 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side04.jpg" width=160 height=918 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side05.jpg" width=160 height=920 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side06.jpg" width=160 height=919 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side07.jpg" width=160 height=919 alt="ケータイ少女"></a><br><a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_side08.jpg" width=160 height=578 alt="ケータイ少女"></a>'; 
msg_bottom_img[1]='<a href="http://net-cm.tv/jump02.html"><img src="http://net-cm.tv/banner/ktc_bottom.gif" width=920 height=320 alt="ケータイ少女"></a>'; 

msg_side_img[0]='<script type="text/javascript">side_function();</script>'; 
msg_bottom_img[0]='<script type="text/javascript">under_function();</script>'; 


var bn_no_random = Math.floor(Math.random() * msg_side_img.length); 


function dsp_side(){
	document.write(msg_side_img[bn_no_random]); 
}

function dsp_bottom(){
	document.write(msg_bottom_img[bn_no_random]); 
}

// --> 
