<!--
//	for(i=0; i<=256; i++)
//		document.bgColor=i+255*256+i*256*256;
//	document.bgColor="lightyellow";

//	function on_Click(Val) {
//		window.open(Val);
//	}

	function LinkSelect(form, sel)
	{
		adrs = sel.options[sel.selectedIndex].value;
		if (adrs != "-" ) location.href = adrs;
	}

	function wstate(){ 
		TEXT="こつこつネット（自分でお小遣いを稼ぐ！）"; 
		window.status=TEXT;
		setTimeout('wstate()',200);
	}
	wstate();

document.write("<img src='http://www.bf.wakwak.com/~comz/cgi-bin/report.pl?");
document.write(document.referrer+"' width=1 height=1>");

function notes(eve){
    if(document.all){
        if(event.button == 2){
            alert("右クリック禁止！");
            return false;
        }
    }
    if(document.layers){
        if(eve.which == 3){
            alert("右クリック禁止！");
            return false;
        }
    }
}
if(document.layers)document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=notes;
// -->
