var message="Photography By First Click- Smart Steps on Photography, Contact for All kinds of Model Photography, Indoor & Outdoor Photography, Mobile: 01673-607607 /01921-607607,01191557462,01814161851 Email:ripan_das@yahoo.com / ripan@hindupage.org";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
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;
