In-Laws and Divorce
Dear Loyal Readers,
I hope that everyone has had a good day!
Here is a subject that is probably long overdue for me to discuss!
The impact of "In-laws" is horrendous on a relationship, be it a boyfriend-girlfriend relationship or a marriage. If the In-laws are positive people, they may play a very nice role in bringing the couple together when they have problems or differences. On the other hand, if the In-laws are negative people, they may very well play a major role in bringing about the debacle (downfall) of the couple. Such was my experience with my ex.
Unfortunately, my ex's family are not only very negative people, but also very mean! Needless to say that this did not help at all when my ex and I started to have our differences. Sadly, my ex's in-laws are such unreasonable people that they never thought of our children and what's in their best interest! I believe that this, in and of itself, speaks of the types of people they are.
This is not to relieve my ex from the lion's share of selfishness and mistakes! In fact, in listening to one's family members, one has already made a decision to "go" with what they are going to say to a certain degree. All parties involved, starting with the parents of the children, and all in-laws should understand that the well being of the children is of utmost importance, and that there is no room for vendettas in case of divorces.
I will add to these thoughts next time.....
Have a great night!
Dr. DreamerLabels: In-Laws and Divorce
|
<%
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