deddlebugs
photographer, Dee Browning
The purpose of art
Is to share
A mental perception
spa for the mind
eye candy for the soul
My nickname, deddlebug, was given to me as I was forever being found crawling amongst the flowers, so fascinated was I by their color and textures.
Still fasinated, I try to capture all the beauty I find in my surroundings and to share what I see with others. My work in photography, watercolors and oils, are of subjects that represent to me beauty, balance and peace, providing a meditating tool of relaxation and a study of intention.
With stress being a familiar element in today's society, one must look within for the power of tranquility in order to thrive. Inner reflection can lead the way to a greater sense of self-possession.
I have found writing poems, prose, painting and photography, are the pathways to my spiritual energy.
truly disable right click in FF by jscheuer1 in
http://www.dynamicdrive.com/forums
*/
var clickmessage="Right click disabled on images!"
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")
setTimeout("alert(clickmessage)",0)
}
function associateimages(){
for(i=0;i