var spaceB=[
	'<a href="http://yourfilehost-navi.com/site/link.php?id=300_100_a" target="_blank"><img src="http://ware.yourfilehost-navi.com/koukoku/300_100_a.jpg" /></a>',
	'<a href="http://yourfilehost-navi.com/site/link.php?id=300_100_b" target="_blank"><img src="http://ware.yourfilehost-navi.com/koukoku/300_100_b.jpg" /></a>',
	'<a href="http://yourfilehost-navi.com/site/link.php?id=300_100_c" target="_blank"><img src="http://ware.yourfilehost-navi.com/koukoku/300_100_c.jpg" /></a>'
];
function bWrite() {
	var rr = parseInt(Math.random() * spaceB.length);
	document.write(spaceB.slice(rr,rr+1)[0]);
	spaceB.splice(rr,1);
}

var spaceC=[
	'<iframe src="http://ware.yourfilehost-navi.com/koukoku/0ers.php" width="200px" height="95px" frameborder="0" scrolling="no"></iframe>',
	'<iframe src="http://ware.yourfilehost-navi.com/adult/topics/disp.php" width="200px" height="95px" frameborder="0" scrolling="no"></iframe>'
];
function cWrite() {
	var rr = parseInt(Math.random() * spaceC.length);
	document.write(spaceC.slice(rr,rr+1)[0]);
	spaceC.splice(rr,1);
}