

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    
        <head id="ctl00_HeaderRegion_ctl00"><meta name="keywords" content="Charteris plc Community Server Blog Technical Community" />
<meta name="GENERATOR" content="CommunityServer 2007 SP2 (Build: 20611.960)" />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />

            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	        <style type="text/css"> body { font-size: 84%; } </style>
            <link rel="stylesheet" href="/themes/leanandgreen/style/Common.css" type="text/css" media="screen" />
            <link rel="stylesheet" href="/themes/leanandgreen/style/common_print.css" type="text/css" media="print" />
            <link rel="stylesheet" href="/themes/leanandgreen/style/DynamicStyle.aspx" type="text/css" media="screen" />
        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
  _uacct = "UA-1809018-1"
  if (typeof(urchinTracker) != 'undefined')
    urchinTracker();
</script> 
<title>
	Charteris Community Server
</title></head>
    
	<body>
		<form name="aspnetForm" method="post" action="/login.aspx?ReturnUrl=%2fblogs%2fpatl%2frss.aspx" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMTAzNDQyMjg5ZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WBAUpY3RsMDAkYmhjciRjdGwwNCRjdGwwMCRUaXRsZUJhclNlYXJjaFRleHQFHmN0bDAwJGJjciRjdGwwMCRjdGwwMyR1c2VybmFtZQUeY3RsMDAkYmNyJGN0bDAwJGN0bDAzJHBhc3N3b3JkBR9jdGwwMCRiY3IkY3RsMDAkY3RsMDMkYXV0b0xvZ2luz9cWbQ4yZfTQnUlnzHmpCixJL3w=" />
</div>


<script src="/WebResource.axd?d=dECpriVZuNHR-w9hu6iFV1_RgSTFXjsksfbprp4zN1nbx5GamZ8n6sVGg8DYv0mqTb13iwdUp1C930Crj4H1fEX8bqml7P1jWzZBkybav2L3B8fPcLs5MQHyohPXNN6_-4I6jSfV2G8u0P1RjetxNW8S3gc1&amp;t=633166549800000000" type="text/javascript"></script>
<script src="/WebResource.axd?d=DR33F5eelb9p4btxLrFhv9i81n4-9P-y2WXAoUJM9q68pBRCYr2sQ2kMOvS5jeyPGC4RTpdfKFWYxmmNFyyxV2LPPqF9TLTLe55leW8TKX7vrM3655WTdJlwRf8Jm1MlLq02axyv9aIqhfgJTaS4YVkQ8ts1&amp;t=633166549800000000" type="text/javascript"></script>
						
			
				<div id="CommonOuter"><div id="Common">
					<div id="CommonHeader">
						
							<div class="CommonTitleBar">
	                            <div class="CommonTitleBarImage">
	                            <table cellpadding="0" cellspacing="0" border="0">
		                            <tr>
			                            <td class="CommonTitleBarImage">
			                                <a href="/"><img src="/sitefiles/1000/charteris-small-logo.gif" alt="" style="border-width:0px;" /></a>
			                            </td>
			                            <td class="CommonTitleBarTitleArea" nowrap="nowrap" width="100%">
				                            <h1 class="CommonTitleBarTitle">Charteris Community Server</h1>
				                            <div class="CommonTitleBarDescription">Welcome to the <A href="http://charteris.com">Charteris plc</A> Community</div>
			                            </td>
			                            <td class="CommonTitleBarSearchArea" nowrap="nowrap">
				                            <div class="CommonUserArea"><div id="welcome">
					                            
        Welcome to Charteris Community Server
        <a href="/login.aspx?ReturnUrl=%252fblogs%252fpatl%252frss.aspx">Sign in </a>
         | <a href="/user/CreateUser.aspx?ReturnUrl=">Join</a>
        | <a href="http://communityserver.org/r.ashx?K">Help</a>
     


				                            </div></div>
				                            <div class="CommonSearch">
				                                
				                                        <table cellpadding="0" cellspacing="0" border="0" align="right"><tr valign="middle"><td nowrap="nowrap">
					                                    <input name="ctl00$bhcr$ctl04$ctl00$TitleBarSearchText" type="text" maxlength="64" size="15" id="ctl00_bhcr_ctl04_ctl00_TitleBarSearchText" onclick="if(this.defaultValue==this.value) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" onkeydown="return KeyDownHandlerctl00_bhcr_ctl04_ctl00_TitleBarSearchButton(event);" />
					                                    
					                                    </td><td>
					                                    <span class="CommonSearchButtonOuter"><a id="ctl00_bhcr_ctl04_ctl00_TitleBarSearchButton" class="CommonSearchButton" href="javascript:__doPostBack('ctl00$bhcr$ctl04$ctl00$TitleBarSearchButton','')">Search</a></span>
					                                    </td></tr></table>
				                                    
				                            </div>
			                            </td>
		                            </tr>
	                            </table>
	                            </div>
                            </div>
                            <div class="CommonTabBar">
                                <script type="text/javascript">
                                // <![CDATA[
                                    function tabOver(e)
                                    {
                                        if (e.className!='CommonSimpleTabStripSelectedTab')
                                            e.className='CommonSimpleTabStripTabHover';
                                    }
                                    function tabOut(e)
                                    {
                                        if (e.className!='CommonSimpleTabStripSelectedTab')
                                            e.className='CommonSimpleTabStripTab';
                                    }
                                // ]]>
                                </script>
                                <div class="CommonTabBarInner"><table cellspacing="0" cellpadding="0" border="0"><tr valign="middle">
                                        
                                        <td class="CommonSimpleTabStripTab" onmouseover="tabOver(this);" onmouseout="tabOut(this);"><a href="/">Home</a></td>
                                    
                                        
                                        <td class="CommonSimpleTabStripTab" onmouseover="tabOver(this);" onmouseout="tabOut(this);"><a href="/blogs/">Blogs</a></td>
                                    
                                        
                                        <td class="CommonSimpleTabStripTab" onmouseover="tabOver(this);" onmouseout="tabOut(this);"><a href="/forums/">Forums</a></td>
                                    
                                        
                                        <td class="CommonSimpleTabStripTab" onmouseover="tabOver(this);" onmouseout="tabOut(this);"><a href="/files/">Downloads</a></td>
                                    </tr></table></div>
                            </div>
						
					</div>

					<div id="CommonBody">
						<table cellspacing="0" cellpadding="0" border="0" width="100%" id="CommonBodyTable">
							<tr>
								<td valign="top" id="CommonLeftColumn"></td>
								
								<td valign="top" width="100%" id="CommonBodyColumn"><table cellpadding="0" cellspacing="0" border="0" style="table-layout: fixed;" width="100%"><tr><td>
									

        <div align="center">
        <div class="CommonMessageArea">
	        <h4 class="CommonMessageTitle">Sign in</h4>
	        <div class="CommonMessageContent">
		        <div class="CommonFormArea">
		        <table cellspacing="1" border="0" cellpadding="5">
			        <tr>
				        <td align="right" class="CommonFormFieldName">
					        <label id="ctl00_bcr_ctl00_ctl03_ctl01_ctl00" for="ctl00_bcr_ctl00_ctl03_username">Sign in name</label>
				        </td>
				        <td class="CommonFormField">
					        <input name="ctl00$bcr$ctl00$ctl03$username" type="text" maxlength="64" size="30" id="ctl00_bcr_ctl00_ctl03_username" class="CommonTextBig" onkeydown="return KeyDownHandlerctl00_bcr_ctl00_ctl03_loginButton(event);" />
				        </td>
			        </tr>
			        <tr>
				        <td align="right" class="CommonFormFieldName">
					        <label id="ctl00_bcr_ctl00_ctl03_ctl02_ctl00" for="ctl00_bcr_ctl00_ctl03_password">Password</label>
				        </td>
				        <td class="CommonFormField">
					        <input name="ctl00$bcr$ctl00$ctl03$password" type="password" maxlength="64" size="11" id="ctl00_bcr_ctl00_ctl03_password" class="CommonTextBig" onkeydown="return KeyDownHandlerctl00_bcr_ctl00_ctl03_loginButton(event);" />
					        <span class="txt4">(<a href="/user/EmailForgottenPassword.aspx">I forgot my password</a>)</span>
				        </td>
			        </tr>
			        <tr>
				        <td></td>
				        <td align="left" class="CommonFormField" nowrap="nowrap">
					        <span type="checkbox"><input id="ctl00_bcr_ctl00_ctl03_autoLogin" type="checkbox" name="ctl00$bcr$ctl00$ctl03$autoLogin" checked="checked" /></span> <label>Next time automatically sign me in</label>
				        </td>
			        </tr>
			        <tr>
				        <td></td>
				        <td align="left" class="CommonFormField" nowrap="nowrap">
					        <a id="ctl00_bcr_ctl00_ctl03_loginButton" class="CommonTextButtonBig" href="javascript:__doPostBack('ctl00$bcr$ctl00$ctl03$loginButton','')">Sign in »</a>
				        </td>
			        </tr>
		        </table>
		        </div>
	        </div>
	        Not a member yet?
		    <a href="/user/CreateUser.aspx?ReturnUrl=">Click here to Join</a>
        </div>
        </div>
    


								</td></tr></table></td>
								
							    <td valign="top" id="CommonRightColumn"></td>	
							</tr>
						</table>
					</div>
				
					<div id="CommonFooter">
						
						    <div class="Copyright">Any comments or statements made herein do not necessarily reflect those of Charteris plc.<br>&copy 2006-2007 Charteris plc.</div>
						    
						    

                            
						            <a href="http://communityserver.org/r.ashx?j" target="_blank"><img id="ctl00_BodyFooterRegion_ctl02_ctl03_ctl00" src="/utility/PoweredByCS_commercial.gif" alt="Powered by Community Server (Commercial Edition), by Telligent Systems " style="border-width:0px;" /></a>
        						
        					
						
					</div>
				</div></div>
		
<script type="text/javascript">
// <![CDATA[
Telligent_Modal.Configure('/utility/loading.htm',['CommonModal'],['CommonModalTitle'],['CommonModalClose'],['CommonModalContent'],['CommonModalFooter'],['CommonModalResize'],['CommonModalMask'],100);
// ]]>
</script><script type="text/javascript">
<!--
function KeyDownHandlerctl00_bhcr_ctl04_ctl00_TitleBarSearchButton(event)
{
	if (event.keyCode == 13)
	{
		event.returnValue = false;
		event.cancel = true;
     __doPostBack('ctl00$bhcr$ctl04$ctl00$TitleBarSearchButton','')
   return false;
	}
}

//-->
</script>
<script type="text/javascript">
<!--
function KeyDownHandlerctl00_bcr_ctl00_ctl03_loginButton(event)
{
	if (event.keyCode == 13)
	{
		event.returnValue = false;
		event.cancel = true;
     __doPostBack('ctl00$bcr$ctl00$ctl03$loginButton','')
   return false;
	}
}

//-->
</script>
</form>
		
	</body>
</html>
