
<!--

function cookieVal(cookieName)
{
   thisCookie = document.cookie.split("; ");	
   for ( i=0; i < thisCookie.length; i++ ) {
      if (cookieName == thisCookie[i].split("=")[0])
      {
         return thisCookie[i].split("=")[1];
      }
   }

return false;

}

var user_USERID = cookieVal("PASCOSTORE_ACB2_2_USER_ID");
var user_FNAME = cookieVal("PASCOSTORE_ACB2_2_FNAME");

var user_CARTITEMS = cookieVal("PASCOSTORE_ACB2_2_CARTITEMS");
		  


	if ( user_FNAME )
	{
			
			document.write("&nbsp;&nbsp;<span class='newBodytext' style='color: #222222'><b>Welcome, " + user_FNAME + "!</b></span>&nbsp;&nbsp;&nbsp;<br>");
			
			document.write("<a href='http://store.pasco.com/pascostore/basket/showcott.cfm?&DID=9' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: normal; color: #666666'><img name='store_MyAccount' src='/images/shoppingcarticon2.gif' align='top' border='0' vspace='0'> View Cart</a>&nbsp; <span class='newBody10px dkgrey'>|</span> &nbsp;<a href='https://store.pasco.com/pasco/wizards/manageAcct.cfm' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: normal; color: #666666'>My Account</a>&nbsp; <span class='newBody10px dkgrey'>|</span> &nbsp;<a href='http://www.pasco.com/help/store_help.html' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: normal; color: #666666'>Help</a>&nbsp; <span class='newBody10px dkgrey'>|</span> &nbsp;<a href='https://store.pasco.com/pascostore/shared/loginWWWPASCO.cfm?&DID=9&logout=yes' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: bold; color: #000099'>Log Out</a>&nbsp;&nbsp;&nbsp;");
			
			
					  	
	}
		
	else
	{
			document.write("<b><span class='newBodytext'> Welcome!</b>" + "&nbsp;&nbsp;&nbsp;<br>");
			
			document.write("<a href='http://store.pasco.com/pascostore/basket/showcott.cfm?&DID=9' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: normal; color: #666666'><img name='store_MyAccount' src='/images/shoppingcarticon2.gif' align='top' border='0' vspace='0'> View Cart</a>&nbsp; <span class='newBody10px dkgrey'>|</span> &nbsp;<a href='https://store.pasco.com/pascostore/basket/newaccount.cfm?&DID=9' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: normal; color: #666666'>Create Account</a>&nbsp; <span class='newBody10px dkgrey'>|</span> &nbsp;<a href='https://store.pasco.com/pascostore/shared/loginWWWPASCO.cfm?&DID=9&logout=yes' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: bold; color: #000099'>Log In</a>&nbsp;&nbsp;&nbsp;");
		
	}
/**************************
document.write("<a href='http://store.pasco.com/pascostore/basket/showcott.cfm?&DID=9'><img name='store_MyAccount' src='/images/shoppingcarticon.gif' border='0' vspace='0'></a>&nbsp;&nbsp; <span class='10darkgreynoindent'>|</span> &nbsp;&nbsp;<a href='https://store.pasco.com/pasco/wizards/manageAcct.cfm?LastURL=" + window.location + "' style='font-family: arial, helvetica, san-serif; font-size: 10px; font-weight: bold; color: #666666'>Account</a>&nbsp;&nbsp;<span class='10darkgreynoindent'>|</span> &nbsp;&nbsp;<b><span class='alertLargeHead'> Welcome!</bold>&nbsp;&nbsp;&nbsp;");
***********************************/



//-->
