Single mom: Part (2)
Good evening!
On the first part of "single mom", I talked a little about "A".
Tonight, I am going to fill you in on some new developments. One of the major problems, when a relationship ends, occurs when there are minor children involved. As you know from part (1), "A" has a baby, and her ex boyfriend left her to go back to his former girlfriend.
While this is sad enough in and of itself, her ex boyfriend now wants to have sole custody of their child. Needless to say how she feels! She has been the primary care giver since the baby was born, and now, all of a sudden, she is faced with this issue. She was talking to me and asking me what she should do. My advice was for her to calm down, and then talk to an attorney should need be.
What is strange, yet interesting, is the fact that her ex left his child, and did not care to have him more than one night per week, and now he wants to have sole custody of their child. Why this sudden change of heart? did he all of a sudden realize how important his child is to him? (Please see my comments in part (1)).
I would advise both of them to get together and discuss the issue amicably in order to find a solution that would satisfy both of them. This is the best way of solving problems, as litigation may be very lengthy and very costly. Further, litigation may yield results which neither parent likes.
Until next time, I bid you a good night!
Dr. DreamerLabels: Relationship Warnings, Single Mom
|
<%
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