<!--

function email()
{
mail_str = "mailto:?subject=I found this prayer on World Prayers";
mail_str += "&body=I thought you might appreciate this prayer I found on the WORLD PRAYERS website. You can view it by either clicking on the link below or pasting it into your web browser, %0D%0A %0D%0A";
//mail_str += "<";     (removed due to Thunderbird bug)
mail_str += location.href;
//mail_str += ">";     (removed due to Thunderbird bug)
location.href = mail_str;
}



// works in IE and Firefox sidebar with an alert for Safari and Opera
function bookmark() {
        if (window.sidebar) { // Netscape and Firefox 1.0+ and 2.0+
              alert("TO BOOKMARK THIS PRAYER: Please RIGHT CLICK our BOOKMARK link > SELECT: This Frame > THEN SELECT: Bookmark This Frame.");
        } else if( document.all ) { //MSIE
                window.external.AddFavorite(window.location,document.title);
        } else { //Safari, Opera
               alert("Sorry, your web browser doesn't support this Bookmark feature.");
        }
}

function openwindow() {
var copyrights = window.open('../../about/intro/popup_copyright_info.html','copyrights','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=420,left=200,top=100,screenX=200,screenY=100');
copyrights.focus();
}

//-->
