var message="【 無料メールマガジンの御案内 】\n\n関西屈指のネットパチプロ！\n\nたいがー山本の＜じゃんじゃんバリバリ稼いでや！！＞\nまぐまぐマガジンID:0000037377\n\n2001年9月より有料マガジンも発行♪";
function click(e) {
	if (document.all) {
	if (event.button == 2) {
		alert(message);
		return false;
						}
					}
	if (document.layers) {
	if (e.which == 3) {
alert(message);
		return false;
						}
				}
				}
if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
				}
	document.onmousedown=click;
