ÿþ<!DOCTYPE HTML PUBLIC "-//W2C//DTD HTML 2.01 Transitional//EN"> <html> <head> <title>PsyPractice Inc.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body background="images/bkgrnd.gif" LINK="#0E3370" VLINK="#0E3370" BGCOLOR="ffffff" ALINK="#0E3370" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <center> <table width=80% border=0 bgcolor="ffffff"><tr><td width=35%><a href="http://psypractice.com"><img src="images/03Logo.jpg" border=0></a></td> <td><center><font face="Palatino" size=3 color="AD1517"><i><b>Real Client Input<br>Real Time Results<br> Real Simple<br>30 Minutes or Less!</b></i></font></center></td></tr></table> <table width=80% border=0 bgcolor="ffffff"><tr bgcolor="ffffff"><td></td></tr><tr bgcolor="ad1517"><td height="1"></td></tr></table> <style> .menu { filter:alpha(Opacity=100, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=500, FinishY=250); } .MenuBox { border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.MenuHeader { COLOR: #0E3370; FONT-SIZE: 70%; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuHeader:link { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuHeader:visited { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuHeader:hover { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem { COLOR: #0E3370; FONT-SIZE: 70%; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem:link { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem:visited { COLOR: #ad1517; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem:hover { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } </style> <script> <!-- // MENU MOUSE OVER function menuOver(itemName) { clearTimeout(timeOn) menuActive = 1 }// MENU MOUSE OUT function menuOut(itemName) { if(document.layers) { menuActive = 0 timeOn = setTimeout("hideAllMenus()", 400) } } // SET BACKGROUND COLOR function getImage(name) { if (document.layers) { return findImage(name, document); } return null; } function findImage(name, doc) { var i, img; for (i = 0; i < doc.images.length; i++) if (doc.images[i].name == name) return doc.images[i]; for (i = 0; i < doc.layers.length; i++) if ((img = findImage(name, doc.layers[i].document)) != null) { img.container = doc.layers[i]; return img; } return null; } function getImagePageLeft(img) { var x, obj; if (document.layers) { if (img.container != null) return img.container.pageX + img.x; else return img.x; } return -1; } function getImagePageTop(img) { var y, obj; if (document.layers) { if (img.container != null) return img.container.pageY + img.y; else return img.y; } return -1; } //document.write('<style> .menu{position: absolute;}</style>'); var timeOn = null numMenus = 7; document.onmouseover = hideAllMenus; document.onclick = hideAllMenus; window.onerror = null; function getStyleObject(objectId) { // cross-browser function to get an object's style object given its id if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId).style; } else if (document.all && document.all(objectId)) { // MSIE 4 DOM return document.all(objectId).style; } else if (document.layers && document.layers[objectId]) { // NN 4 DOM.. note: this won't find nested layers return document.layers[objectId]; } else { return false; } } // getStyleObject function changeObjectVisibility(objectId, newVisibility) { // get a reference to the cross-browser style object and make sure the object exists var styleObject = getStyleObject(objectId); if(styleObject) { styleObject.visibility = newVisibility; return true; } else { //we couldn't find the object, so we can't change its visibility return false; } } // changeObjectVisibility function showMenu(menuNumber, eventObj, labelID) { hideAllMenus(); if(document.layers) { img = getImage("img" + menuNumber); x = getImagePageLeft(img); y = getImagePageTop(img); menuTop = y + 10; // LAYER TOP POSITION eval('document.layers["menu'+menuNumber+'"].top="'+menuTop+'"'); eval('document.layers["menu'+menuNumber+'"].left="'+x+'"'); } eventObj.cancelBubble = true; var menuId = 'menu' + menuNumber; if(changeObjectVisibility(menuId, 'visible')) { return true; } else { return false; } } function hideAllMenus() { for(counter = 1; counter <= numMenus; counter++) { changeObjectVisibility('menu' + counter, 'hidden'); } } function moveObject(objectId, newXCoordinate, newYCoordinate) { // get a reference to the cross-browser style object and make sure the object exists var styleObject = getStyleObject(objectId); if(styleObject) { styleObject.left = newXCoordinate; styleObject.top = newYCoordinate; return true; } else { // we couldn't find the object, so we can't very well move it return false; } } // moveObject // *********************** // hacks and workarounds * // *********************** // initialize hacks whenever the page loads window.onload = initializeHacks; // setup an event handler to hide popups for generic clicks on the document function initializeHacks() { // this ugly little hack resizes a blank div to make sure you can click // anywhere in the window for Mac MSIE 5 if ((navigator.appVersion.indexOf('MSIE 5') != -1) && (navigator.platform.indexOf('Mac') != -1) && getStyleObject('blankDiv')) { window.onresize = explorerMacResizeFix; } resizeBlankDiv(); // this next function creates a placeholder object for older browsers createFakeEventObj(); } function createFakeEventObj() { // create a fake event object for older browsers to avoid errors in function call // when we need to pass the event object to functions if (!window.event) { window.event = false; } } // createFakeEventObj function resizeBlankDiv() { // resize blank placeholder div so IE 5 on mac will get all clicks in window if ((navigator.appVersion.indexOf('MSIE 5') != -1) && (navigator.platform.indexOf('Mac') != -1) && getStyleObject('blankDiv')) { getStyleObject('blankDiv').width = document.body.clientWidth - 20; getStyleObject('blankDiv').height = document.body.clientHeight - 20; } } function explorerMacResizeFix () { location.reload(false); } function mClk(src){ if(event.srcElement.tagName=='TD') src.children.tags('A')[0].click(); } //--> </script> <center><table width=80% bgcolor="ffffff" cellpadding="1" cellspacing="0" border="0"> <tr height="5"><td width=20%></td> <td align="left" valign="bottom" width="" height="5"> <div id="label1"><a href="company_info.html" class="MenuHeader" onMouseover="return !showMenu('1', event, 'label1'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/ci_active.jpg" border=0></a></div> <div id="menu1" style="width: 150px; height: 52px; position:absolute; z-index:1; visibility:hidden" onmouseover="event.cancelBubble = true;" class="Menu"> <table border="0" cellspacing="0" cellpadding="3" width="134"><tr><td bgcolor="#ffffff" width="100%"> <table border=0 cellpadding=2 cellspacing=0 width="100%"> <tr id="1a" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="company_info.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> About Us</a></td></tr> <tr id="1c" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="contact.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Contact</a></td></tr> </table> </td></tr></table> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label3"><a href="mpa_products.html" class="MenuHeader" onMouseover="return !showMenu('3', event, 'label3'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/ps_active.jpg" border=0></a></div> <div id="menu3" style="width: 150px; height: 52px; position:absolute; z-index:1; visibility:hidden" onmouseover="event.cancelBubble = true;" class="Menu"> <table border="0" cellspacing="0" cellpadding="3" width="163"><tr><td bgcolor="#ffffff" width="100%"> <table border=0 cellpadding=2 cellspacing=0 width="100%"> <tr id="3a" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="overview.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> About the Assessments</a></td></tr> <tr id="3b" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="mpa_products.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Product List</a></td></tr> <tr id="3c" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="workshops_descrip.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Workshop List</a></td></tr> <tr id="3d" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="custom_form.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Custom Quote</a></td></tr> <tr id="3e" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="download.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Download Center</a></td></tr> <tr id="3f" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="faq_select.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> FAQ</a></td></tr> </table> </td></tr></table> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label4"><a href="news.html" class="MenuHeader" onMouseover="return !showMenu('4', event, 'label4'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/news_active.jpg" border=0></a></div> <div id="menu4" style="width: 150px; height: 52px; position:absolute; z-index:1; visibility:hidden" onmouseover="event.cancelBubble = true;" class="Menu"> <table border="0" cellspacing="0" cellpadding="3" width="145"><tr><td bgcolor="#ffffff" width="100%"> <table border=0 cellpadding=2 cellspacing=0 width="105%"> <tr id="4i" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="news.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Announcements</a></td></tr> <tr id="4a" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="child_matters.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Child Matters</a></td></tr> <tr id="4b" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="workshops.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Upcoming Workshops</a></td></tr> </table> </td></tr></table> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label5"><a href="contact.html" class="MenuHeader" onMouseover="return !showMenu('5', event, 'label5'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/contact_active.jpg" border=0></a></div> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label2"><a href="links.html" class="MenuHeader" onMouseover="return !showMenu('2', event, 'label2'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/links_active.jpg" border=0></a></div> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label6"><a href="/index.html" class="MenuHeader" onMouseover="return !showMenu('6', event, 'label6'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/home_active.jpg" border=0></a></div> </div> </td> <td width=8%></td> <td align="left" valign="middle" width="" height="> <div id="label7"><a href="/login.aspx" class="MenuHeader" onMouseover="return !showMenu('7', event, 'label7'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/login_active.jpg" border=0></a></div> </div> </td> </tr> </table> <!-- end drop-down menu --> <center><table width=80% border=0 bgcolor="ffffff"><tr><td width=5%></td><td><br><div align="center"><font color="#AD1517" size="3" face="Palatino"> Upcoming Workshops</font><br><br></td><td width=5%></td></tr></table> <center><table width=80% border=0 bgcolor="ffffff"> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">April 25-27, 2005<br></td> <td><font color="#0E3370" size="3" face="Palatino">2005 GAHSC Annual Conference</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#ad1517" size="2" face="Palatino">"Connecting Together For Meaningful Outcomes"</font><br> <font color="#0E3370" size="2" face="Palatino">Hilton Oceanfront Resort<br>Hilton Head Island, SC<br>Exhibitor<br><i> ... <a href="#" onClick="MyWindow=window.open('http://www.gahsc.org/nm/wor/2005/conf2005index.html','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">February 8, 2005<br></td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino"><font color="#0E3370" size="2" face="Palatino">Georgia Baptist Children s Home and Family Ministries, Inc.<br>Palmetto, GA<br><i>Dr. Mauldin presents:<br><font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> ... <a href="#" onClick="MyWindow=window.open('http://www.gbchfm.org','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">January 21, 2005<br></td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Inner Harbour<br>Douglasville, GA<br> <i>Dr. Mauldin presents:<br><font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> ... <a href="#" onClick="MyWindow=window.open('http://www.innerharbour.net','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">November 17-19, 2004<br></td> <td><font color="#0E3370" size="3" face="Palatino">Fifth Annual Child Placement Conference</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Augusta. GA<br>Exhibitor<br><i> ... <a href="#" onClick="MyWindow=window.open('http://www.gahsc.org/fac/2004/cpcindex2004.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">September 2, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Macon, GA<br><i>Dr. Mauldin presents:<br> <font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> <br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">August 25-26, 2004<br><br></td> <td><font color="#0E3370" size="3" face="Palatino">Alabama Council Of Community Mental Health Boards<br>30th Annual Conference<br> </font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Birmingham, AL<br>Exhibitor<br><i> ... <a href="#" onClick="MyWindow=window.open('http://accmhb.org/annual_conference.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">June 25, 2004<br><br></td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font><br> <font color="#0E3370" size="2" face="Palatino">Co-Sponsored by Tanner Behavioral Health Services & PsyPractice Inc.</td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Newnan, GA<br><i>Dr. Mauldin presents:<br> <font color="#0E3370" size="2" face="Palatino">The Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns.  This workshop will describe the theoretical basis for the assessment, teach participants MPA interpretation skills, offer  hands-on experience interpreting personality patterns, and provide a brief overview of treatment interventions based on test results.<br> ... <a href="http://psypractice.com/site/workshops/tanner.html">more</a> | <a href="http://psypractice.com/site/workshops/tanner.html">registration</a></i> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">May 27, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Paulding County, GA<br><i>Dr. Mauldin presents:<br> <font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> <br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">May 7, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Rome, GA<br><i>Dr. Mauldin presents:<br> <font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> <br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">April 29, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Brunswick, GA<br><i>Dr. Mauldin presents:<br> <font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> <br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">April 28, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">MPA Theory/Interpretation Workshop</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Savannah, GA<br><i>Dr. Mauldin presents:<br> <font color="#0E3370" size="2" face="Palatino">Mauldin Pattern Assessment (MPA) is a web-based assessment of a child s healthy personality patterns. This workshop will give a brief description of Dynamic Pattern Theory, the basis for the assessment, teach the participants how to interpret the assessment, and offer  hands-on experience interpreting personality patterns.<br> ... <a href="http://psypractice.com/site/workshops/bethesda.html">more</a> | <a href="http://psypractice.com/site/workshops/bethesda.html">registration</a></i> <br><br></td><td width=5%> </td></tr> <center><table width=80% border=0 bgcolor="ffffff"> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">February 2, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">Practical Psychology</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">St Mark's Episcopal Church - OFC<br> Lagrange, GA<br><i> ... <a href="#" onClick="MyWindow=window.open('http://ypng.infospace.com/_1_2V41UD50JO5K5F__info.anywho/ypv3/detail.htm?qb=&recid=0096003537&xmlurl=http%3A%2F%2Fyp109.superpages.com%2Fxml%2Fdetail.phtml%3FT%3DLaGrange%26N%3DSt%2BMark%2527s%26PG%3DL%26R%3DN%26SRC%3DInfospace%26S%3Dga%26Z%3D30240%26AL%3D%26MC%3D%26map.x%3D212%26map.y%3D125%26level%3D8%26lat%3D033041107%26lng%3D-085035463%26POI1lat%3D033041107%26POI1lng%3D-085035463%26POI1name%3DSt%2BMark%2527s%2BEpiscopal%2BChurch%2B-%2BOFC%26streetaddress%3D207%2BNorth%2BGreenwood%2BStreet%26city%3DLagrange%26state%3DGA%26zip%3D30240%26LID%3D0096003537%26LS%3D%26display%3D1%26AD%3D%26GV%3D0%26GL%3D%26FN%3D%26PP%3DN%26CID%3D&kcfg=ypus&ypinsp=0&resolve=location&searchtype=all&fromform=qsearch&wqhqn=0&qhqn=St+Mark%27s&qn=St+Mark%27s&qa=207%20North%20Greenwood%20Street&qc=LaGrange&qs=ga&tempqz=30240&qz=30240&qk=15&recid=0096003537','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">map | directions</a></i> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">February 23, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">2004 CWLA National Conference</font></i></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Washington, DC<br><i>Dr. Mauldin presents:</font><br> <font color="#ad1517" size="2" face="Palatino">"Understanding and Changing the Dynamics of Behavior Patterns"</font><br><font color="#0E3370" size="2" face="Palatino"> At times, children's behavior appears unpredictable and unique. Knowing a simple five-step assessment process makes behavior an understandable part of a pattern. This workshop teaches the five-step assessment process, offers concise information about how behavior dynamics and patterns are created, and offers successful interventions to improve a child's mental health.<br> ... <a href="#" onClick="MyWindow=window.open('http://www.cwla.org/conferences/2004nationalwkshopA.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> | <a href="#" onClick="MyWindow=window.open('http://www.cwla.org/conferences/2004national.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">registration</a></i></font> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%><font color="#0E3370" size="2" face="Palatino">February 24-26, 2004</td> <td><font color="#0E3370" size="3" face="Palatino">The 14th Annual SAPA of Georgia Training</font></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino">Atlanta, GA<br> <i>February 24th & 26th - Dr. Mauldin presents:</font><br> <font color="#ad1517" size="2" face="Palatino">"Help Me Remember The Number 6!" Workshop A</font><br><font color="#0E3370" size="2" face="Palatino"> Knowing the frequency of off-task behavior is one technique for understanding problems. Learning about behavior pattern dynamics is a different and unique process that explains behavior patterns, is quick and simple to use, and confirms why patterns are immune to typical interventions. Workshop A explains a five-step system that will give the professional an analysis tool to determine what is wrong and what to do about it.<br> ... <a href="#" onClick="MyWindow=window.open('http://sapaofga.org/14th/tuesday.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> | <a href="#" onClick="MyWindow=window.open('http://sapaofga.org/14th/14thonlineregistration.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">registration</a></i></font> <br><br></td><td width=5%> </td></tr> <tr><td width=5%> </td><td width=25%> </td><td width=80%><font color="#0E3370" size="2" face="Palatino"><i>February 24th & 26th - Dr. Mauldin presents:</font><br> <font color="#ad1517" size="2" face="Palatino">"Help Me Remember The Number 7!" Workshop B</font><br><font color="#0E3370" size="2" face="Palatino"> Using the five step analysis is more valuable when the presenting problems are clear and exposed. Having an assessment tool that quickly (with reduced paperwork) produces a picture of a child s behavioral patterns improves and expands the intervention process. Workshop B demonstrates several assessed behavior patterns, discusses the problems involved, and offers precise and efficient interventions.<br>... <a href="#" onClick="MyWindow=window.open('http://sapaofga.org/14th/thursday.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">more</a> | <a href="#" onClick="MyWindow=window.open('http://sapaofga.org/14th/14thonlineregistration.htm','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,left=200,top=200'); return false;">registration</a></i></font> <br><br></td><td width=5%> </td></tr></table> <table width=80% border=0 bgcolor="ffffff"><tr bgcolor="AD1517"><td> </td></tr></table> <table width=80% border=0 bgcolor="ffffff"> <tr><td><font face="Arial, Helvetica, sans-serif" size=1 color="003366">Please review our Terms of Service and Privacy Policy<br> Copyright© 2001-2011 PsyPractice Inc. - All Rights Reserved</font><td> <div align="right"><a href="http://psypractice.com"><img src="images/03Logo_pp.jpg" border=0></a> </div></td> </tr></table> </body> </html>