<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RoseSMS.com&#187; Insult sms</title>
	<atom:link href="http://www.rosesms.com/category/insult-sms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rosesms.com</link>
	<description>SMS messages - Rose SMS - Funny SMS - Friendship and Love SMS</description>
	<lastBuildDate>Mon, 12 Dec 2011 18:04:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What a crazzy world..</title>
		<link>http://www.rosesms.com/uncategorized/what-a-crazzy-world</link>
		<comments>http://www.rosesms.com/uncategorized/what-a-crazzy-world#comments</comments>
		<pubDate>Sat, 22 Oct 2011 10:18:02 +0000</pubDate>
		<dc:creator>noman</dc:creator>
				<category><![CDATA[Insult sms]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crazy world]]></category>
		<category><![CDATA[mistake]]></category>
		<category><![CDATA[new fashion]]></category>
		<category><![CDATA[new invention]]></category>
		<category><![CDATA[new style]]></category>
		<category><![CDATA[politician]]></category>
		<category><![CDATA[scientist]]></category>
		<category><![CDATA[tailor]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=5012</guid>
		<description><![CDATA[Digg DiggIf a BARBER makes a mistake, its a new style If a POLITICIAN makes a mistake, its a new law. If a SCIENTIST makes a mistake, its a new invention. &#8230; If a TAILOR makes a mistake, its a new fashion. If a TEACHER makes a mistake, its a new theory. If a STUDENT [...]]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://www.rosesms.com/category/insult-sms/feed'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Fcategory%2Finsult-sms%2Ffeed&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.rosesms.com/category/insult-sms/feed" data-count="vertical" data-text="Insult sms" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><a name='fb_share' type='box_count' share_url='http://www.rosesms.com/category/insult-sms/feed' href='http://www.facebook.com/sharer.php'></a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></div><div style='clear:left'></div><div id='dd_name'><a href='http://www.diggdigg2u.com' target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p>If a BARBER makes a mistake, its a new style</p>
<p>If a POLITICIAN makes a mistake, its a new law.</p>
<p>If a SCIENTIST makes a mistake, its a new invention.<br />
&#8230;<br />
If a TAILOR makes a mistake, its a new fashion.</p>
<p>If a TEACHER makes a mistake, its a new theory.</p>
<p>If a STUDENT makes a mistake, its a&#8221;MISTAKE&#8221;</p>
<p>Thts not fair&#8230;What a crazy world <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.3, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --></div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script><div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="vas_pro_1"><div style="float:left; width:100px;" class="vas_pro_1_facebook"> 
				<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php" share_url="www.rosesms.com/uncategorized/what-a-crazzy-world">Share</a> 
			</div><div style="float:left; width:100px; padding-left:10px;" class="vas_pro_1_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Funcategorized%2Fwhat-a-crazzy-world&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="vas_pro_1_google1"> 
				<g:plusone size="medium" href="http://www.rosesms.com/uncategorized/what-a-crazzy-world" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="vas_pro_1_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="What a crazzy world.." data-url="http://www.rosesms.com/uncategorized/what-a-crazzy-world">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.wp-plugins-themes.com">wordpress plugins and themes</a></div><div style="clear:both;"></div><div id="seo_alrp_related"><h2>Posts Related to What a crazzy world..</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/cool-and-decent-sms/who-makes-u-cry" rel="bookmark">Who Makes U Cry</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/friendship-sms/that-makes-a-friendship-strong" rel="bookmark">That makes a Friendship strong</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/anniversary-sms/nothing-in-this-world-could-ever-be" rel="bookmark">Nothing in this world Could ever be</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/barish-rainy-day-sms/the-rain-makes-all-things-beautiful" rel="bookmark">The rain makes all things beautiful</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/girlfriends-name-on-hand-by-knife-crying" rel="bookmark">Girlfriend&#8217;s name on hand by knife&#8230;crying</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/uncategorized/what-a-crazzy-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go to Hell&#8230;</title>
		<link>http://www.rosesms.com/funny-sms/go-to-hell</link>
		<comments>http://www.rosesms.com/funny-sms/go-to-hell#comments</comments>
		<pubDate>Sat, 08 Oct 2011 05:01:26 +0000</pubDate>
		<dc:creator>noman</dc:creator>
				<category><![CDATA[Funny SMS]]></category>
		<category><![CDATA[Insult sms]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=4932</guid>
		<description><![CDATA[Girl: hi baby..:* boy: hii jaan&#8230;(sending faild) girl: r u here?? boy: yes yes..i m here&#8230;(sending faild) &#8230; &#8230; girl: r u ignorng me or what?? :s boy: honey i m nt..i m ryt here..(sending faild) girl: its over..dnt u evr talk to me again !! :@ boy: Damn ! go to hell.. :@ (message [...]]]></description>
			<content:encoded><![CDATA[<h6>Girl: hi baby..:*<br />
boy: hii jaan&#8230;(sending faild)</p>
<p>girl: r u here?? <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
boy: yes yes..i m here&#8230;(sending faild)<br />
&#8230; &#8230;<br />
girl: r u ignorng me or what?? :s<br />
boy: honey i m nt..i m ryt here..(sending faild)</p>
<p>girl: its over..dnt u evr talk to me again !! :@<br />
boy: Damn ! go to hell.. :@ (message sent) :O :O</h6>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.3, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="vas_pro_1"><div style="float:left; width:100px;" class="vas_pro_1_facebook"> 
				<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php" share_url="www.rosesms.com/funny-sms/go-to-hell">Share</a> 
			</div><div style="float:left; width:100px; padding-left:10px;" class="vas_pro_1_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Ffunny-sms%2Fgo-to-hell&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="vas_pro_1_google1"> 
				<g:plusone size="medium" href="http://www.rosesms.com/funny-sms/go-to-hell" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="vas_pro_1_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Go to Hell&#8230;" data-url="http://www.rosesms.com/funny-sms/go-to-hell">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.wp-plugins-themes.com">wordpress plugins and themes</a></div><div style="clear:both;"></div><div id="seo_alrp_related"><h2>Posts Related to Go to Hell...</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/uncategorized/the-girl-lost-her-chance-to-marry" rel="bookmark">The Girl Lost Her Chance To Marry</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/flirt-sms/flirt-with-attractive-girl" rel="bookmark">flirt with attractive girl</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/thnak-your-mom" rel="bookmark">Thnak your mom</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/boy-send-a-friend-request" rel="bookmark">Boy send a Friend Request</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/cool-and-decent-sms/promise-me-that" rel="bookmark">Promise Me That</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/funny-sms/go-to-hell/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wapda Msg..</title>
		<link>http://www.rosesms.com/funny-sms/wapda-msg</link>
		<comments>http://www.rosesms.com/funny-sms/wapda-msg#comments</comments>
		<pubDate>Fri, 30 Sep 2011 10:47:40 +0000</pubDate>
		<dc:creator>noman</dc:creator>
				<category><![CDATA[Funny SMS]]></category>
		<category><![CDATA[Insult sms]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[jao]]></category>
		<category><![CDATA[wapda]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=4898</guid>
		<description><![CDATA[Wikipedia: I Know all Google: I have all Internet: Without me is nothing . . . . Computer: Without me you don&#8217;t function. . . . Wapda: Ponki jao&#8230; Share Tweet wordpress plugins and themesPosts Related to Wapda Msg..Latest Pakistani Girls and Boys NameArt of livingDont carry umbrella during rainMy Brother and SisterDont read success [...]]]></description>
			<content:encoded><![CDATA[<p>Wikipedia: I Know all</p>
<p>Google: I have all</p>
<p>Internet: Without me is nothing</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>Computer: Without me you don&#8217;t function.</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>Wapda: Ponki jao&#8230; <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.3, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="vas_pro_1"><div style="float:left; width:100px;" class="vas_pro_1_facebook"> 
				<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php" share_url="www.rosesms.com/funny-sms/wapda-msg">Share</a> 
			</div><div style="float:left; width:100px; padding-left:10px;" class="vas_pro_1_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Ffunny-sms%2Fwapda-msg&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="vas_pro_1_google1"> 
				<g:plusone size="medium" href="http://www.rosesms.com/funny-sms/wapda-msg" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="vas_pro_1_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Wapda Msg.." data-url="http://www.rosesms.com/funny-sms/wapda-msg">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.wp-plugins-themes.com">wordpress plugins and themes</a></div><div style="clear:both;"></div><div id="seo_alrp_related"><h2>Posts Related to Wapda Msg..</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/latest-pakistani-girls-and-boys-name" rel="bookmark">Latest Pakistani Girls and Boys Name</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/friendship-sms/art-of-living" rel="bookmark">Art of living</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/barish-rainy-day-sms/dont-carry-umbrella-during-rain" rel="bookmark">Dont carry umbrella during rain</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/my-brother-and-sister" rel="bookmark">My Brother and Sister</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/good-morning-sms/dont-read-success-story" rel="bookmark">Dont read success story&#8230;&#8230;</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/funny-sms/wapda-msg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic example for students of different age groups</title>
		<link>http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups</link>
		<comments>http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups#comments</comments>
		<pubDate>Tue, 27 Sep 2011 06:48:26 +0000</pubDate>
		<dc:creator>noman</dc:creator>
				<category><![CDATA[Funny SMS]]></category>
		<category><![CDATA[Insult sms]]></category>
		<category><![CDATA[age groups]]></category>
		<category><![CDATA[aj]]></category>
		<category><![CDATA[bta]]></category>
		<category><![CDATA[class student]]></category>
		<category><![CDATA[hone]]></category>
		<category><![CDATA[kia]]></category>
		<category><![CDATA[kr]]></category>
		<category><![CDATA[nai]]></category>
		<category><![CDATA[sari]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=4803</guid>
		<description><![CDATA[Classic example for students of different age groups: 1st to 3rd class student: hey ! Mene exams ki sari tyari kr li hai&#8230; 4th to 6th class student: yar wo question bht difficult tha is lie wo mene yad nai kia&#8230; 7th to 9th class student: bs important question hi read kie hain&#8230; 10th to [...]]]></description>
			<content:encoded><![CDATA[<p>Classic example for students of different age groups:</p>
<p>1st to 3rd class student: hey ! Mene exams ki sari tyari kr li hai&#8230;</p>
<p>4th to 6th class student: yar wo question bht difficult tha is lie wo mene yad nai kia&#8230;</p>
<p>7th to 9th class student: bs important question hi read kie hain&#8230;</p>
<p>10th to 11 class student: I think 4 chapters boht hai pass hone ke liye..</p>
<p>12th class: Yar kal exam kiska hai??</p>
<p>College student: Kutton !! kam az kam bta to dete aj exam he..la ek pen de kch to chapna pare ga na&#8230;:-)</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.3, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="vas_pro_1"><div style="float:left; width:100px;" class="vas_pro_1_facebook"> 
				<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php" share_url="www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups">Share</a> 
			</div><div style="float:left; width:100px; padding-left:10px;" class="vas_pro_1_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Ffunny-sms%2Fic-example-ofor-students-of-different-age-groups&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="vas_pro_1_google1"> 
				<g:plusone size="medium" href="http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="vas_pro_1_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Classic example for students of different age groups" data-url="http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.wp-plugins-themes.com">wordpress plugins and themes</a></div><div style="clear:both;"></div><div id="seo_alrp_related"><h2>Posts Related to Classic example for students of different age groups</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/phle-jo-a-ra-he-wo-kro" rel="bookmark">phle jo a ra he wo kro&#8230;</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/don%e2%80%99t-kill-the-students" rel="bookmark">Don’t kill the students</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/qoute-by-a-nursary-student" rel="bookmark">Qoute by a Nursary student</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/i-am-beautiful-which-tense-is-it" rel="bookmark">I am beautiful, which tense is it?</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/cool-and-decent-sms/student-life-is-great" rel="bookmark">Student life is great</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>College life with English movies..</title>
		<link>http://www.rosesms.com/insult-sms/college-life-with-english-movies</link>
		<comments>http://www.rosesms.com/insult-sms/college-life-with-english-movies#comments</comments>
		<pubDate>Fri, 23 Sep 2011 03:04:14 +0000</pubDate>
		<dc:creator>noman</dc:creator>
				<category><![CDATA[Insult sms]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=4669</guid>
		<description><![CDATA[Principal- KINGKONG Teacher- BLADE Lab- PLANET OF APES &#8230; Library- CHAMBER OF SECRETS Canteen- FEELS LIKE HEAVEN coleg Gate- AT THE WORLD&#8217;S END Love- TITANIC Syllabus- DEEP BLUE SEA Model exams- STAR WARS Internals- PRESTIGE university Exam- WAR OF WORLDS Invigilator- TERMINATOR Result- JUDGEMENT DAY Supply- DESTINY . . . &#8216;ALL PASS&#8217;- MISSION IMPOSSIBLE Share [...]]]></description>
			<content:encoded><![CDATA[<h6><strong>Principal- KINGKONG</strong><br />
<strong> Teacher- BLADE</strong><br />
<strong> Lab- PLANET OF APES</strong><br />
<strong>&#8230; Library- CHAMBER OF SECRETS</strong><br />
<strong> Canteen- FEELS LIKE HEAVEN</strong><br />
<strong> coleg Gate- AT THE WORLD&#8217;S END</strong><br />
<strong> Love- TITANIC</strong><br />
<strong> Syllabus- DEEP BLUE SEA</strong><br />
<strong> Model exams- STAR WARS</strong><br />
<strong> Internals- PRESTIGE</strong><br />
<strong> university Exam- WAR OF WORLDS</strong><br />
<strong> Invigilator- TERMINATOR</strong><br />
<strong> Result- JUDGEMENT DAY</strong><br />
<strong> Supply- DESTINY</strong><br />
<strong> .</strong><br />
<strong> .</strong><br />
<strong> .</strong><br />
<strong> &#8216;ALL PASS&#8217;- MISSION IMPOSSIBLE <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </strong></h6>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.3, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="vas_pro_1"><div style="float:left; width:100px;" class="vas_pro_1_facebook"> 
				<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php" share_url="www.rosesms.com/insult-sms/college-life-with-english-movies">Share</a> 
			</div><div style="float:left; width:100px; padding-left:10px;" class="vas_pro_1_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Finsult-sms%2Fcollege-life-with-english-movies&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="vas_pro_1_google1"> 
				<g:plusone size="medium" href="http://www.rosesms.com/insult-sms/college-life-with-english-movies" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="vas_pro_1_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="College life with English movies.." data-url="http://www.rosesms.com/insult-sms/college-life-with-english-movies">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.wp-plugins-themes.com">wordpress plugins and themes</a></div><div style="clear:both;"></div><div id="seo_alrp_related"><h2>Posts Related to College life with English movies..</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/friendship-sms/life-is-5-star" rel="bookmark">Life is 5 star</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups" rel="bookmark">Classic example for students of different age groups</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/love-quotes/love-love-quotes" rel="bookmark">LOVE LOVE Quotes</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/if-u-pass-in-exam" rel="bookmark">If U Pass In Exam</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/already-physics-mein-supply-hy" rel="bookmark">Already physics mein supply hy&#8230;.</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/insult-sms/college-life-with-english-movies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dictionary 2011:</title>
		<link>http://www.rosesms.com/uncategorized/dictionary-2011</link>
		<comments>http://www.rosesms.com/uncategorized/dictionary-2011#comments</comments>
		<pubDate>Thu, 22 Sep 2011 09:06:32 +0000</pubDate>
		<dc:creator>noman</dc:creator>
				<category><![CDATA[Insult sms]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=4642</guid>
		<description><![CDATA[MUHABBAT: is ke dam se resturants abad hain, STUDENT: Mustqbil ka berozgar tabqa. PRDA: Jise larkiyan khirki pe dalti hain. BOOK: time paas krne ka zaria. DIL: Bagheir operation ap kisi ko de skte hain. :-p COLLEGE: Tafreeh gaah. UNI: Last part of happy life. Marriage: Gunaho ki saza. Share Tweet wordpress plugins and themesPosts [...]]]></description>
			<content:encoded><![CDATA[<p>MUHABBAT: is ke dam se resturants abad hain, <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>STUDENT: Mustqbil ka berozgar tabqa. <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>PRDA: Jise larkiyan khirki pe dalti hain. <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>BOOK: time paas krne ka zaria. <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>DIL: Bagheir operation ap kisi ko de skte hain. :-p</p>
<p>COLLEGE: Tafreeh gaah. <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>UNI: Last part of happy life. <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Marriage: Gunaho ki saza. <img src='http://www.rosesms.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.3, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="vas_pro_1"><div style="float:left; width:100px;" class="vas_pro_1_facebook"> 
				<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php" share_url="www.rosesms.com/uncategorized/dictionary-2011">Share</a> 
			</div><div style="float:left; width:100px; padding-left:10px;" class="vas_pro_1_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rosesms.com%2Funcategorized%2Fdictionary-2011&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="vas_pro_1_google1"> 
				<g:plusone size="medium" href="http://www.rosesms.com/uncategorized/dictionary-2011" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="vas_pro_1_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Dictionary 2011:" data-url="http://www.rosesms.com/uncategorized/dictionary-2011">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.wp-plugins-themes.com">wordpress plugins and themes</a></div><div style="clear:both;"></div><div id="seo_alrp_related"><h2>Posts Related to Dictionary 2011:</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/poetry-sms/jise-hum-chahte-hai-woh-auron-ke-deewanay-hain" rel="bookmark">Jise hum chahte hai woh auron ke Deewanay hain,</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/ic-example-ofor-students-of-different-age-groups" rel="bookmark">Classic example for students of different age groups</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/cool-and-decent-sms/student-life-is-great" rel="bookmark">Student life is great</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/poetry-sms/gunah-karke-saza-se-darte-hain" rel="bookmark">Gunah karke saza se darte hain</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/islamic-sms/best-sms-in-my-life" rel="bookmark">Best sms in my life..</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/uncategorized/dictionary-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

