 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
|
|
BEJOY'S BDAY |
|
|
 |
|
|
|
|
|
 |
|
|
|
|
|
ALL OF US! |
|
|
|
 |
|
|
At NODA, we are all watching how our meal is being made... |
|
|
|
|
|
|
 |
|
 |
|
|
|
|
| CAKE on Bejoy's face! |
|
|
|
Ben, John, Charles, Rincy and Shibu |
|
|
|
|
 |
|
|
| Blesson, Bejoy, El, Shawn, Manoj, Sudeepep |
|
|
 |
|
|
|
|
 |
|
Jincy,Tom, Bincy,Abe,Manu, Swati |
|
|
|
|
All of us ....again! |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
|
|
|
|
|
function NoRightClick(evnt) {
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which == 3){
alert("SORRY..cant take pics out context");
return false;
}
}
else
if (event.button==2)
alert("SORRY..cant take pics out of context");
}
document.onmousedown = NoRightClick;