<?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; Christmas SMS</title>
	<atom:link href="http://www.rosesms.com/category/christmas-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>No greeting card on christmas</title>
		<link>http://www.rosesms.com/christmas-sms/no-greeting-card-on-christmas-2</link>
		<comments>http://www.rosesms.com/christmas-sms/no-greeting-card-on-christmas-2#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:23:48 +0000</pubDate>
		<dc:creator>Badshah</dc:creator>
				<category><![CDATA[Christmas SMS]]></category>
		<category><![CDATA[Christmas]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=1494</guid>
		<description><![CDATA[Digg DiggNo Greeting Card To Give..No Sweet Flowers To Send..No Cute Graphics To Forward..JustA LOVING HEARTSaying“HAPPY X’MAS” Share Tweet wordpress plugins and themesPosts Related to No greeting card on christmasU’ve got a Holi cardLittle DifferenceAll flowers are sweet but]]></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/christmas-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%2Fchristmas-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/christmas-sms/feed" data-count="vertical" data-text="Christmas 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/christmas-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>No Greeting Card To Give..<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />No Sweet Flowers To Send..<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />No Cute Graphics To Forward..<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Just<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />A LOVING HEART<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Saying<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />“HAPPY X’MAS”</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/christmas-sms/no-greeting-card-on-christmas-2">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%2Fchristmas-sms%2Fno-greeting-card-on-christmas-2&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/christmas-sms/no-greeting-card-on-christmas-2" ></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="No greeting card on christmas" data-url="http://www.rosesms.com/christmas-sms/no-greeting-card-on-christmas-2">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 No greeting card on christmas</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/holi-sms/u%e2%80%99ve-got-a-holi-card" rel="bookmark">U’ve got a Holi card</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/1479" rel="bookmark"></a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/cool-and-decent-sms/little-difference" rel="bookmark">Little Difference</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/all-flowers-are-sweet-but" rel="bookmark">All flowers are sweet but</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/christmas-sms/no-greeting-card-on-christmas-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love came down at Christmas</title>
		<link>http://www.rosesms.com/christmas-sms/love-came-down-at-christmas-2</link>
		<comments>http://www.rosesms.com/christmas-sms/love-came-down-at-christmas-2#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:23:11 +0000</pubDate>
		<dc:creator>Badshah</dc:creator>
				<category><![CDATA[Christmas SMS]]></category>
		<category><![CDATA[Christmas]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=1490</guid>
		<description><![CDATA[Love came down at Christmas;Love all lovely, love divine;Love was born at Christmas,Stars and angels gave the sign. Share Tweet wordpress plugins and themesPosts Related to Love came down at ChristmasLove came down at ChristmasLove QuotesLOVE LOVE Quotesstrongest LOVE is FRIEND LOVEI Love U … I Love U … I Love U]]></description>
			<content:encoded><![CDATA[<p>Love came down at Christmas;<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Love all lovely, love divine;<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Love was born at Christmas,<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Stars and angels gave the sign.</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/christmas-sms/love-came-down-at-christmas-2">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%2Fchristmas-sms%2Flove-came-down-at-christmas-2&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/christmas-sms/love-came-down-at-christmas-2" ></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="Love came down at Christmas" data-url="http://www.rosesms.com/christmas-sms/love-came-down-at-christmas-2">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 Love came down at Christmas</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/love-came-down-at-christmas" rel="bookmark">Love came down at Christmas</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/love-quotes/love-quotes" rel="bookmark">Love Quotes</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/friendship-sms/strongest-love-is-friend-love" rel="bookmark">strongest LOVE is FRIEND LOVE</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/flirt-sms/i-love-u-%e2%80%a6-i-love-u-%e2%80%a6-i-love-u" rel="bookmark">I Love U … I Love U … I Love U</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/christmas-sms/love-came-down-at-christmas-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joy on christ, Love on mas</title>
		<link>http://www.rosesms.com/christmas-sms/joy-on-christ-love-on-mas</link>
		<comments>http://www.rosesms.com/christmas-sms/joy-on-christ-love-on-mas#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:22:43 +0000</pubDate>
		<dc:creator>Badshah</dc:creator>
				<category><![CDATA[Christmas SMS]]></category>
		<category><![CDATA[love chrismas]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=1488</guid>
		<description><![CDATA[Joy was on Christ,Love was on mas,so let all of this found u anywhere u are this lovely season.merry x mas and happy new year Share Tweet wordpress plugins and themesPosts Related to Joy on christ, Love on masLovely SMS for a Lovely PersonWish u a VERY HAPPY NEW YEARHappy New YearHey,u r 1 year [...]]]></description>
			<content:encoded><![CDATA[<p>Joy was on Christ,<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Love was on mas,<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />so let all of this found u anywhere u are this lovely season.<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />merry x mas and happy new year</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/christmas-sms/joy-on-christ-love-on-mas">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%2Fchristmas-sms%2Fjoy-on-christ-love-on-mas&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/christmas-sms/joy-on-christ-love-on-mas" ></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="Joy on christ, Love on mas" data-url="http://www.rosesms.com/christmas-sms/joy-on-christ-love-on-mas">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 Joy on christ, Love on mas</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/birthday-sms/lovely-sms-for-a-lovely-person" rel="bookmark">Lovely SMS for a Lovely Person</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/new-year-sms/wish-u-a-very-happy-new-year-2" rel="bookmark">Wish u a VERY HAPPY NEW YEAR</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/new-year-sms/happy-new-year-2" rel="bookmark">Happy New Year</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/birthday-sms/heyu-r-1-year-older-now" rel="bookmark">Hey,u r 1 year older now</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/new-year-sms/happy-new-year-2-u-ur-loved-ones" rel="bookmark">Happy New Year 2 u &#038; ur loved ones</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/christmas-sms/joy-on-christ-love-on-mas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Merry Christmas</title>
		<link>http://www.rosesms.com/christmas-sms/happy-merry-christmas</link>
		<comments>http://www.rosesms.com/christmas-sms/happy-merry-christmas#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:22:07 +0000</pubDate>
		<dc:creator>Badshah</dc:creator>
				<category><![CDATA[Christmas SMS]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=1485</guid>
		<description><![CDATA[In this X-mas,In the daytime if sun shine so shall Ur expectations come true,At night when moon comes out so shall U receive blesses,then if rain fall so shall it going to carry all your problem away from U!Happy Merry Christmas Share Tweet wordpress plugins and themesPosts Related to Happy Merry ChristmasChristmas SMSI am dreaming [...]]]></description>
			<content:encoded><![CDATA[<p>In this X-mas,<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />In the daytime if sun shine so shall Ur expectations come true,<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />At night when moon comes out so shall U receive blesses,<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />then if rain fall so shall it going to carry all your problem away from U!<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" /><strong style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;">Happy Merry Christmas</strong></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/christmas-sms/happy-merry-christmas">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%2Fchristmas-sms%2Fhappy-merry-christmas&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/christmas-sms/happy-merry-christmas" ></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="Happy Merry Christmas" data-url="http://www.rosesms.com/christmas-sms/happy-merry-christmas">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 Happy Merry Christmas</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/1479" rel="bookmark"></a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/christmas-sms" rel="bookmark">Christmas SMS</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/i-am-dreaming-of-white-christmas" rel="bookmark">I am dreaming of white Christmas</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/good-morning-sms/good-morning-you" rel="bookmark">Good Morning you</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></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/christmas-sms/happy-merry-christmas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t expect too much of Christmas Day</title>
		<link>http://www.rosesms.com/christmas-sms/don%e2%80%99t-expect-too-much-of-christmas-day-2</link>
		<comments>http://www.rosesms.com/christmas-sms/don%e2%80%99t-expect-too-much-of-christmas-day-2#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:21:50 +0000</pubDate>
		<dc:creator>Badshah</dc:creator>
				<category><![CDATA[Christmas SMS]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=1483</guid>
		<description><![CDATA[Don’t expect too much of Christmas Day.You can’t crowd into it any arrears ofunselfishness and kindliness thatmay have accrued during the past twelve months. Share Tweet wordpress plugins and themesPosts Related to Don’t expect too much of Christmas DayArt of livingChristmas SMSCthrismas is not a time nor a seasonDont carry umbrella during rain]]></description>
			<content:encoded><![CDATA[<p>Don’t expect too much of Christmas Day.<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />You can’t crowd into it any arrears of<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />unselfishness and kindliness that<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />may have accrued during the past twelve months.</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/christmas-sms/don%e2%80%99t-expect-too-much-of-christmas-day-2">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%2Fchristmas-sms%2Fdon%25e2%2580%2599t-expect-too-much-of-christmas-day-2&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/christmas-sms/don%e2%80%99t-expect-too-much-of-christmas-day-2" ></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="Don’t expect too much of Christmas Day" data-url="http://www.rosesms.com/christmas-sms/don%e2%80%99t-expect-too-much-of-christmas-day-2">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 Don’t expect too much of Christmas Day</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/1479" rel="bookmark"></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/christmas-sms/christmas-sms" rel="bookmark">Christmas SMS</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/cthrismas-is-not-a-time-nor-a-season" rel="bookmark">Cthrismas is not a time nor a season</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></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/christmas-sms/don%e2%80%99t-expect-too-much-of-christmas-day-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wishing u merry x-mas!!</title>
		<link>http://www.rosesms.com/christmas-sms/wishing-u-merry-x-mas</link>
		<comments>http://www.rosesms.com/christmas-sms/wishing-u-merry-x-mas#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:21:09 +0000</pubDate>
		<dc:creator>Badshah</dc:creator>
				<category><![CDATA[Christmas SMS]]></category>
		<category><![CDATA[x mas]]></category>

		<guid isPermaLink="false">http://www.rosesms.com/?p=1481</guid>
		<description><![CDATA[For thy lordyour God had made it possible for uto see the month of December!So shall all impossibility in your will be possible!Wishing u merry x-mas!! Share Tweet wordpress plugins and themesPosts Related to Wishing u merry x-mas!!Christmas SMSGood Morning youHappy Merry ChristmasA child after 3 month of marriage]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1.5em; margin-left: 1em; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 1.5em; padding: 0px; border: 0px initial initial;">For thy lord<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />your God had made it possible for u<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />to see the month of December!<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />So shall all impossibility in your will be possible!<br style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px; border: 0px initial initial;" />Wishing u merry x-mas!!</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/christmas-sms/wishing-u-merry-x-mas">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%2Fchristmas-sms%2Fwishing-u-merry-x-mas&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/christmas-sms/wishing-u-merry-x-mas" ></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="Wishing u merry x-mas!!" data-url="http://www.rosesms.com/christmas-sms/wishing-u-merry-x-mas">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 Wishing u merry x-mas!!</h2><ul><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/1479" rel="bookmark"></a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/christmas-sms" rel="bookmark">Christmas SMS</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/good-morning-sms/good-morning-you" rel="bookmark">Good Morning you</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/christmas-sms/happy-merry-christmas" rel="bookmark">Happy Merry Christmas</a></h6></div></li><li><div class="seo_alrp_rl_content"><h6><a href="http://www.rosesms.com/funny-sms/a-child-after-3-month-of-marriage" rel="bookmark">A child after 3 month of marriage</a></h6></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.rosesms.com/christmas-sms/wishing-u-merry-x-mas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

