// JavaScript Document

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

var header = '<div id="header_container"> \
<div id="header"> \
<h1><a href="../index.htm">Father Martin.com</a></h1> \
 \
<!-- navigation start --> \
			<div class="navigation"> \
				<ul id="navigation"> \
					<li class="home"><a href="../index.htm" class="begin">Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li> \
					<li class="about"><a href="../about/">About Father Martin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li> \
					<li class="inspiration"><a href="../inspiration/">Remembrance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li> \
					<li class="contact"><a href="../contact/">Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li> \
                    <li class="resources"><a href="../resources/" class="end">Resources&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li> \
				</ul> \
<!-- navigation end --></div> \
<!-- end header --></div> \
<!-- end header_container --></div>';


var sidebuttons = '<a href="../ecards/" id="ecard_button">Send An Ecard</a> \
<a href="../downloads/" id="desktop_button">Download Desktop Backgrounds</a> \
<a href="http://youtube.com/user/fatherjoemartin" target="_new" id="youtube_button">Download Desktop Backgrounds</a> \
<a href="http://www.facebook.com/profile.php?id=1216762760&ref=name" target="_new" id="facebook_button">Download Desktop Backgrounds</a> \ ';

var newsletter_sidebuttons = '<a href="../ecard/" id="ecard_button">Send An Ecard</a> \
<a href="../downloads/" id="desktop_button">Download Desktop Backgrounds</a>';

var newsletter_sidebuttons = '<a href="../ecard/" id="ecard_button">Send An Ecard</a> \
<a href="http://youtube.com/user/fatherjoemartin" target="_new" id="youtube_button">Download Desktop Backgrounds</a>';

var footer = '<div id="footer"> \
<p>Copyright 2008. Fathermartin.com | All Rights Reserved</p><p><a href="http://www.kellyproductions.com" target="_new">Online Store</a> | <a href="http://www.fathermartin.com/resources">Resources</a> | <a href="http://www.fathermartin.com/contact">Contact Us</a> | <a href="http://www.fathermartin.com/privacy">Privacy Policy</a></p> \
<p class="small_txt">Alcoholics Anonymous World Services, Inc. granted permission to refer to the Twelve Steps of A.A. in these films, audios, and written work, for the purpose of discussion of those Steps, but does not endorse or associate itself with the discussion. A.A. does not endorse any outside enterprise and does not material produced by Father Martin.</p> \
<p class="small_txt">All printed, audio, and video materials on this website are the sole property of Father Martin’s Ashley and may not be altered, distributed, reproduced or used in any way without the express written consent of Father Martin’s Ashley. Any unauthorized alteration, distribution, reproduction or use will constitute an infringement of copyright and is actionable under the Federal laws of the United States of America.</p> \
<!-- end footer --></div>';