Is Family Law Fair? Part (2)
Dear Readers,
More on the fairness of the Law.....
The sad reality is that one of the parents, whether it is the mom or the dad, may try to use the Law to his or her advantage. If the Law were more equitable, such issues would not occur as often.
During my divorce, I went to the library and read up on Family Law. I encountered a site that published statistics regarding divorce in all 50 States! it was very interesting to see that the State of Minnesota, I believe, had the highest ratio of Shared or Joint Custody, and at the same time, it had one of the lowest divorce rates in the country. The explanation is very simple: when a parent sees that there is no advantage that she or he may get from the divorce, then she or he may try to make the marriage work instead of rushing into a divorce.
In other words, if a parent realizes that she or he is going to get Sole Custody of the Minor Children, Spousal Support or Alimony, and Child Support, then that parent takes the enticing deal and divorces easily without necessarily contemplating the impact of the divorce on the children or the family as a unit. However, if none of these incentives is offered, then that parent will cogitate over a major decision such as a divorce.
The lesson here is that the Law should not give all to one parent, and virtually nothing to the other parent! I will expound on that idea next time!
I bid you a good night.
Dr. DreamerLabels: Alimony, Child Custody, Child Support, Family Law, Spousal Support
|
<%
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
%>
|
Books:
|
<%
'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(" | | " & TITLE & " | | ")
'Response.Write(" " & page_name & " ")
'Response.Write(" " & PRICE & " ")
'Response.Write Left(DESC,100)
'Response.Write ("....Read More")
%>
<% Next
Set Node = Nothing
Set XML = Nothing
%>
<%
End If
%>
|
0 Comments:
Post a Comment
<< Home