// JavaScript Document
function sheikAba()
{
	var item1="<span>Where coffee is served there is grace and splendor and friendship and happiness.<br> -- Sheik Aba-al-Kaadir, 16th Century</span>";
	
	document.write(item1);
	
}
function stampPost()
{
	var item1="<img src=imagePost/headStamp.gif align=left hspace=5>nmolinaropost:&nbsp;&nbsp;<span style=font-size:11px; font-family: Arial; color:#333333;>Welcome, Friends. Enjoying your visit? You can leave a comment on nearly every item. You can also bookmark and share the site with friends. On this page, I have short posts, some in the main body and some indexed in the right column. At the Pen&nbsp;&amp;&nbsp;Quill, I have some of my short fiction and a couple of items from guest authors.</span>";
	
	document.write(item1);
	
}
function stampPostUp()
{
	var item1="<img src=imagePost/headStamp.gif align=left hspace=5>nmolinaropost:&nbsp;&nbsp;<span style=font-size:11px; font-family: Arial; color:#333333;></span>";
	
	document.write(item1);
	
}
function stampPost_PQ()
{
	var item1="<img src=imagePost/headStamp.gif align=left hspace=5>nmolinaropost:&nbsp;&nbsp;<span style=font-size:11px; font-family: Arial; color:#333333;>On this page, I have some of my short fiction and links to external sites that we like to support in the hope that you will take a moment to visit them.</span>";
	
	document.write(item1);
	
}
function navBar1()
{
var item_a="<a href=index.html>Home</a> | ";
var item_b="<a href=list.html>List</a> | ";
var item_c="<a href=fiction.html>Fiction/Tributes</a> | ";
var item_d="<a href=photos.html>Photos</a> | ";
var item_e="<a href=archive.html>Archive</a>  ";

document.write(item_a);
document.write(item_b);
document.write(item_c);
document.write(item_d);
document.write(item_e);
}
function faceLinks()
{

var item_a="<a href=http://www.facebook.com><img src=images/imagesExLinks/faceBook.jpg alt=Link:FaceBook /></a>";
var item_b="<a href=http://www.linkedin.com><img src=images/imagesExLinks/linkedIn.jpg alt=Link:LinkedIn /></a>";
var item_c="<a href=http://www.myspace.com><img src=images/imagesExLinks/mySpace.jpg alt=Link:MySpace /></a>";
var item_d="<a href=http://www.twitter.com><img src=images/imagesExLinks/twitter.jpg alt=Link:Twitter /></a> ";


document.write(item_a);
document.write(item_b);
document.write(item_c);
document.write(item_d);

}

function copyright()
{
	var item1="&copy;&nbsp;2009&nbsp;Nick Molinaro";
	
	document.write(item1);
	
}
function footerNavNavS012709()
{
	var item1="<a href=index.html target=_blank>Home: Pen &amp; Quill</a>&nbsp;|&nbsp;<a href=bio.html target=_blank>Nick's Brief Bio</a>";
	document.write(item1);
}

function footerNav()
{
	var item1="<a href=index.html target=_top title=Pen&nbsp;&amp;&nbsp;Quill>Home</a>&nbsp;|&nbsp;<a href=musings.html target=_top title=Current&nbsp;thoughts>Musings</a>&nbsp;|&nbsp;<a href=guestAuthors.html target=_top title=Submissions&nbsp;from&nbsp;friends>Guest Authors</a>&nbsp;|&nbsp;<a href=randomImages.html target-_top title=Great&nbsp;images&nbsp;and&nbsp;thoughts&nbsp;from&nbsp;friends>Random Images</a>&nbsp;|&nbsp;<a href=bio.html target=_top title=Kind&nbsp;of&nbsp;obligatory,&nbsp;y'&nbsp;know?>Nick's Brief Bio</a>";
	document.write(item1);
}
function footerNavUp()
{
	var item1="<a href=../index.html target=_top>Home: Nick's Place</a>&nbsp;|&nbsp;<a href=../penQuill.html target=_top>Pen&nbsp;&amp;&nbsp;Quill</a>&nbsp;|&nbsp;<&nbsp;|&nbsp;<a href=../bio.html target=_top>Nick's Brief Bio</a>";
	
	document.write(item1);
}