var myBox = "dentalstudio";
var myDomain = "montrealsexquisitesmiles.com";
var myTitle = "DentalStudio";
var myBoxTitle = "MontrealsExquisiteSmiles";

var clickmessage = "We do not encourage picture copying. Sorry for the inconvenience!";

function disableclick(e) {
	if (document.all) {
		if (event.button == 2 || event.button == 3) {
			if (event.srcElement.tagName == "IMG") {
				alert(clickmessage);
				return false;
			}
		}
	}
	if (document.layers) {
		if (e.which == 3) {
			alert(clickmessage);
			return false;
		}
	}
}

function associateimages() {for (i = 0; i < document.images.length; i++) document.images[i].onmousedown = disableclick; }

if (document.all)	document.onmousedown = disableclick;
else if (document.layers) associateimages();

var weekdays = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var quoteofday =  new Array(
"It is not our ability that makes us who we are, but our choices.",
"A smile is more than just a reflection of a person's oral health, but of their self-esteem and passion for life.",
"I pay no attention whatever to anybody's praise or blame. I simply follow my own feelings.",
"What do I have that sets me apart from the rest of the people? An Exquisite Smile!",
"Change doesn't occur in our life until the pain of living outweighs the pain of change.",
"There is only one corner of the universe you can be certain of improving and that is your own self.",
"Don't fear doing something most are not doing; A kite rises against the wind rather than with it!");

