function onDisplay(on) {
	if (on && on != ""){
		document.getElementById(on).style.display = 'block';
		} 
}
function offDisplay(off) {
	if (off && off != ""){
		document.getElementById(off).style.display = 'none';
		createModal(off);
		} 
}
var uri = location.href;
var tafLocation = "http://site.californiablooms.com/mss/tellafriend/tellFriend.php?url=";
var tellFriend = tafLocation + uri;


