|
Jacqueline Newbold Original Watercolor Paintings, Cityscape Gallery |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|
On the Terrace Watercolor |
The Bloomsbury Pub,
Watercolor Sold |
Reflective Moment Watercolor, Sold |
Reflections of Hollyhocks Watercolor |
Arches of Provence Watercolor Sold |
|
![]() |
![]() |
![]() |
![]() |
||
|
Cafe Belle Vue Watercolor |
Poppy Pomoso Watercolor |
Blue Shutters on Rue
de L'Egise, France Watercolor |
Featured Painting for the 2009 Deschutes Children's Foundation | ||
| Landscape Gallery | |||||
|
|||||
/*
Disable right click on images
*/
var clickmessage="All images copyrighted by Jacqueline!"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i