Dating/Relationship/Marriage Warnings Part (9)
Good evening!
Last time, I talked a little about "having things in common" and how important that is in a relationship whether it is while dating, or during a marriage. A couple of days ago, I remembered something interesting, which I thought I would share with you.
First, I would like to mention that I do not have all the facts about what I am going to share with you. I remembered that Andre Agassi, the famous tennis player, married Brooke Shields. they were happily married for a while, and I even saw Andre on a show where he was talking about how many kids he and Brooke wanted to have. Needless to say that he and she were happy together at that point in time.
Then I remembered my "criterion" about having something in common. We all know that Andre Agassi and Brooke Shields divorced after a two-year marriage, and that, later on, Andre married Steffi Graf who is a famous tennis player! Interestingly enough, Steffi had just come out of a seven-year relationship with a race car driver!
It is clear that the passion they both have for the game has kept them together. This is what I meant by having something in common so that when love takes the back seat, there are still things to do and talk about together!
I will let you cogitate over this thought.......
Until next time, have a great evening!
Dr. DreamerLabels: Marriage Warnings, Relationship Warnings
|
<%
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