hot secrets,do read it guys!

chocolate22 thumbnail
17th Anniversary Thumbnail Explorer Thumbnail
Posted: 19 years ago
#1
Tube twosome:Neha Bamb (Kripa) and Iqbal Khan (Angad)
Hot secrets!!!!!!have to read it.They look so cute 2gether especially iqbal hes so hot man just cant resist him😉😛😛


The sexiest pair on TV, Iqbal Khan and Neha Bamb of Kaisa Yeh Pyaar Hai, reveal their hot-list.

NEHA BAMB

Hot compliments
An elderly gentleman said, 'You top! You are good-looking and have brains too."
A girl said on radio, "In my next birth, I want to be a boy and marry you."
Hot men
George Clooney- despite his age, he carries himself like a teenager.
Hugh Grant - he's a typical gentleman with whom you would like to go out for a candle-lit dinner.
Hot desires
A 5 carat solitaire
A SLK Mercedes car
Hot on-screen chemistry
In 'Raja Hindustani' the chemistry between Aamir Khan and Karisma Kapoor was great. It's difficult to shoot with hundreds of people around you. But they behaved as though there was nobody except them.
'Mr and Mrs Smith' the couple first fights and then end up making love.
Hot numbers
'La ja gale' ('Woh Kaun Thi') gells withwhatever mood you are in.
Ricky Martin's - 'He's all that I want'. My guy should sing this for me.
John Drevor's - 'Leaving on a jet plane'
Hot destinations
Pataya- it's peaceful
Venice - I have heard it's romantic and you can just sit there doing nothing.
Hot moments
My first kiss!
A friend once went down on his knees at a poolside and said that he wanted to spend his life with me.
Hot lessons
What goes around, comes around
There is no limit to hard work.
Hot dishes
Puran poli (mum makes it on my birthday)
Dal baati.
Hot charms
I have an original photograph of Sai Baba in my wallet. My wallet has never been empty since.
My silver waist-band
Hot turn-ons
Loads of attitude
Basic manners

IQBAL KHAN

Hot compliments
I have been complimented for my eyes and voice.
Hot women
Julia Moore - she has a sweet and vulnerable look. You want to protect her.
Namrata Shirodhkar. She was the first actor I personally saw. I find her very pretty.
Hot desires
I want to own a sexy house - all in white and wood.
Hot on-screen chemistry
The opening scene of 'Basic Instinct'' is a pan-shot from the city to the window to a couple in bed. I was in class seven at a boarding and we had sneaked in a teacher's room. There we put on the video and watched this scene.
Hot numbers
Ayn Rand's 'I will remember you'
Tina Turner's 'You are simply the best'
Hot destinations:
Bulgaria - I loved its rough look, the cars and the dusty roads
Australia - my brothers and sisters stay there.
Hot moments
During my first holiday after 'Kaisa…'. I went back home with lots of money. Whilst walking towards my house, I felt the breeze touching me. The realization - 'ghar jaa raha hoon kuch kar ke' felt nice.
Hot lessons
In all things be a gentleman.
Never give in.
Don't get into a fight unless driven to the edge.
Love your parents, stay in touch with God.
Hot cuisine
My mother's Chicken Kashmiri. I could eat it even on my deathbed.
My girlfriend makes healthy veggies with olive oil.
Hot charms
My wallet which has money, my cards, duas and a photograph of my parents
My square-shaped watch.
Hot turn-ons
Simplicity in a woman- in her thinking, dressing and talking is a turn-on. Put on simplicity is irritating. After all, one day she will be your wife and the mother of your children.

// Rating script by Abhijeet Rajole function GetCookie(cookieName) { if(document.cookie) { var index = document.cookie.indexOf(cookieName); if (index != -1) { var countbegin = (document.cookie.indexOf(cookieName+"=", index) + 1); var countend = document.cookie.indexOf(";", index); if (countend == -1) { countend = document.cookie.length; } return document.cookie.substring(countbegin + cookieName.length, countend); } } return null; } function init(){ article_id = 1026900 document.cookie = "DNA=1"; cookies_enabled = GetCookie("DNA") rating_msg_div = document.getElementById("rating_msg") rating_stars_div = document.getElementById("rating_stars") rating_bubble_div = document.getElementById("rating_bubble") average_rating_div = document.getElementById("average_rating") average_rating_img_obj = document.getElementById("average_rating_img") if (document.images){ img_obj1 = new Image(); img_obj2 = new Image(); img_red = "http://www.dnaindia.com/images/rating_star_red.gif"; img_white = "http://www.dnaindia.com/images/rating_star_white.gif"; img_obj1.src = img_red; img_obj2.src = img_white; } star1 = document.getElementById("str1") star2 = document.getElementById("str2") star3 = document.getElementById("str3") star4 = document.getElementById("str4") star5 = document.getElementById("str5") } function setColor(star, myRating){ switch (myRating){ case "1": star1.src=img_red; star2.src=img_white; star3.src=img_white; star4.src=img_white; star5.src=img_white; break; case "2": star1.src=img_red; star2.src=img_red; star3.src=img_white; star4.src=img_white; star5.src=img_white; break; case "3": star1.src=img_red; star2.src=img_red; star3.src=img_red; star4.src=img_white; star5.src=img_white; break; case "4": star1.src=img_red; star2.src=img_red; star3.src=img_red; star4.src=img_red; star5.src=img_white; break; case "5": star1.src=img_red; star2.src=img_red; star3.src=img_red; star4.src=img_red; star5.src=img_red; break; default : star1.src=img_white; star2.src=img_white; star3.src=img_white; star4.src=img_white; star5.src=img_white; } } function resetColor(star, myRating){ star1.src=img_white; star2.src=img_white; star3.src=img_white; star4.src=img_white; star5.src=img_white; } function sendRating(star, myRating){ if (cookies_enabled == 0){ alert("To be able to rate this article, please enable your browser to accept HTTP cookies."); exit; } rating_msg_div.innerHTML=" Wait..."; rating_stars_div.style.display="none"; rating_bubble_div.style.display="none"; if (window.ActiveXObject) { HttpSendRating = new ActiveXObject("Microsoft.XMLHTTP"); } else { HttpSendRating = new XMLHttpRequest; } SendMyRatingUrl = encodeURI("http://www.dnaindia.com/rating.asp?NewsID="+artic le_id+"&rating="+myRating); HttpSendRating.open("get", SendMyRatingUrl, true); HttpSendRating.setRequestHeader('Content-Type','application/ x-www-form-urlencoded'); HttpSendRating.onreadystatechange = HandleHttpSendMyRating; HttpSendRating.send(null); } function HandleHttpSendMyRating() { if (HttpSendRating.readyState == 4) { document.cookie=1026900+"=1;EXPIRES="+getexpirydate(30); latest_rating=HttpSendRating.responseText rating_msg_div.innerHTML="Thank you for rating this article"; if(latest_rating!=null){ average_rating_div.innerHTML=latest_rating; average_rating_img_obj.width=latest_rating*14; } rating_stars_div.style.display="none"; rating_bubble_div.style.display="block"; } rating_stars_div.style.display="none"; rating_bubble_div.style.display="block"; } function getexpirydate(nodays){ var UTCstring; Today = new Date(); nomilli=Date.parse(Today); Today.setTime(nomilli+nodays*24*60*60*1000); UTCstring = Today.toUTCString(); return UTCstring; }

Created

Last reply

Replies

26

Views

2k

Users

18

Frequent Posters

Xplicit_Desii thumbnail
20th Anniversary Thumbnail Stunner Thumbnail Networker 1 Thumbnail
Posted: 19 years ago
#2

The opening scene of 'Basic Instinct'' is a pan-shot from the city to the window to a couple in bed. I was in class seven at a boarding and we had sneaked in a teacher's room. There we put on the video and watched this scene.

Naughty iqu😳

Vandu4ever thumbnail
19th Anniversary Thumbnail Stunner Thumbnail + 2
Posted: 19 years ago
#3

NEHA BAMB

Hot compliments

A girl said on radio, "In my next birth, I want to be a boy and marry you."

That wasnt me but I wish same, wanna be boy in my next janam & marry to Neha😳😳😳

Vandu4ever thumbnail
19th Anniversary Thumbnail Stunner Thumbnail + 2
Posted: 19 years ago
#4
BTW, thanks 4 sharingggggg 😛
Xplicit_Desii thumbnail
20th Anniversary Thumbnail Stunner Thumbnail Networker 1 Thumbnail
Posted: 19 years ago
#5

My girlfriend makes healthy veggies with olive oil.

haila dinks kya bana ker deti ho iqu ko ke vo tumhara diwana ho gaya hai???😳😆

6219 thumbnail
Posted: 19 years ago
#6
IQ is so funny, thank u so much for sharing, can u give us link please.
chocolate22 thumbnail
17th Anniversary Thumbnail Explorer Thumbnail
Posted: 19 years ago
#7
My girlfriend makes healthy veggies with olive oil.
haila dinks kya bana ker deti ho iqu ko ke vo tumhara diwana ho gaya hai??
well i have the same question 😆 😆 😆
swordfishh thumbnail
20th Anniversary Thumbnail Dazzler Thumbnail + 3
Posted: 19 years ago
#8
Thanks for the article... 😳 😳 😳 They are ineed the sexiest couple on TV... 😳 😉

I love Leaving on a Jet Plane..and Lag jaa gale too... 😳 😳 😳

And the opening scene of basic instinct... 😉 😉 Boys will be boys... 😆
And yeah... I agree with Iqbal on one count... Put on simplicity is irritating.... 😡 😡
lildude13572003 thumbnail
20th Anniversary Thumbnail Dazzler Thumbnail
Posted: 19 years ago
#9
👏

thanQ 4 posting.......
vivaviva thumbnail
19th Anniversary Thumbnail Voyager Thumbnail Engager Level 1 Thumbnail
Posted: 19 years ago
#10
iq was naughty even when he was in chaddis 😉 😆

Related Topics

Top

Stay Connected with IndiaForums!

Be the first to know about the latest news, updates, and exclusive content.

Add to Home Screen!

Install this web app on your iPhone for the best experience. It's easy, just tap and then "Add to Home Screen".