Is Family Law Fair? Part (3)
Good evening!
Last time, I mentioned that I would expound on the subject.
Here is how Family Law operates, which, you will see, defies any logical thinking. It really makes you wonder who wrote these Family Laws?
In essence, here is what happens when there is a divorce that involves minor children. The Law gives the Children, and Child Support to one parent, and leaves the other parent with nothing!
Family Law has its preference, as to which parent should get custody of the minor children. This may not necessarily be, and in fact isn't most of the time, the wish of the parent who does not get custody of the children. Then, to add insult to injury, the law dictates that the parent who does not get custody of the children pay the other parent child support. Here is the fallacy in the reasoning: first, the law forces that parent not to have custody of his or her children, and second, it forces her or him to pay child support to the other parent for a decision with which she or he is not agreeing.
I would, however, concur with the Law if one of the parents willingly conceded custody to the other parent. However, most of the time, this is not the case. Some of the Laws ought to be revisited, and rewritten....... by a human being!
Until next time, good night!
Dr. DreamerLabels: Child Custody, Child Support, Divorce and Kids, Family Law
|
<%
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