<% page = replace(Request("page"), "%20", " ") amazonquery = page %> <% If page = "Introduction" then %> Relationships, Marriage, Kids, Children, and Divorce. What you need to know. <% ElseIF page = "Definitions" then %> Marriage, Divorce, Family Law Legal Terms and Definitions. <% ElseIF page = "In-Laws and Divorce" then %> In-Laws and How They Affect Your Marriage and Children. <% ElseIF page = "Family Law" then %> Family Law - Discussison of the Unfairness of Family Law. <% ElseIF page <> "" then %> <%=page%>: What you need to know <% ElseIF page = "" then %> Marriage Warnings, Parenting Guidance, and Divorce Advice. <% End If %>

Marriage Warnings, Parenting Guidance, and Divorce Advice.

My nickname is Dr. Dreamer because first, I am a Doctor, and second, I have always dreamt of a wonderful life, where my spouse, and I would enjoy our children and have a great marriage. Even though my original dream is shattered, as a result of a divorce, I am still dreaming.....I would like to share with you a brief introduction of my story. I got married years ago, and my marriage was pretty good for the first 5 years. After that,


"The Yearning and the Reality"

Dr. Dreamer

the relationship between my ex and me started to deteriorate slightly and steadily. However, things were still reasonable between us, and we had our first child. After the birth of our child, my ex changed a lot, negatively so. This affected our relationship further, and life was getting more difficult.After the birth of our second child, things were getting a lot worse between us. This was the beginning of the end.

Topics:
  • All Posts
  • <% ' ------------------------------------------------------------------------------------------------- TOPICS dim myDir myDir = "/labels" sub ListFolderContents(path) dim fs, folder, file, item, url set fs = CreateObject("Scripting.FileSystemObject") set folder = fs.GetFolder(Server.MapPath(path)) for each item in folder.Files on error resume next myArr = Split (item.Name,".") myLimit = UBound(myArr) myOldName = "" i = 0 for each items in myArr if i" & myOldName & "
    " & vbCrLf) end if page = Replace(item.Name, " ", "%20") page = Replace(page, ".asp", "") if myArr(myLimit) = "asp" then Response.Write("
  • " & Replace(item.Name, ".asp", "") & "
  • ") End If next end sub ListFolderContents(myDir) %>
    Useful Links:
    Winning Child Custody ParentingTime.net

    Subscribe to
    Posts [Atom]

    Wednesday, March 14, 2007

    Friend Of the Court FOC

    The Friend Of the Court, FOC, is an entity that facilitates the handling of child-related issues and other issues, such as Child Custody, Parenting Time, Child Support, and Spousal Support, formerly Alimony. The Friend Of the Court does not exist in all states. The Friend Of the Court helps the Court with the above issues.

    Labels:

    Wednesday, February 21, 2007

    Alimony or Spousal Support Definition

    Alimony, a former term for Spousal Support, is the amount of money that a spouse gets from the husband/wife based on the difference in incomes. The term alimony is on its way of disappearing from the court terminology, as it is a term that is associated with the idea that the husband pays the wife, whereas the new term adopted by the court, namely Spousal Support, sends a fairer message in that the amount to be paid may be to either the husband, or the wife, based on the relative income.

    Dr. Dreamer

    Labels: , ,

    Monday, February 19, 2007

    "Dissolution of Marriage" Definition

    The legal terminology for a Divorce is "Dissolution of Marriage". The rationale behind the terminology stems from the fact that, when a couple divorces, the marriage dissolves.

    Dr. Dreamer

    Labels:

    "Modification of Parenting Time" Definition

    A Modification of Parenting Time implies a change in the current custody or parenting time that the children spend with either parent. Therefore, a modification of parenting time entails a change in the time ratio, or percentage of time, that the children will spend with each parent.

    It is important to understand that a modification of parenting time does mean a change of custody!

    Dr. Dreamer

    Labels:

    Legal Term "Motion" or"File a Motion"

    Hello everybody!

    Here is a word that you are going to encounter in courts and in the "legal" world: Motion. A motion is the legal procedure that one has to use in order to alter a current situation. The procedure is called "file a motion". Some examples are: a motion to change custody, a motion to change child support, etc...

    Dr. Dreamer

    Labels:

    Saturday, February 3, 2007

    Sole Physical Custody Definition

    In the case of sole physical custody, the non-custodial parent gets the child or children every other weekend, and an overnight (usually Wednesday) every other week. The custodial parent gets the child or children the remainder of the time.

    Dr. Dreamer

    Labels:

    Joint Legal Custody Definition

    In the case of joint legal custody, both parents are custodial parents and jointly make all the necessary decisions for the child or children.

    Dr. Dreamer

    Labels:

    Sole Legal Custody Definition

    In the case of sole legal custody, the custodial parent has the right to make all the necessary decisions for the child or children without consulting with the other parent. This includes, but is not limited to, decisions about schools, activities, etc...

    Dr. Dreamer

    Labels:

    Joint Physical Custody Definition

    In the case of joint physical custody, both parents get the child or children either an equal amount of time, or an amount of time ( according to any ratio) to which the parents agree. If the parents cannot agree, then the Judge will make the decision.

    Dr. Dreamer

    Labels:

    Friday, January 26, 2007

    Definitions of divorce legal terms

    In the next several blogs, I will be defining some of the legal terms used, by the court, Referees, and Judges, in divorces.

    Dr. Dreamer

    Labels:

    <% Dim SearchType Dim Query Dim XML Dim ResultLength Dim recordNumber Dim iCount Dim IPAddy Dim SearchEngine Dim Node DIM TITLE DIM URL DIM PRICE DIM IMAGEURL Dim ProductDescription If amazonquery = "" Then amazonquery = "Divorce" ElseIf amazonquery = "Intoduction" Then page = "Divorce" End If amazonquery = Replace(amazonquery, " ", "%20") SearchEngine = "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=1R15PYA4AG277WQYTTR2&Operation=ItemSearch&SearchIndex=Books&Keywords=" & amazonquery & "&ResponseGroup=Request,Small&AssociateTag=productinform-20" Set XML = Server.CreateObject("Microsoft.XMLHTTP") XML.Open "GET", SearchEngine, False XML.Send resultLength = CInt(XML.responseXML.selectNodes("ItemSearchResponse/Items/Item").length) If resultLength > 0 Then %> <% 'For iCount = 0 To CInt(resultLength)-1 For iCount = 0 To 6 on error resume next Set Node = XML.responseXML.selectSingleNode("ItemSearchResponse/Items/Item[" & CInt(iCount)& "]") 'ITEMID = Node.selectSingleNode("ASIN/ItemId").Text TITLE = Node.selectSingleNode("ItemAttributes/Title").Text URL = Node.selectSingleNode("DetailPageURL").Text PRICE = Node.selectSingleNode("ItemAttributes/ListPrice/FormattedPrice").Text IMAGEURL = Node.selectSingleNode("SmallImage/URL").Text DESC = Node.selectSingleNode("EditorialReviews/EditorialReview/Content").Text %> ") 'Response.Write(" " & page_name & " ") 'Response.Write(" " & PRICE & "
    ") 'Response.Write Left(DESC,100) 'Response.Write ("....Read More") %> <% Next Set Node = Nothing Set XML = Nothing %>
    Books:
    <% Response.Write("
    " & TITLE & "
    <% End If %>