<p>This year global crisis destroy most of countries in this world, the world get more hot and chaos. This month we get the impact  of this crisis, Or sale in electronic design is going down, that why this month I not yet post to thinking simple. I must secure our business in <a title="Rekavisitama is an electronic design and manufakture" href="http://www.rekavisitama.net" target="_blank">electronic design and manufacture</a>. Not only secure my business we also must secure our family financial. </p> <p>This is the complex  problem to secure our financial but I must keep it simple. How to make this complex problem with thinking in simply way. We must separate the problem to some categories, and if each categories still have complex problem, we should divide to sub categories. If we already have categories and sub categories for each problem now this time to focus to each category (make a plan for one category) and if we find the solution we must run to the other category.  This is like eat a big pizza, we must divide the pizza in to 8 - 16 pieces then we eat one by one.</p> <p>Because I have two categories, business and family financial, and these problems can divide to sub categories, so I must make a plan for both of these problems.  And the last is hope for the strength from God be with us and His guidance to walk with, so we can win in this global crisis, and we can smile for the victory. </p> <p>Never Give Up, Keep in Faith, and God Bless You. </p>
<p>Thanks to all my dropper, and this the result for last 30 days. And the first top blogger is <a href="http://www.acakadut.com" target="_blank">Acakadut</a> with 24 drop on Thinking Simple.</p>
<p>To Appreciate them I will chose top five entrecard dropper each month, And here are the result for this September Top Five Entrecard Dropper.</p>
<ol>
<li><a href="http://www.acakadut.com" target="_blank">Acakadut</a> with 24 drop </li>
<li><a href="http://www.chatbugkaren.com" target="_blank">The Pond</a> with 22 drop </li>
<li><a href="http://www.environmentastic.com" target="_blank">environmentastic!</a> with 21 drop </li>
<li><a href="http://blog.going2oahu.com" target="_blank">Going2Oahu Travel Blog</a> with 16 drop </li>
<li><a href="http://banicmanic.blogspot.com" target="_blank">banicmanic</a> with 16 drop </li>
</ol>
<p>If you want your site listed on the next top five entrecard dropper, so drop your card on Thinking Simple Entrecard widget. <strike>And don't worry I will give back the entrecard credit for the top five Entrecard dropper and</strike> you will get free backlink from Thinking Simple.</p>
<p>Due the credit transfer issue (tax and selling) on entrecard so I will give Link Love for top five entrecard dropper next month. This September 2008 winner still get their credit back.</p>
<p>Note :</p>
<p>Unlucky for Acakadut, your blog deleted by Entrecard so I can't send you credit back. But I still give you a Link Love.</p>
<p>Today I visit on one of <a href="http://www.blogautoparts.com ">auto parts blog</a> to find some information about  <a href="http://www.blogautoparts.com/index.php/2008/06/flushing-a-power-steering-system/">how to flushing a power steering system</a>. From that articles I found the step by step guide to flushing power steering. But it's not easy to me, if I flushing power steering my self, because I didn't have automotive background. </p> <p>Searching good information on internet at this time is difficult, some times we just find the crap information (It's sound like Thinking Simple, He2x). So when I found this article, I read more articles on that blog and found more useful articles related with automotive. They sometimes post about how to repair and review some automotive related products, or just take a pooling about some products.</p> <p><a href="http://www.blogautoparts.com">Blog auto parts</a> has good tech tips and information on auto parts and the other car related issues. That blog is 3 months old but have  good content about automotive. The author had an experience in automotive field. If you have some problem with your car or your automotive vehicle or just find some reference about auto parts you may try to search on www.blogautoparts.com or if you didn't find your searching categories you can leave some comment on their blog, and may by you got the answer.</p>
<p>I fond good article about Different Types of Composting, this article about natural composting. Pascale describe the different types of composting with clear writing and easy to understand. This the resume from his post, if you want to read the complete post you must go to <a href="http://www.pasicx.org/index.php/2008/07/24/different-types-of-composting/">Different Types of Composting</a>.</p> <p>There are 3 kind of composters,<strong> Aerobic microbes</strong> which need oxygen to thrive and live, <strong>Anaerobic microbes</strong> which do not need oxygen to survive, and the last is <strong>Red Worms</strong> to help decompose the organic waste. </p> <p>To use Aerobic microbes as composter we must make sure they have enough air by aerating the compost heap. If we use Anaerobic microbes as composter we don't having to worry if enough air is available, but the smell is unpleasant.  So I think use Red Worms is the best way to decompose the organic waste.</p> <p align="center"></p> <p><strong>LET'S GO GREEN.</strong></p>
<p>After a week I try to play Google Map, today I try to retrieve latitude and longitude value from Google Map. If you have time, why do you not try to find your home coordinate or your girl/boy friend home coordinate? Or update you POI database for your GPS.</p> <p>Update: To see Latitude and Longitude just drag and drop the marker. It's will show the marker coordinate.</p> <div id="lat"></div> <div id="long"></div> <br/> <div id="map" style="border:solid 1px #D9D9D9;padding:3px;"></div> <script type="text/javascript" src="http://hanantya.com/js/ip.aspx"></script> <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAJCziKQc76h6iYNmBidOX_RTK67qtJI4OTHZqgG8PkuqGl3m6WRQzMqINUciyDKotQWInzbt0Y8ZiFQ"></script> <script type="text/javascript">
google.load("maps", "2");
function $(id){
return document.getElementById(id);
}
// Call this function when the page has been loaded
function initialize() {
document.body.setAttribute('onunload','GUnload();');
map = new GMap2(document.getElementById("map"),{ size: new GSize(550,320) } );
center = new GLatLng(HInfoLatitude , HInfoLongitude);
map.setMapType(G_SATELLITE_MAP);
map.setCenter(center, 18);
var mapControl = new GMapTypeControl();
map.addControl(mapControl);
map.addControl(new GLargeMapControl());
geocoder = new GClientGeocoder();
marker = new GMarker(center, {draggable: true});
var html = "<center>Your IP is : " HInfoIP "<br/> And your location at : " HInfoCity ", " HInfoCountry "</center>";
GEvent.addListener(marker, "dragstart", function() {
map.closeInfoWindow();
});
GEvent.addListener(marker, "dragend", function() {
map.setCenter(marker.getLatLng(), 18);
lat = marker.getLatLng().toString();
lat = lat.substring(1,lat.length-1);
lon = lat.split(",")[1];
lat = lat.split(",")[0];
document.getElementById("lat").innerHTML = 'Latitude : ' lat;
document.getElementById("long").innerHTML = 'Langitude : ' lon;
});
map.addOverlay(marker);
marker.openInfoWindowHtml(html);
}
if (typeof(HInfoIP) != "undefined" ){
var map;
var center;
var marker;
var lat;
var lon;
google.setOnLoadCallback(initialize);
}
</script>
<p>Still confuse choosing web hosting provider? Today I found a web hosting rating at webhostingrating.com, and I found some interesting articles about <a href="http://webhostingrating.com/articles/2008/08/what-you-need-with-cheap-hosting/">What You Need With Cheap Hosting</a>, and found the truth about cheap hosting.</p> <p>Web Hosting Ratting also provide independent customer rating of top 10 web hosting companies and their rating system is based on the customer satisfaction, affordability, reliability, uptime and technical support. Web hosting ratings provide complete information on all web hosting providers, their promotion or discount coupons, web hosting plans and pricing, and unedited reviews by real customers. That's why Web Hosting Rating is the biggest searchable web hosting directory. </p> <p>So if you still confuse to choose web hosting for your site or your blog, why not read some articles or read some review from their site about the <a href="http://webhostingrating.com">website hosting</a> providers, and learn from the other customer reviews.</p>
<p><a name="top_card_droppers"></a></p> <p>Thanks to all my dropper, and this the result for last 30 days. And the first top blogger is <a href="http://snapshotcap.blogspot.com/" target="_blank">Snapshotcap</a> with 27 drop on Thinking Simple.</p> <p>To Appreciate them I will chose top five entrecard dropper each month, And here are the result for this August Top Five Entrecard Dropper.</p> <ol> <li><a href="http://snapshotcap.blogspot.com/" target="_blank">Snapshotcap</a> with 27 drop</li> <li><a href="http://pinoygamingworld.blogspot.com/" target="_blank">Pinoy Gaming World</a> with 15 drop</li> <li><a href="http://blog.going2oahu.com/" target="_blank">Going2Oahu Travel Blog</a> with 15 drop</li> <li><a href="http://www.bizphere.com/" target="_blank">Bizphere</a> with 15 drop</li> <li><a href="http://ocgolfcourse.com/" target="_blank">OC Golf Course</a> with 14 drop</li> </ol> <p>If you want your site listed on the next top five entrecard dropper, so drop your card on Thinking Simple Entrecard widget. And don't worry I will give back the entrecard credit for the top five Entrecard dropper and you will get free backlink from Thinking Simple.</p>
<p>Today, I start to build my family tree. Start with me, my wife and our son. I want to trace my family tree and my wife, cause we have big family member. If we doesn't start to build this tree, I worry we can't tell a story to our child about our other family or relative. </p> <p>To build my family tree I use free service from <a title="family tree" href="http://ancestry.com" target="_blank">ancestry.com</a>. Now my family tree still incomplete, but if you want to see my family tree here is the <a href="http://trees.ancestry.com/pt/FlashView.aspx?tid=7518295&pid=-1079591815&pg=50" target="_blank">Salamoen Family Tree</a>. </p> <p>With this service I hope, we can find other family related our generation network.</p>
<p>When I visited Great American Seafood Cook Off official web site, I voted for "Shrimp and Andouille Cassoulet", a recipe created by Chef Brian Landry from Louisiana, in their <a href="http://socialspark.com/metrics/click/post?slot_id=18492&url=http://www.greatamericanseafoodcookoff.com/" rel="nofollow">cook off</a>. Imagine Louisiana Shrimp and Andouille sausage smothered in a white bean casserole in front of your table, I think you will choose this recipe too ( if you are a Shrimp lover ). That's why I downloaded the recipe for my wife because I quite love a seafood especially a shrimp. Hope someday it will be a next recipe to cook as several list of recipe she already has.</p>
<p>I like shrimp because of it's delicious beside absolutely it's good for our health. It is better for me to use some domestic seafood, include a shrimp because some reason such as it is fresh and sustainable as no need longer time and transportation to get it. And also because it's local great taste which is suitable with my taste. But a limitation knowledge of cooking shrimp be able to limit it's splendid too.</p>
<p>For many times before, I knew cooking shrimp with frying and burning way, but now, it's really nice to know the other way to cook shrimp. So if you are someone who always want something brand-new to eat, I suggest you to visit www.GreatAmericanSeafoodCookOff.com for choosing some new great recipe and for seeing more about the cook off contestant you like, and furthermore you also have a chance to win a trip to New Orleans prize package. How nice!</p>
<p></p>
<a href="http://socialspark.com/metrics/click/disclosure?slot_id=18492&url=http://www.louisianaseafood.com/" rel="nofollow">
<p>According to Graham post on Entrecard blog on August 24th, 2008, <a href="http://entrecard.com/blog/?p=532" target="_blank" rel="enclosure">So Who’s Going to the Blog World Expo?</a> , He want to meet Entrecarders who go to <a href="http://blogworldexpo.com" target="_blank" rel="enclosure">Blog World Expo</a> on September 20 and 21 in Vegas. So if you are an Entrecarder and scheduling for go to Blog World Expo don't forget to wear your Entrecard T-Shirt
<p>
I found interesting funny game called banzai.  <a href="http://socialspark.com/metrics/click/post?slot_id=18395&url=http://www.screenlifegames.com/banzai.php" rel="nofollow">Banzai</a> is another screenLife games, Banzai is DVD-based betting game opportunity and packed with real clips from the hit TV show "Banzai". I visited their official site and play Tako-gotchi online for free. After played Tako-gotchi online, I <a href="http://www.banzai.com/downloads.php" rel="nofollow">download</a> Banzai wallpaper and use on my laptop. Here is the screen-shoot. </p>
<p>
<p>After using Windows Life Writer, I find that blogging more easier than before. With some additional plug-in, this tool make me fastest to write a post. You could download for free at <a href="http://windowslivewriter.spaces.live.com/" target="_blank" rel="nofollow">WLW official site</a> , and for additional plug-in from <a href="http://gallery.live.com/results.aspx?c=0&bt=9&pl=8&st=5" target="_blank" rel="nofollow">windows live gallery</a>.</p> <p>Plug-in that installed on my windows live writer are :</p> <ul> <li>Insert Code Snippet for insert my code (JavaScript,VB,C#,etc).</li> <li>Insert Flickr Image for insert the collection images on Flickr.</li> <li>Insert Amazon link for insert amazon product information base on  ISBN or ASIN.</li> <li>IMDB info for insert information about movie on IMDB database.</li> <li>Live Spaces Emoticon for insert emotion icon from Live spaces.</li> <li>Insert Web Snapr Thumbnail Link for insert web snapr thumbnail.</li> <li>Html Snippet for insert html code without switch to html view.</li> <li>Words Counter for count the selected words.</li> </ul> <p>With all plug-in installed on my computer blogging more faster (relative).</p>
<p>When my friend gone to Madame Tussauds Las Vegas Wax Museum which located in the midst of the excitement of the Las Vegas Strip at The Venetian Resort-Hotel-Casino, He got some humorous vacation. He have priority to pose with his favorite character movie, Captain Jack Sparrow on Pirate The Caribbean. After he dress up like a pirate and toke a picture with Captain Jack Sparrow few minute latter there are some couple pose with him, before their friend toke the picture suddenly my friend say, "Hay .. I'm not a wax!". That sound make the couple surprise, "I'm sorry.. sir ...", "Oh.. That's why I never see you on this movie (Pirate The Caribbean)". May by that couple can see the deference of the wax figure with the real person on the museum. </p> <p>If you want to planning for some vacation on <a href="http://www.trustedtours.com/store/Las-Vegas-C86.aspx">Las Vegas Tours</a> or on <a href="http://www.trustedtours.com/store/Kennedy-Space-Center-Visitor-Complex-Admission-C371.aspx">Kennedy space center discount</a> you can consider the Trusted Tours & Attractions for the discounted ticket.  On Kennedy space center visitor complex admission you could watch live action theatrical shows like Mad Mission to Mars, have an Astronaut Encounter with an actual NASA Astronaut, view ten-story high rockets from space explorations in the Rocket Garden, walk through a full-size Space Shuttle mock-up, see IMAX space films on gigantic back to back five-story screens, see an actual Gemini program capsule on display in Early Space Exploration for only $40.28 (adult) and $29.68 (child).</p> <p>Trusted Tours and Attractions offers discounted tickets to the best sightseeing tours in 23 cities across America. Before you planning your next vacation or still looking for ideas on what to do, Sign up for the Trusted Travels <a href="http://www.trustedtours.com/newsletter.aspx">e-Newsletter</a> and enter to win a $150 Magellan’s Gift Certificate - Offer ends August 31st, 2008. Or you could visit <a href="http://guide.trustedtours.com/">Online Travel Guides</a>.
<p>This post used windows live writer, this the first time I use this tool to blogging. Before use windows live writer, I used Sribefire to blogging, sometimes there are problem when using custom  JavaScript or embedded multimedia tag on the post. </p> <p>This post will test the capability of windows live writer to transfer correct data on this post (JavaScript tag). This should show your location. </p> <div id="location"></div> <script language="Javascript" src="http://gd.geobytes.com/Gd?variables=GeobytesCountry,GeobytesCity,GeobytesRegion"></script><script language="javascript">
if(typeof(sGeobytesCountry) != "undefined" &&
typeof(sGeobytesRegion) != "undefined" &&
typeof(sGeobytesCity) != "undefined")
{
var divlocation = document.getElementById("location");
divlocation.innerHTML="Are you come from " sGeobytesCity ", " sGeobytesRegion ", " sGeobytesCountry " ?";
}</script> <p>This JavaScript I use to show visitor city, Region, and Country : </p> <div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4"> <div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"> <pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060"> 1:</span> <div id=<span style="color: #006080">"location"</span>></div> <script language=<span style="color: #006080">"Javascript"</span> src=<span style="color: #006080">"http://gd.geobytes.com/Gd?variables=GeobytesCountry,GeobytesCity,GeobytesRegion"</span>></script><script language=<span style="color: #006080">"javascript"</span>></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060"> 2:</span>  </pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060"> 3:</span> <span style="color: #0000ff">if</span>(<span style="color: #0000ff">typeof</span>(sGeobytesCountry) != <span style="color: #006080">"undefined"</span> &&</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060"> 4:</span> <span style="color: #0000ff">typeof</span>(sGeobytesRegion) != <span style="color: #006080">"undefined"</span> &&</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060"> 5:</span> <span style="color: #0000ff">typeof</span>(sGeobytesCity) != <span style="color: #006080">"undefined"</span>)</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060"> 6:</span> {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060"> 7:</span> <span style="color: #0000ff">var</span> divlocation = document.getElementById(<span style="color: #006080">"location"</span>);</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060"> 8:</span> divlocation.innerHTML=<span style="color: #006080">"Are you come from "</span> sGeobytesCity <span style="color: #006080">", "</span> sGeobytesRegion <span style="color: #006080">", "</span> sGeobytesCountry <span style="color: #006080">" ?"</span>;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060"> 9:</span> }</script></pre>
</div>
</div>
<p>Do you remember in July 2005, the film with the genre of comedy about two partners and friends? John Becwith (Owen Wilson) and Jeremy Grey (Vince Vaughn), with their unique hobby, wedding crashers. They have a clear set of rules for wedding crashing, but one day John broke the rules by falling in love for Claire Cleary, and Jeremy falling in love for Gloria Cleary. This film shows us that love can change people. "They are just a couple of guys who just want to have fun" or "Life's a Party. Crash It", can be the taglines for this film.</p> <p>In my previous post, My Hair Victoria,I have described about <a href="http://socialspark.com/metrics/click/post?slot_id=16808&url=http://www.VO5VictoryHair.com" rel="nofollow">Extreme Style by VO5</a> <a href="http://socialspark.com/metrics/click/post?slot_id=16808&url=http://www.VO5VictoryHair.com" rel="nofollow">Ultimate Flirting Championship</a> game.I hope that the spirit of this motto, "just want to have fun", I can be a <a href="http://socialspark.com/metrics/click/post?slot_id=16808&url=http://www.VO5VictoryHair.com">Victory Hair</a> when I play this game.</p>
<p width="100%" align="center"><embed pluginspage="http://www.adobe.com/go/getflashplayer" src="http://www.yourminis.com/Dir/GetContainer.api?uri=yourminis/evb/mini:UFCWidget" width="400" height="380" wmode="transparent" FlashVars="CXNID=1000009_GW.6345NXC&statshostname=stats.yourminis.com&hostname=www.yourminis.com&width=400&swfhost=ct.yourminis.com&uri=yourminis/evb/mini:UFCWidget&height=380&" type="application/x-shockwave-flash" allowScriptAccess="always" ></embed><br /><a title="For more widgets please visit www.yourminis.com" href="http://www.yourminis.com/index_minis.aspx?embeddedmini" target="_blank">
<div xmlns='http://www.w3.org/1999/xhtml'>A week ago I decide to re-design Thinking Simple themes. Now Thinking Simple use <a href='http://blog.hanantya.com/2008/08/blogger-template-simple-two-column.html'>Simple Two Columns</a> Blogger Template. I don't know the performance of this template. I want to re-location the widget, some widget make the loading slower. <br/><br/><br/></div>
<p>This story happen when me and my girlfriend (now she is the mother of our son) was separated by distance, she lives in Bali and I lived in Malang. I have the straight hair style, and she is naturally curl. My <a href="http://socialspark.com/metrics/click/post?slot_id=17091&url=http://www.VO5VictoryHair.com" rel="nofollow">Victory Hair</a> was she decided to make her hair look straight. So she went to her hair salon to make over her hair, and she had new hair style. I don't know the reason why she decide to make over her hair? I do not know why she decides to do about her hair? It is for me or just to do something different. What ever the reason, I already win in "<a href="http://socialspark.com/metrics/click/post?slot_id=17091&url=http://www.VO5VictoryHair.com" rel="nofollow">Ultimate Flirting Championship</a>".</p>
<p>
Has you played <a href="http://socialspark.com/metrics/click/post?slot_id=17091&url=http://www.VO5VictoryHair.com" rel="nofollow">Extreme Style by VO5</a> Ultimate Flirting Championship game before? If you have not, you should try your flirting skills in this game. Just play on this widget, or you can grab this widget and embed on your blog or your social pages.</p>
<p width="100%" align="center"><embed pluginspage="http://www.adobe.com/go/getflashplayer" src="http://www.yourminis.com/Dir/GetContainer.api?uri=yourminis/evb/mini:UFCWidget" width="400" height="380" wmode="transparent" FlashVars="CXNID=1000009_GW.6345NXC&statshostname=stats.yourminis.com&hostname=www.yourminis.com&width=400&swfhost=ct.yourminis.com&uri=yourminis/evb/mini:UFCWidget&height=380&" type="application/x-shockwave-flash" allowScriptAccess="always" ></embed><br />
<a title="For more widgets please visit www.yourminis.com" href="http://www.yourminis.com/index_minis.aspx?embeddedmini" target="_blank">
<div xmlns='http://www.w3.org/1999/xhtml'><div style='float: left;'><a title='Wordle: Thinking Simple' href='http://wordle.net/gallery/wrdl/123079/Thinking_Simple'>
What do you think about Zara Phillips, the first Royal in direct line to the throne to appear in an advert as the new face of Land Rover?<br /><br /><!-- The 7thChamber Embed Code Start --><br /><script type="text/javascript" src="http://www.the7thchamber.com/includes/js/swfobject.js"></script><br /><script type="text/javascript" src="http://www.the7thchamber.com/includes/js/embed/embed.js?ID=12755&size=large"></script><br /><!-- The 7thChamber Embed Code End --><br /><br />I think this “Horsing Around“ video make me smile. Don't you? If you thought that this video was a laugh, it’s actually just as funny as the completed one on outtakes and rugby film.<br/><br/>
<div xmlns='http://www.w3.org/1999/xhtml'>Entrecard is the best blogging network that I had joined. How entrecard work is quit simple, we place entrecard widget on our blog to participate on this network. When we visited on other blogger we can drop our card to their blog to show the owner we visited their site. Other blogger can drop their card to your blog to. Before you drop your card you should login to your entrecard account first.<br/><br/>Entrecard uses a currency they call Entrecard Credits (EC), we get 1 EC point when we drop on other entrecard member. And we get 1 EC point when other member drop their card on our blog. We can use our EC to buy adverts on other blog. Sometimes we can sell our EC to other member, our buy some stuff on Entrecard shop area.<br/><br/>Join for free and get advantage from <a href='http://entrecard.com'>Entrecard</a> Network.<br/><br/></div>
<div xmlns="http://www.w3.org/1999/xhtml">Finding the best web hosting service for our blog some times need a lot of criterion. When I choose web hosting service, I have some criterion. Price, scripts and special feature, reliability and speed, bandwidth and disk space, Technical Support, and control panel. Most of that I concern on script and special feature, technical support and of course price. So we need some review about web hosting service provider, before we decide to choose the provider.<br />
<br />
Today I visit one of <a href="http://webhostinggeeks.com/">web hosting</a> review and rating resource at <a href="http://webhostinggeeks.com/">Web Hosting Geeks</a>, they provide some review about pricing and customer review on each web hosting provider. When I read some review about a branded web hosting provider ,I surprised about customer feedback with that provider. Most of customer who review this provider feel disappointed about their technical support. Woo ... So I decide that I will never choose that hosting provider because I really concern about technical support. So this site have fair review.<br />
<br />
Before choose web hosting provider for your website or your blog, it's better to read some review from other customer.<br />
<div xmlns='http://www.w3.org/1999/xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>For me, write good English is very hard. English is not my first language, so when I write this blog in English, oxford dictionary will be my best friend. But the grammar, I can't check with this dictionary. Sometimes I ask to my wife, and if there are sponsor post, wife will be my editor. <br/><br/>But this limitation never make me give up. I must practice and practice. So if there are some bad grammar or structure or some incorrect spelling, please give me some suggestion, or leave some comment, and I will try to post about your blog. And if I leave some comment at your blog, please forgive me for my bad grammar, spelling or vocabulary. Please smile if you found it, just thinking simple.<br/><br/></div>
<div xmlns='http://www.w3.org/1999/xhtml'>Every morning, our family watch Barney. actually this movie is for our son. We think this movie good for his growth. This movie tell about friendship, love, family, and good attitude. May be you remember this song.<br/><br/><div align='center'>I love you You love me<br/>we're a happy family<br/>with a great big hug and a kiss from me to you.<br/>won't you say you love me too<br/><br/><div align='left'>I love this song to. Let spread the Love....<br/></div><div align='left'><br/></div></div></div>
<div xmlns='http://www.w3.org/1999/xhtml'>First time, I thought Carpal Tunnel Syndrome (CTS) was a repetitive stress injury stemming from overuse of the hands, wrists and fingers. For example spending long hours at the computer keyboard or mouse. But a recent study from Harvard casts doubt on this notion and suggests that most people who develop CTS are genetically predisposed to do so, perhaps because of the structure of their hands and wrists.<br/><br/>The conventional treatment for CTS is taking a rest the affected hand, non steroidal anti-inflammatory drugs, ice packs and oral prednisone or injections of lidocaine into the wrist. For quick relief, rub on arnica gel and wrap ice packs around your wrists for five minutes every few hours to ease the pain and inflammation. But this treatment will limit your activity or make you uncomfort.<br/><br/><div style='margin: 10px; float: left;'>
