<?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>My Friendship Bracelet Maker®</title> <atom:link href="http://friendship-bracelet-maker.myfbm.com/feed/" rel="self" type="application/rss+xml" /><link>http://friendship-bracelet-maker.myfbm.com</link> <description>Friendship bracelets made easy!</description> <lastBuildDate>Tue, 22 Jan 2013 12:04:43 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>TestStoreLocator</title><link>http://friendship-bracelet-maker.myfbm.com/uncategorized/teststorelocator/</link> <comments>http://friendship-bracelet-maker.myfbm.com/uncategorized/teststorelocator/#comments</comments> <pubDate>Thu, 04 Oct 2012 22:33:07 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=198</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<div
id="map_search" ><a
id="map_top"></a><form
onsubmit="searchLocations( 1 ); return false; " name="location_search_form" id="location_search_form" action="http://friendship-bracelet-maker.myfbm.com/uncategorized/teststorelocator/" method="post"><table
class="location_search"><tr><td
colspan="3" class="location_search_title">Find Locations Near:</td></tr><tr
id='location_search_0_tr' class='location_search_row'><td
class='location_search_street_cell  location_search_cell'>Street: <br
/><input
type="text" id="location_search_address_field" name="location_search_address" value="" /></td><td
class='location_search_city_cell  location_search_cell'>City: <br
/><input
type="text"  id="location_search_city_field" name="location_search_city" value="" /></td><td
class='location_search_state_cell  location_search_cell'>State: <br
/><input
type="text" id="location_search_state_field" name="location_search_state" value="" /></td></tr><tr
id='location_search_1_tr' class='location_search_row'><td
class='location_search_zip_cell  location_search_cell'>Zip: <br
/><input
type="text" id="location_search_zip_field" name="location_search_zip" value="" /></td><td
class='location_search_empty_cell location_search_cell'></td><td
class='location_search_empty_cell location_search_cell'></td></tr><tr
id='location_search_2_tr' class='location_search_row'><td
class='location_search_distance_cell  location_search_cell'>Select a distance:</td><td
id='location_search_distance_fields'><select
id="location_search_distance_field" name="location_search_distance" ><option
value="1">1 mi</option><option
value="5">5 mi</option><option
value="10">10 mi</option><option
value="25" selected='selected'>25 mi</option><option
value="50">50 mi</option><option
value="100">100 mi</option><option
value="500">500 mi</option><option
value="1000">1000 mi</option> </select></td><td
class='location_search_empty_cell location_search_cell'></td></tr><tr
id='location_search_5_tr' class='location_search_row'><td
class='location_search_submit_cell  location_search_cell'><input
type="submit" value="Search" id="location_search_submit_field" class="submit" /></td><td
class='location_search_empty_cell location_search_cell'></td><td
class='location_search_empty_cell location_search_cell'></td></tr></table><input
type="hidden" id="avail_sm_category" value="" /> <input
type="hidden" id="avail_sm_tag" value="" /><input
type='hidden' id='location_search_default_lat' value='44.968684' /><input
type='hidden' id='location_search_default_lng' value='-93.215561' /><input
type='hidden' id='location_search_limit' value='25' /><input
type='hidden' id='location_is_search_results' name='sm-location-search' value='0' /></form></div><div
id="simplemap-updating" style="height:350px;width:575px;"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/wp-content/plugins/simplemap/inc/images/loading.gif" alt="Loading new locations" /></div><div
id="simplemap" style="width: 575px; height: 350px;"></div><div
id="results" style="width: 575px;"></div><script type="text/javascript">(function($) { $(document).ready(function() {
				var lat = "44.968684";
				var lng = "-93.215561";
				var aspid = "0";
				var ascid = "0";
				var asma = "0";
				var shortcode_zoom_level = "10";
				var map_type = "ROADMAP";
				var shortcode_autoload = "all";
				var auto_locate = "ip";
				var sm_autolocate_complete = false;
				geocoder = new google.maps.Geocoder();
				if ( !0 && auto_locate == "ip" ) {
					jQuery.getJSON( "http://freegeoip.net/json/?callback=?", function(location) {
						lat = location.latitude;
						lng = location.longitude;
                    	if ( document.getElementById("location_search_city_field") ) {
							document.getElementById("location_search_city_field").value = location.city;
						}
	                    if ( document.getElementById("location_search_country_field") ) {
							document.getElementById("location_search_country_field").value = location.country_code;
						}
        	            if ( document.getElementById("location_search_state_field") ) {
							document.getElementById("location_search_state_field").value = location.region_code;
						}
                	    if ( document.getElementById("location_search_zip_field") ) {
							document.getElementById("location_search_zip_field").value = location.zipcode;
						}
						if ( document.getElementById("location_search_default_lat" ) ) {
							document.getElementById("location_search_default_lat").value = lat;
						}
						if ( document.getElementById("location_search_default_lng" ) ) {
							document.getElementById("location_search_default_lng").value = lng;
						}
				load_simplemap( lat, lng, aspid, ascid, asma, shortcode_zoom_level, map_type, shortcode_autoload );
				//searchLocations( 0 );
						searchLocations( 1 );
					}).error(function() {
				load_simplemap( lat, lng, aspid, ascid, asma, shortcode_zoom_level, map_type, shortcode_autoload );
				//searchLocations( 0 );
						searchLocations( 0 );
					});
				}
				else if ( !0 && auto_locate == "html5" ) {
					// Ugly hack for FireFox "Not Now" option
					setTimeout(function () {
						if ( sm_autolocate_complete == false ) {
				load_simplemap( lat, lng, aspid, ascid, asma, shortcode_zoom_level, map_type, shortcode_autoload );
				//searchLocations( 0 );
			 searchLocations( 0 );
						}
					}, 10000);
					navigator.geolocation.getCurrentPosition(
						function(position) {
							lat = position.coords.latitude;
							lng = position.coords.longitude;
							if ( document.getElementById("location_search_default_lat" ) ) {
								document.getElementById("location_search_default_lat").value = lat;
							}
							if ( document.getElementById("location_search_default_lng" ) ) {
								document.getElementById("location_search_default_lng").value = lng;
							}
							sm_autolocate_complete = true;
				load_simplemap( lat, lng, aspid, ascid, asma, shortcode_zoom_level, map_type, shortcode_autoload );
				//searchLocations( 0 );
							searchLocations( 1 );
						},
						function(error) {
							sm_autolocate_complete = true;
				load_simplemap( lat, lng, aspid, ascid, asma, shortcode_zoom_level, map_type, shortcode_autoload );
				//searchLocations( 0 );
							searchLocations( 0 );
						},
						{
							maximumAge:300000,
							timeout:5000
						}
					);
				}
				else {
					sm_autolocate_complete = true;
				load_simplemap( lat, lng, aspid, ascid, asma, shortcode_zoom_level, map_type, shortcode_autoload );
				//searchLocations( 0 );
					searchLocations( 0 );
				}
			});})(jQuery);</script> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/uncategorized/teststorelocator/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My Friendship Bracelet Maker® Products For Home</title><link>http://friendship-bracelet-maker.myfbm.com/my-friendship-bracelet-maker-products-for-home/my-friendship-bracelet-maker-products-for-home/</link> <comments>http://friendship-bracelet-maker.myfbm.com/my-friendship-bracelet-maker-products-for-home/my-friendship-bracelet-maker-products-for-home/#comments</comments> <pubDate>Wed, 29 Aug 2012 23:42:34 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[My Friendship Bracelet Maker® Products For Home]]></category> <category><![CDATA[bracelets]]></category> <category><![CDATA[cultural history]]></category> <category><![CDATA[culture]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[friendship bracelets]]></category> <category><![CDATA[honor]]></category> <category><![CDATA[human interest]]></category> <category><![CDATA[innovative]]></category> <category><![CDATA[kid]]></category> <category><![CDATA[kids crafts]]></category> <category><![CDATA[necklace]]></category> <category><![CDATA[products kids]]></category> <category><![CDATA[toy industry]]></category> <category><![CDATA[tradition]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=172</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><a
href="http://store-locator.myfbm.com/"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/08/MyFBM_ProductDescription1.jpg" alt="Rediscover a time-honored tradition made easier and more organized than ever before! With 7 awards and counting, Our Innovative First Product My Friendship Bracelet Maker® continues to be a favorite with kids, parents and the toy industry, receiving winning ratings for entertainment, originality and educational value. • MyFBM’s travel-ready, patented design allows users to easily create friendship bracelets while storing their thread neatly inside. • Butterfly Clip keeps bracelet in place during knotting. • Product includes 56 pre-cut threads in 14 different colors. • Easy-to-follow trilingual instructions included. • Companion online pattern tutorials are available at myfbm.com. Friendship Bracelet Maker" title="MyFBM_ProductDescription" width="566" height="405" class="alignnone size-full wp-image-220" /></a></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/my-friendship-bracelet-maker-products-for-home/my-friendship-bracelet-maker-products-for-home/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Childrens Diabetes Awareness &#8211; Circle Of Blue</title><link>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/childrens-diabetes-awareness-circle-of-blue/childrens-diabetes-awareness-circle-of-blue/</link> <comments>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/childrens-diabetes-awareness-circle-of-blue/childrens-diabetes-awareness-circle-of-blue/#comments</comments> <pubDate>Wed, 07 Mar 2012 13:09:07 +0000</pubDate> <dc:creator>myfbm</dc:creator> <category><![CDATA[Childrens Diabetes Awareness - Circle Of Blue]]></category> <category><![CDATA[awareness]]></category> <category><![CDATA[cause]]></category> <category><![CDATA[childrens diabetes]]></category> <category><![CDATA[Childrens Diabetes Awareness]]></category> <category><![CDATA[Circle Of Blue]]></category> <category><![CDATA[diabetes]]></category> <category><![CDATA[diabetes awareness]]></category> <category><![CDATA[diabetes mellitus]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[health]]></category> <category><![CDATA[JDRF]]></category> <category><![CDATA[Juvenile Diabetes]]></category> <category><![CDATA[kid cause]]></category> <category><![CDATA[kids]]></category> <category><![CDATA[summer camps]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=122</guid> <description><![CDATA[MyFBM_W_A_CircleofBlueBecause approximately 15,000 children are diagnosed with type 1 diabetes every year, the My FBM team has worked to raise awareness and show support to all our friends and fans living with this disease. Using the blue circle – a worldwide symbol of Diabetes awareness – the call went out for submissions of blue and [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/Causes_Title.jpg" alt="Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com&quot; title=&quot;Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com" title="Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com&quot; title=&quot;Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com" width="339" height="182" class="alignleft size-full wp-image-117" /><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/CircleofBlue_486x211.jpg" alt="Because approximately 15,000 children are diagnosed with type 1 diabetes every year, the My FBM team has worked to raise awareness and show support to all our friends and fans living with this disease. Using the blue circle – a worldwide symbol of Diabetes awareness – the call went out for submissions of blue and white friendship bracelets. These were then distributed at summer camp by our diabetes ambassador, Mona, to kids whose lives have been shaped by the disease and continue to hope for the cure." title="CircleofBlue_486x211" width="419" height="182" class="alignnone size-full wp-image-123" /></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p><p
style="font-family: Amaranth, arial, sans-serif; padding-left: 100px; padding-right: 100px; font-size: 17px"><span
style="color: #ab206b;"><a
id="MyFBM_W_A_CircleofBlue" href="http://friendship-bracelet-patterns.myfbm.com/985/friendship-bracelet-pattern-diabetes-circle-of-blue-design/advanced/" title="MyFBM_W_A_CircleofBlue"><span>MyFBM_W_A_CircleofBlue</span></a>Because approximately 15,000 children are diagnosed with type 1 diabetes every year, the My FBM team has worked to raise awareness and show support to all our friends and fans living with this disease. Using the blue circle – a worldwide symbol of Diabetes awareness – the call went out for submissions of blue and white friendship bracelets. These were then distributed at summer camp by our diabetes ambassador, Mona, to kids whose lives have been shaped by the disease and continue to hope for the cure.</span></p><p
style="font-family: Amaranth, arial, sans-serif; padding-left: 100px; padding-right: 100px; font-size: 17px"><span
style="color: #ab206b;">Our video below tells the story.</span></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p><p><iframe
src="http://player.vimeo.com/video/23187615?title=0&amp;portrait=0&amp;color=ffffff" width="900" height="506" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/childrens-diabetes-awareness-circle-of-blue/childrens-diabetes-awareness-circle-of-blue/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Red, White &amp; Blue… ‘Cause Kids Serve Too!</title><link>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/red-white-blue-cause-kids-serve-too/</link> <comments>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/red-white-blue-cause-kids-serve-too/#comments</comments> <pubDate>Wed, 07 Mar 2012 12:53:55 +0000</pubDate> <dc:creator>myfbm</dc:creator> <category><![CDATA[Choose Friendship Charitable Causes]]></category> <category><![CDATA[Red White & Blue… ‘Cause Kids Serve Too!]]></category> <category><![CDATA[bracelets]]></category> <category><![CDATA[Causes]]></category> <category><![CDATA[friendship]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[kids]]></category> <category><![CDATA[Kids Causes]]></category> <category><![CDATA[military children]]></category> <category><![CDATA[military families]]></category> <category><![CDATA[military family]]></category> <category><![CDATA[military kids]]></category> <category><![CDATA[patriotic]]></category> <category><![CDATA[Red White & Blue]]></category> <category><![CDATA[serves]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=118</guid> <description><![CDATA[“Red, White &#038; Blue… ‘Cause Kids Serve Too!” was the request by our spokesgirl Lexie for fans to send in patriotically-themed friendship bracelets. They were then given to children of military families; kids who endure the daily absence of one or both parents. Red, white and blue bracelets, made by grateful strangers, became symbols of [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/Causes_Title.jpg" alt="Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com&quot; title=&quot;Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com" title="Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com&quot; title=&quot;Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com" width="339" height="182" class="alignleft size-full wp-image-117" /><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/KidsServeToo_531x162.jpg" alt="Red, White &amp; Blue… ‘Cause Kids Serve Too!" title="KidsServeToo_531x162" width="531" height="162" class="alignnone size-full wp-image-119" /></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p><p
style="font-family: Amaranth, arial, sans-serif; padding-left: 100px; padding-right: 100px; font-size: 17px"><span
style="color: #ab206b;">“Red, White &#038; Blue… ‘Cause Kids Serve Too!” was the request by our spokesgirl Lexie for fans to send in patriotically-themed friendship bracelets. They were then given to children of military families; kids who endure the daily absence of one or both parents. Red, white and blue bracelets, made by grateful strangers, became symbols of pride and respect for moms and dads serving the United States overseas.</span></p><p
style="font-family: Amaranth, arial, sans-serif; padding-left: 100px; padding-right: 100px; font-size: 17px"><span
style="color: #ab206b;">Our video below tells the story.</span></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p><p><iframe
src="http://player.vimeo.com/video/12339355?title=0&amp;byline=0&amp;portrait=0&amp;color=c9ff23" width="900" height="506" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/red-white-blue-cause-kids-serve-too/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Kids join the fight against breast cancer</title><link>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/kids-join-the-fight-against-breast-cancer/</link> <comments>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/kids-join-the-fight-against-breast-cancer/#comments</comments> <pubDate>Tue, 06 Mar 2012 20:37:06 +0000</pubDate> <dc:creator>myfbm</dc:creator> <category><![CDATA[Choose Friendship Charitable Causes]]></category> <category><![CDATA[Kids Join Fight Against Breast Cancer]]></category> <category><![CDATA[bracelets]]></category> <category><![CDATA[breast cancer]]></category> <category><![CDATA[breast cancer research]]></category> <category><![CDATA[children]]></category> <category><![CDATA[chosen]]></category> <category><![CDATA[fashion]]></category> <category><![CDATA[friendship]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[human interest]]></category> <category><![CDATA[kids]]></category> <category><![CDATA[Kids Causes]]></category> <category><![CDATA[Kids Impacted By Breast Cancer]]></category> <category><![CDATA[kids make]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=109</guid> <description><![CDATA[“Pink and White, Kids Join the Fight!” acknowledges kids with a loved one battling breast cancer. With the distribution of pink and white friendship bracelets to children in the shadow of this disease, we let them know they’re not alone in the fight and that their own bravery has not gone unnoticed. A portion from [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/Causes_Title.jpg" alt="Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com&quot; title=&quot;Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com" title="Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com&quot; title=&quot;Choose Friendship Co. | Causes In Support Of Kids | MyFBM.com" width="339" height="182" class="alignleft size-full wp-image-117" /><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/PinkandWhite_530x160.jpg" alt="“Pink and White, Kids Join the Fight!” acknowledges kids with a loved one battling breast cancer. " title="PinkandWhite_530x160" width="530" height="160" class="alignnone size-full wp-image-120" /></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p><p
style="font-family: Amaranth, arial, sans-serif; padding-left: 100px; padding-right: 100px; font-size: 17px"><span
style="color: #ab206b;">“Pink and White, Kids Join the Fight!” acknowledges kids with a loved one battling breast cancer. With the distribution of pink and white friendship bracelets to children in the shadow of this disease, we let them know they’re not alone in the fight and that their own bravery has not gone unnoticed. A portion from each sale of My Friendship Bracelet Maker™ through the month of October was donated to breast cancer research, and this campaign gained national exposure through segments on Lifetime Television and the Wendy Williams Show.</span></p><p
style="font-family: Amaranth, arial, sans-serif; padding-left: 100px; padding-right: 100px; font-size: 17px"><span
style="color: #ab206b;">Our video below tells the story.</span></p><p><a
href="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif"><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/03/spacer.gif" alt="" title="spacer" width="950" height="6" class="alignnone size-full wp-image-110" /></a></p><p><iframe
src="http://player.vimeo.com/video/14781425?title=0&amp;portrait=0&amp;color=ffffff" width="900" height="506" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/choose-friendship-causes/kids-join-the-fight-against-breast-cancer/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Gotta Care Gotta Wear Gotta Share</title><link>http://friendship-bracelet-maker.myfbm.com/gotta-care-gotta-wear-gotta-share/gotta-care-gotta-wear-gotta-share/</link> <comments>http://friendship-bracelet-maker.myfbm.com/gotta-care-gotta-wear-gotta-share/gotta-care-gotta-wear-gotta-share/#comments</comments> <pubDate>Mon, 13 Feb 2012 23:12:21 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Gotta Care Gotta Wear Gotta Share]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=98</guid> <description><![CDATA[.]]></description> <content:encoded><![CDATA[<p><span
style="color: #ffffff">.</span><br
/> <img
class="alignnone size-full wp-image-29" src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/02/5KidsonElbows.jpg" alt="Friendship Bracelet Maker - Rediscover a time-honored tradition made easier and more organized than ever before! With 7 awards and counting, My Friendship Bracelet Maker® continues to be a favorite with kids, parents and the toy industry, receiving winning ratings for entertainment, originality and educational value." width="600" height="346" /></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/gotta-care-gotta-wear-gotta-share/gotta-care-gotta-wear-gotta-share/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Friendship Creates Peace On Earth &#8211; SLIDESHOW</title><link>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/friendship-creates-peace-on-earth-slideshow/</link> <comments>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/friendship-creates-peace-on-earth-slideshow/#comments</comments> <pubDate>Sat, 11 Feb 2012 23:50:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Friendship Bracelet Maker Slideshow]]></category> <category><![CDATA[friendship]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[Friendship Creates Peace On Earth]]></category> <category><![CDATA[Great Friendships]]></category> <category><![CDATA[My Friendship Bracelet Maker®]]></category> <category><![CDATA[myfbm.com]]></category> <category><![CDATA[When We Call Someone Friend]]></category> <category><![CDATA[world of difference]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=95</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/02/Slide_10.jpg" alt="" title="Friendship Creates Peace On Earth My Friendship Bracelet Maker® myfbm.com" width="600" height="337" class="alignnone size-full wp-image-96" /></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/friendship-creates-peace-on-earth-slideshow/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Friendship Is A Team Sport &#8211; SLIDESHOW</title><link>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/friendship-is-a-team-sport-slideshow/</link> <comments>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/friendship-is-a-team-sport-slideshow/#comments</comments> <pubDate>Sat, 11 Feb 2012 23:46:36 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Friendship Bracelet Maker Slideshow]]></category> <category><![CDATA[Choose Friendship Co.]]></category> <category><![CDATA[friendship]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[Friendship Is A Team Sport]]></category> <category><![CDATA[My Friendship Bracelet Maker®]]></category> <category><![CDATA[myfbm.com]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=93</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/02/Slide_9.jpg" alt="" title="Friendship Is A Team Sport Friendship Bracelet Pattern myfbm.com" width="600" height="337" class="alignnone size-full wp-image-94" /></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/friendship-is-a-team-sport-slideshow/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>True Friendship Is Felt Through Your Heart &#8211; SLIDESHOW</title><link>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/true-friendship-is-felt-through-your-heart-slideshow/</link> <comments>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/true-friendship-is-felt-through-your-heart-slideshow/#comments</comments> <pubDate>Sat, 11 Feb 2012 23:42:49 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Friendship Bracelet Maker Slideshow]]></category> <category><![CDATA[Felt Through Your Heart]]></category> <category><![CDATA[friendship]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[My Friendship Bracelet Maker®]]></category> <category><![CDATA[myfbm.com]]></category> <category><![CDATA[True Friendship]]></category> <category><![CDATA[True Friendship Is Felt Through Your Heart]]></category> <category><![CDATA[With Friends We Are Stronger]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=91</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/02/Slide_8.jpg" alt="" title="True Friendship Is Felt Through Your Heart -  myfbm.com" width="600" height="337" class="alignnone size-full wp-image-92" /></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/true-friendship-is-felt-through-your-heart-slideshow/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>When We Call Someone Friend &#8211; SLIDESHOW</title><link>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/when-we-call-someone-friend-slideshow/</link> <comments>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/when-we-call-someone-friend-slideshow/#comments</comments> <pubDate>Sat, 11 Feb 2012 23:39:13 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Friendship Bracelet Maker Slideshow]]></category> <category><![CDATA[friendship]]></category> <category><![CDATA[friendship bracelet]]></category> <category><![CDATA[in Every Language]]></category> <category><![CDATA[My Friendship Bracelet Maker®]]></category> <category><![CDATA[myfbm.com]]></category> <category><![CDATA[When We Call Someone Friend]]></category> <category><![CDATA[With Friends We Are Stronger]]></category> <category><![CDATA[world of difference]]></category> <guid
isPermaLink="false">http://friendship-bracelet-maker.myfbm.com/?p=89</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><img
src="http://friendship-bracelet-maker.wpengine.netdna-cdn.com/files/2012/02/Slide_7.jpg" alt="" title="When We Call Someone Friend - myfbm.com" width="600" height="337" class="alignnone size-full wp-image-90" /></p> ]]></content:encoded> <wfw:commentRss>http://friendship-bracelet-maker.myfbm.com/friendship-bracelet-maker-slideshow/when-we-call-someone-friend-slideshow/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>