Help... stuck!

*Hi there! (I kept my text in green so it's easier to spot)
This all started when I received an email from my isp about installing 
WP Super Cache for my blog. I proceeded to comply. Here is my first 
dilema, after installing and setting up wpsc, I got to this point:*


      Mod Rewrite Rules


        Mod Rewrite rules cannot be updated!

You must have *BEGIN* and *END* markers in /.htaccess for the auto 
update to work. They look like this and surround the main WordPress 
mod_rewrite rules:

    /# BEGIN WordPress/
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
      /# END WordPress/

Refresh this page when you have updated your .htaccess file.

WP Super Cache mod rewrite rules were detected in your /.htaccess file.
Click the following link to see the lines added to that file. If you 
have upgraded the plugin make sure these rules match.

A difference between the rules in your .htaccess file and the plugin 
rewrite rules has been found. This could be simple whitespace 
differences but you should compare the rules in the file with those 
below as soon as possible. Click the 'Update Mod_Rewrite Rules' button 
to update the rules.

View Mod_Rewrite Rules <javascript:toggleLayer('rewriterules');>


        Cannot update .htaccess

The file |/.htaccess| cannot be modified by the web server. Please 
correct this using the chmod command or your ftp client.

Refresh this page when the file permissions have been modified.

Alternatively, you can edit your |/.htaccess| file manually and add the 
following code (before any WordPress rules):

# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html" [L]
</IfModule>
# END WPSuperCache

*_____________________________________________________________________________________________
*
*Now, when I click on the button that says "view mod_rewrite rules" I get this below*

# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html" [L]
</IfModule>
# END WPSuperCache

Rules must be added to 
/home/lsoppo5/public_html/truemlmgrowth.com/wp-content/cache/.htaccess too:

# BEGIN supercache
<IfModule mod_mime.c>
<FilesMatch "\.html\.gz$">
ForceType text/html
FileETag None
</FilesMatch>
AddEncoding gzip .gz
AddType text/html .gz
</IfModule>
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI \.gz$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Vary "Accept-Encoding, Cookie"
Header set Cache-Control 'max-age=3, must-revalidate'
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html A3
</IfModule>
# END supercache

*I'm not exactly sure what it is asking here. (new to some of this techy 
stuff...)* *I did change the permissions on the file first. I then put 
the top part into the file. I also added the bottom part. I took the top 
part back out again. I put the bottom part on top and then the top part. 
Still received this message...*

*So now for the html-tidy part...

I was investigating information on the web to find out how to fix this 
issue above and ran into some W3C information. I ran a test on m blog 
and it found 36 errors and 6 warnings. I saw this cool like option on 
the site that said "clean up marked with- html-tidy". So I checked the 
option. Below is what it came up with, but my problem is, I don't know 
what to do with it..... where does this get updated? Is it all one file, 
or do I have to "break it up" and put specific pars into different files?*

*If you need my url it's http://truemlmgrowth.com*


<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org">
<meta>
<title>True MLM Growth-Network marketing tips, training and strategies</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="stylesheet" type="text/css" media="all" href="http://truemlmgrowth.com/wp-content/themes/weaver/style.css">
<link rel="pingback" href="http://truemlmgrowth.com/xmlrpc.php">
<script type="text/javascript">
//<![CDATA[
var BrowserDetect = {
init: function () {
this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
this.version = this.searchVersion(navigator.userAgent)|| this.searchVersion(navigator.appVersion)|| "an unknown version";
this.OS = this.searchString(this.dataOS) || "an unknown OS";
},
searchString: function (data) {
for (var i=0;i<data.length;i++) {
         var dataString = data[i].string;
         var dataProp = data[i].prop;
         this.versionSearchString = data[i].versionSearch || data[i].identity;
         if (dataString) {if (dataString.indexOf(data[i].subString) != -1)
                 return data[i].identity;}
         else if (dataProp){return data[i].identity;}
}
},
searchVersion: function (dataString) {
var index = dataString.indexOf(this.versionSearchString);
if (index == -1) return;
return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
},
dataBrowser: [
         {string: navigator.userAgent,subString: "Chrome",identity: "Chrome"},
         {string: navigator.userAgent,subString: "OmniWeb",versionSearch: "OmniWeb/",identity: "OmniWeb"},
         {string: navigator.vendor,subString: "Apple",identity: "Safari",versionSearch: "Version"},
         {prop: window.opera,identity: "Opera"},
         {string: navigator.vendor,subString: "iCab",identity: "iCab"},
         {string: navigator.vendor,subString: "KDE",identity: "Konqueror"},
         {string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},
         {string: navigator.vendor,subString: "Camino",identity: "Camino"},
         {string: navigator.userAgent,subString: "Netscape",identity: "Netscape"},
         {string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"},
         {string: navigator.userAgent,subString: "Gecko",identity: "Mozilla",versionSearch: "rv"},
         {string: navigator.userAgent,subString: "Mozilla",identity: "Netscape",versionSearch: "Mozilla"}],
dataOS:[{string: navigator.platform,subString: "Win",identity: "Windows"},
         {string: navigator.platform,subString: "Mac",identity: "Mac"},
         {string: navigator.userAgent,subString: "iPhone",identity: "iPhone/iPod"},
         {string: navigator.platform,subString: "Linux",identity: "Linux"}]
};
BrowserDetect.init();

function bookMark(theurl, thetitle, browser){
     switch(browser){
         case "Firefox":
             window.sidebar.addPanel(thetitle, theurl,"");
             break;
         case "Explorer":
             window.external.AddFavorite( theurl, thetitle);
             break;
         case "Chrome":
         case "Safari":
         case "Opera":
         case "Netscape":
             switch(BrowserDetect.OS){
             case "Windows":
             case "Linux":
             alert('press ctrl+D to bookmark this page');
             break;
             case "Mac":
                 alert('press cmd+D to bookmark this page');
             break;
             }
             break;
     }
}
//]]>
</script>
<style type="text/css" media="screen">
                                 .socialwrap li.icon_text a img, .socialwrap li.iconOnly a img, .followwrap li.icon_text a img, .followwrap li.iconOnly a img{border-width:0 !important;background-color:none;}#follow.right {width:56px;position:fixed; right:0; top:100px;background-color:#f60;padding:10px 0;font-family:impact,charcoal,arial, helvetica,sans-serif;-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border:2px solid #fff;border-right-width:0}#follow.right ul {padding:0; margin:0; list-style-type:none !important;font-size:24px;color:black;}
#follow.right ul li {padding-bottom:11px;list-style-type:none !important;padding-left:4px;padding-right:4px}
#follow img{border:none;}#follow.right ul li.followme {margin:0 4px;}
#follow.right ul li.followme img {border-width:0;display:block;overflow:hidden; background:transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/impact/followme-right.png) no-repeat -0px 0px;height:114px;width:20px;}
#follow.right ul li a {display:block;}
#follow.right ul li.followme span, #follow ul li a span {display:none}.share {margin:0 3px 3px 0;}
.phat span {display:inline;}
ul.row li {float:left;list-style-type:none;}
li.iconOnly a span.head {display:none}
#follow.left ul.size16 li.follow{margin:0px auto !important}
li.icon_text a {padding-left:0;margin-right:3px}
li.text_only a {background-image:none !important;padding-left:0;}
li.text_only a img {display:none;}
li.icon_text a span{background-image:none !important;padding-left:0 !important; }
li.iconOnly a span.head {display:none}
ul.socialwrap li {margin:0 3px 3px 0 !important;}
ul.socialwrap li a {text-decoration:none;}ul.row li {float:left;line-height:auto !important;}
ul.row li a img {padding:0}.size16 li a,.size24 li a,.size32 li a, .size48 li a, .size60 li a {display:block}ul.socialwrap {list-style-type:none !important;margin:0; padding:0;text-indent:0 !important;}
ul.socialwrap li {list-style-type:none !important;background-image:none;padding:0;list-style-image:none !important;}
ul.followwrap {list-style-type:none !important;margin:0; padding:0}
ul.followwrap li {margin-right:3px;margin-bottom:3px;list-style-type:none !important;}
#follow.right ul.followwrap li, #follow.left ul.followwrap li {margin-right:0px;margin-bottom:0px;}
.shareinpost {clear:both;padding-top:0px}.shareinpost ul.socialwrap {list-style-type:none !important;margin:0 !important; padding:0 !important}
.shareinpost ul.socialwrap li {padding-left:0 !important;background-image:none !important;margin-left:0 !important;list-style-type:none !important;text-indent:0 !important}
.socialwrap li.icon_text a img, .socialwrap li.iconOnly a img{border-width:0}ul.followrap li {list-style-type:none;list-style-image:none !important;}
div.clean {clear:left;}
div.display_none {display:none;}
</style>

<style type="text/css" media="print">
                                 body {background: white;font-size: 12pt;color:black;}
  * {background-image:none;}
  #wrapper, #content {width: auto;margin: 0 5%;padding: 0;border: 0;float: none !important;color: black;background: transparent none;}
  a { text-decoration : underline; color : #0000ff; }
#menu, #navigation, #navi, .menu {display:none}
</style>
<link rel="alternate" type="application/rss+xml" title="True MLM Growth » Feed" href="http://truemlmgrowth.com/blog/feed/">
<link rel="alternate" type="application/rss+xml" title="True MLM Growth » Comments Feed" href="http://truemlmgrowth.com/blog/comments/feed/">
<link rel='stylesheet' id='seo-style-css' href='http://truemlmgrowth.com/wp-content/plugins/seo-pressor/templates/css/styles.css?ver=3.2.1' type='text/css' media='all'>
<link rel='stylesheet' id='fbc_rc_widgets-style-css' href='http://truemlmgrowth.com/wp-content/plugins/facebook-comments-for-wordpress/css/facebook-comments-widgets.css?ver=3.2.1' type='text/css' media='all'>
<link rel='stylesheet' id='recent-comments-with-gravatar-css' href='http://truemlmgrowth.com/wp-content/plugins/recent-comments-with-gravatar/style.css?ver=1.1' type='text/css' media='all'>
<link rel='stylesheet' id='weaver-style-sheet-css' href='http://truemlmgrowth.com/wp-content/uploads/weaver-subthemes/style-weaver.css?ver=13' type='text/css' media='all'>
<link rel='stylesheet' id='commentluv_style-css' href='http://truemlmgrowth.com/wp-content/plugins/commentluv/css/commentluv.css?ver=3.2.1' type='text/css' media='all'>
<link rel='stylesheet' id='smp_style-css' href='http://truemlmgrowth.com/wp-content/plugins/wp-super-popup/colorbox.css?ver=2095008206' type='text/css' media='all'>
<script type='text/javascript' src='http://truemlmgrowth.com/wp-includes/js/l10n.js?ver=20101110'>
</script>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js?ver=3.2.1'>
</script>
<script type='text/javascript' src='http://truemlmgrowth.com/wp-content/plugins/wp-plus-one/wp-plus-one.js?ver=3.2.1'>
</script>
<script type='text/javascript'>
/*<![CDATA[ */
var cl_settings = {
         name: "author",
         url: "url",
         comment: "comment",
         email: "email",
         infopanel: "on",
         default_on: "on",
         default_on_admin: "on",
         cl_version: "2.90.9.1",
         images: "http://truemlmgrowth.com/wp-content/plugins/commentluv/images/",
         api_url: "http://truemlmgrowth.com/wp-admin/admin-ajax.php",
         _fetch: "efcda1a258",
         _info: "c8c2421f5c",
         infoback: "white",
         infotext: "black",
         template_insert: "",
         logged_in: "",
         refer: "http://truemlmgrowth.com/blog/what-is-monavie/",
         no_url_message: "Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post",
         no_http_message: "Please use http:// in front of your url",
         no_url_logged_in_message: "You need to visit your profile in the dashboard and update your details with your site URL",
         no_info_message: "No info was available or an error occured"
};
/* ]]>  */
</script>
<script type='text/javascript' src='http://truemlmgrowth.com/wp-content/plugins/commentluv/js/commentluv.js?ver=3.2.1'>
</script>
<script type='text/javascript' src='http://truemlmgrowth.com/wp-content/plugins/wp-super-popup/jquery.colorbox-min.js?ver=593069702'>
</script>
<script type='text/javascript' src='http://truemlmgrowth.com/wp-content/plugins/wp-super-popup/jquery.utils-min.js?ver=260860317'>
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://truemlmgrowth.com/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://truemlmgrowth.com/wp-includes/wlwmanifest.xml">
<link rel='index' title='True MLM Growth' href='http://truemlmgrowth.com/blog/'>
<meta name="generator" content="WordPress 3.2.1"><!-- All in One SEO Pack 1.6.13.4 by Michael Torbert of Semper Fi Web Design[78,85] -->
<meta name="description" content="True MLM Growth is created to help your mlm business grow with the proper tips, training and strategies. Avoid the 97% failure rate that other network marketing business people fall into.">
<meta name="keywords" content="true mlm growth,real mlm growth,true mlm,real mlm,mlm growth,mlm strategies,mlm training,network marketing strategies,online marketing strategies,internet marketing strategies,mlm training">
<link rel="canonical" href="http://truemlmgrowth.com/blog/"><!-- /all in one seo pack -->

<script type="text/javascript" src="http://truemlmgrowth.com/wp-content/plugins/audio-player-oogiechetos/assets/audio-player.js?ver=2.0.4.1">
</script>
<script type="text/javascript">
AudioPlayer.setup("http://truemlmgrowth.com/wp-content/plugins/audio-player-oogiechetos/assets/player.swf?ver=2.0.4.1", {width:"250",animation:"yes",encode:"yes",initialvolume:"50",remaining:"no",noinfo:"no",buffer:"6",checkpolicy:"no",rtl:"no",bg:"E5E5E5",text:"333333",leftbg:"CCCCCC",lefticon:"333333",volslider:"666666",voltrack:"FFFFFF",rightbg:"B4B4B4",rightbghover:"999999",righticon:"333333",righticonhover:"FFFFFF",track:"FFFFFF",loader:"009900",border:"CCCCCC",tracker:"DDDDDD",skip:"666666",pagebg:"FFFFFF",transparentpagebg:"yes"});
</script>
<link rel="stylesheet" href="http://truemlmgrowth.com/wp-content/plugins/digg-digg/include/../css/diggdigg-style.css?ver=4.5.3.3" type="text/css" media="screen">
<script type="text/javascript" src="http://truemlmgrowth.com/wp-content/plugins/search-google/js/search-google.js">
</script>
<link rel="stylesheet" href="http://truemlmgrowth.com/wp-content/plugins/search-google/css/search-google.css" type="text/css" media="all"><!-- This site is using Weaver 2.2.4 subtheme: Magazine -->
<!-- Add your own CSS snippets between the style tags. -->

<style type="text/css">
<meta name="alexaVerifyID" content="y7Wi6nC8hT5KPSdqsZ7t5TD9bTI" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/gif" href="animated_favicon1.gif">
</style>
<!--[if lte IE 7]>
<style type="text/css" media="screen">
div.menu { display:inline !important;}
.menu-add, .menu-add-left {margin-top:-4px !important;}
</style>
<![endif]-->
<!--[if lte IE 8]>
<style type="text/css" media="screen">
#primary, #secondary, #altleft, #altright, #ttw-top-widget, #ttw-bot-widget,
   #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget, #wrapper {
   behavior: url(http://truemlmgrowth.com/wp-content/themes/weaver/js/PIE/PIE.php); position:relative; }
</style>
<![endif]-->
<!-- End of Weaver options -->

<style type="text/css">
body { background-color: #07337c; }
</style>

<script type="text/javascript">
         jQuery.noConflict();
         jQuery(document).ready(function($) {
                 $(document).ready(function(){
                         var smp_cookie_name_a = 'smp_1314926259639_a';//1
                         var smp_cookie_name_b = 'smp_1314926259639_b';//2
                         var smp_cookie_num_visits = 3;
                         var smp_show_mode = 1;
                         function smp_show_popup(){
                                                                 setTimeout(function()   { $.fn.colorbox({
                                                                                         width:"800px",
                                                                                         height:"500px",
                                                                                         iframe:true,
                                                                                         opacity:0.5,
                                                                                         speed:700,
                                                                                         overlayClose:true,
                                                                                         href:'http://truemlmgrowth.com/wp-content/uploads/smp_popup.html'})
                                                                                 },
                                                         2000);
                         }
                         function smp_reset_cookies(){
                                 c_value_a = $.cookie(smp_cookie_name_a);
                                 c_value_b = $.cookie(smp_cookie_name_b);
                                 if (smp_show_mode == 1&&  c_value_b != null){
                                         $.cookie(smp_cookie_name_b, null, { path: '/', expires: 0 });
                                         return true;
                                 } else if (smp_show_mode == 2&&  c_value_a != null){
                                         $.cookie(smp_cookie_name_a, null, { path: '/', expires: 0 });
                                         return true;
                                 } else {
                                         return false;
                                 }
                         }
                         $(document).ready(function(){
                                 var date = new Date();
                                 if (!smp_reset_cookies()){
                                         c_value_a = $.cookie(smp_cookie_name_a);
                                         c_value_b = $.cookie(smp_cookie_name_b);
                                         if (smp_show_mode == 1){
                                                 date.setTime(date.getTime() + (1 * 24 * 60 * 60 * 1000));
                                                 c_value = c_value_a;
                                                 smp_cookie_name = smp_cookie_name_a;
                                         } else if (smp_show_mode == 2){
                                                 date.setTime(date.getTime() + (100000 * 24 * 60 * 60 * 1000));
                                                 c_value = c_value_b;
                                                 smp_cookie_name = smp_cookie_name_b;
                                         }
                                         if (c_value == null){
                                     $.cookie(smp_cookie_name, '0', { path: '/', expires: date });
                                                 smp_show_popup();
                                         } else {
                                                 //cookie exists
                                                 if (smp_show_mode == 2){
                                                         date.setTime(date.getTime() + (100000 * 24 * 60 * 60 * 1000));
                                                         c_value++;
                                                         $.cookie(smp_cookie_name, c_value, { path: '/', expires: date });
                                                         if (c_value<  smp_cookie_num_visits){
                                                                 smp_show_popup();
                                                         }
                                                 }
                                         }
                                 }
                         });
                 });
         });
</script>
<link rel="shortcut icon" href="http://truemlmgrowth.com/favicon.ico">
<link rel="icon" type="image/gif" href="http://truemlmgrowth.com/animated_favicon1.gif">
<style type="text/css">
#af-form-1492100980 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-1492100980 .af-body .privacyPolicy{color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1492100980 .af-body a{color:#880303;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-1492100980 .af-body input.text, #af-form-1492100980 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1492100980 .af-body input.text:focus, #af-form-1492100980 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-1492100980 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1492100980 .af-body{padding-bottom:15px;padding-top:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1492100980 .af-header{padding-bottom:22px;padding-top:1px;padding-right:10px;padding-left:75px;background-color:transparent;background-repeat:no-repeat;background-position:inherit;background-image:url("http://forms.aweber.com/images/forms/pointer/alert/header.png");border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#880303;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-1492100980 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-1492100980 .af-quirksMode{padding-right:10px;padding-left:10px;}
#af-form-1492100980 .af-standards .af-element{padding-right:10px;padding-left:10px;}
#af-form-1492100980 .bodyText p{margin:1em 0;}
#af-form-1492100980 .buttonContainer input.submit{background-color:#c20606;background-image:url("http://forms.aweber.com/images/forms/pointer/alert/button.png");color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Verdana, sans-serif;}
#af-form-1492100980 .buttonContainer input.submit{width:auto;}
#af-form-1492100980 .buttonContainer{text-align:center;}
#af-form-1492100980 body,#af-form-1492100980 dl,#af-form-1492100980 dt,#af-form-1492100980 dd,#af-form-1492100980 h1,#af-form-1492100980 h2,#af-form-1492100980 h3,#af-form-1492100980 h4,#af-form-1492100980 h5,#af-form-1492100980 h6,#af-form-1492100980 pre,#af-form-1492100980 code,#af-form-1492100980 fieldset,#af-form-1492100980 legend,#af-form-1492100980 blockquote,#af-form-1492100980 th,#af-form-1492100980 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-1492100980 button,#af-form-1492100980 input,#af-form-1492100980 submit,#af-form-1492100980 textarea,#af-form-1492100980 select,#af-form-1492100980 label,#af-form-1492100980 optgroup,#af-form-1492100980 option{float:none;position:static;margin:0;}
#af-form-1492100980 div{margin:0;}
#af-form-1492100980 fieldset{border:0;}
#af-form-1492100980 form,#af-form-1492100980 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1492100980 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-1492100980 input,#af-form-1492100980 button,#af-form-1492100980 textarea,#af-form-1492100980 select{font-size:100%;}
#af-form-1492100980 p{color:inherit;}
#af-form-1492100980 select,#af-form-1492100980 label,#af-form-1492100980 optgroup,#af-form-1492100980 option{padding:0;}
#af-form-1492100980 table{border-collapse:collapse;border-spacing:0;}
#af-form-1492100980 ul,#af-form-1492100980 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-1492100980,#af-form-1492100980 .quirksMode{width:225px;}
#af-form-1492100980.af-quirksMode{overflow-x:hidden;}
#af-form-1492100980{background-color:#FFFFFF;border-color:transparent;border-width:1px;border-style:solid;}
#af-form-1492100980{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header{margin-bottom:0;margin-top:0;padding:10px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
body {
}
</style>
<meta name="alexaVerifyID" content="y7Wi6nC8hT5KPSdqsZ7t5TD9bTI">
<style type="text/css">
  img.c27 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-1029px -49px}
  img.c26 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-588px -49px}
  img.c25 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-392px -49px}
  img.c24 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-147px -49px}
  img.c23 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-1323px 0px}
  img.c22 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-539px 0px}
  img.c21 {background: transparent url(http://truemlmgrowth.com/wp-content/plugins/share-and-follow/default/48/sprite-48.png) no-repeat;padding:0;margin:0;height:48px;width:48px;background-position:-392px 0px}
  div.c20 {padding-left:56px}
  div.c19 {height:360px;padding-top:10px;}
  div.c18 {border:1px solid #D1D7DF;background-color:#F5F6F9;margin:0px auto;}
  div.c17 {padding:5px;}
  a.c16 {display:block;line-height:100%;width:90px;margin:0px auto;padding:4px 8px;text-align:center;background-color:#3b5998;border:1px solid #D9DFEA;border-bottom-color:#0e1f5b;border-right-color:#0e1f5b;color:#FFFFFF;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;text-decoration:none;}
  div.c15 {text-align: center;}
  div.c14 {padding:1px;margin:0px;background-color:#edeff4;text-align:center;height:21px;}
  img.c13 {border: none;}
  span.c12 {display:block;padding:5px;border:1px solid #dddddd;background:#f8f8f8}
  div.c11 {text-align: center; font-size: 9px;}
  input.c10 {background: none;}
  div.c9 {display: none;}
  a.c8 {font-size: 14pt;}
  a.c7 {font-size: 22pt;}
  a.c6 {font-size: 19pt;}
  a.c5 {font-size: 17.6pt;}
  a.c4 {font-size: 11.6pt;}
  a.c3 {font-size: 8pt;}
  div.c2 {text-align: center}
  div.c1 {cursor:pointer;}
</style>
</head>
<body class="home blog">
<div id="wrapper" class="hfeed">
<div id="header">
<div id="ttw-head-widget" class="ttw-head-widget-area">
<ul>
<li id="categories-2" class="widget-container widget_categories">
<h3 class="widget-title">Categories</h3>
<select name='cat' id='cat' class='postform'>
<option value='-1'>Select Category</option>
<option class="level-0" value="182">3ft Prospecting</option>
<option class="level-0" value="274">Blogging SEO</option>
<option class="level-0" value="184">Company Reviews</option>
<option class="level-0" value="283">Events</option>
<option class="level-0" value="3">Facebook</option>
<option class="level-0" value="176">Forum Marketing</option>
<option class="level-0" value="9">Network Marketing</option>
<option class="level-0" value="175">Online Marketing</option>
<option class="level-0" value="188">PPC</option>
<option class="level-0" value="299">Twitter</option>
<option class="level-0" value="1">Uncategorized</option>
</select>  <script type='text/javascript'>
/*<![CDATA[ */
         var dropdown = document.getElementById("cat");
         function onCatChange() {
                 if ( dropdown.options[dropdown.selectedIndex].value>  0 ) {
                         location.href = "http://truemlmgrowth.com/blog/?cat="+dropdown.options[dropdown.selectedIndex].value;
                 }
         }
         dropdown.onchange = onCatChange;
/* ]]>  */
</script></li>
</ul>
</div>
<!-- #ttw-header-widget -->
<div id="masthead">
<div id="ttw-site-logo"></div>
<div id="ttw-site-logo-link" onclick="location.href='http://truemlmgrowth.com/blog/';" class="c1"></div>
<h1 id="site-title"><span><a href="http://truemlmgrowth.com/blog/" title="True MLM Growth" rel="home">True MLM Growth</a></span></h1>
<div id="site-description">Steven Schmeltzle - MLM Tips Training and Strategies</div>
<div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div>
<div id="branding"><img src="http://truemlmgrowth.com/wp-content/uploads/2011/04/blogbanner.png" width="1024" height="198" alt="True MLM Growth"></div>
<!-- #branding -->
<div id="nav-bottom-menu">
<div class="menu" id="access">
<ul>
<li class="current_page_item"><a href="http://truemlmgrowth.com/blog/" title="Home">Home</a></li>
<li class="page_item page-item-2"><a href="http://truemlmgrowth.com/blog/about/" title="About Steven">About Steven</a></li>
<li class="page_item page-item-604"><a href="http://truemlmgrowth.com/blog/free-training-page/" title="Accelerated Learning">Accelerated Learning</a></li>
<li class="page_item page-item-25"><a href="http://truemlmgrowth.com/blog/contact/" title="Contact Steven">Contact Steven</a></li>
<li class="page_item page-item-1557"><a href="http://truemlmgrowth.com/blog/killing-your-business/" title="Killing Your Business">Killing Your Business</a></li>
<li class="page_item page-item-1302"><a href="http://truemlmgrowth.com/blog/posts/" title="Posts">Posts</a></li>
<li class="page_item page-item-1445"><a href="http://truemlmgrowth.com/blog/special-events/" title="Special Events">Special Events</a></li>
<li class="page_item page-item-28"><a href="http://truemlmgrowth.com/blog/steve-recommends/" title="The Tools I Use">The Tools I Use</a></li>
<li class="page_item page-item-6"><a href="http://truemlmgrowth.com/blog/work-with-me-directly/" title="Work With Steven">Work With Steven</a></li>
</ul>
</div>
</div>
<!-- #access --></div>
<!-- #masthead --></div>
<!-- #header -->
<div id="main">
<div id="container" class="container-index-loop">
<div id="ttw-site-top-widget" class="widget-area">
<ul class="xoxo">
<li id="text-19" class="widget-container widget_text">
<div class="textwidget"><a href="http://truemlmgrowth.com/blog/banner"><img src="http://truemlmgrowth.com/wp-content/uploads/2011/07/GMAS600.png" alt="** PLEASE DESCRIBE THIS IMAGE **"></a></div>
</li>
</ul>
</div>
<div id="content">
<div id="nav-above" class="navigation">
<div class="nav-previous"><a href="http://truemlmgrowth.com/blog/page/2/"><span class="meta-nav">?</span>  Older posts</a></div>
<div class="nav-next"></div>
</div>
<!-- #nav-above -->
<div id="post-297" class="post-297 post type-post status-publish format-gallery hentry category-company-reviews tag-monavie tag-monavie-review tag-monavie-scam tag-the-truth-about-monavie tag-what-is-monavie">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/what-is-monavie/" title="Permalink to MonaVie: What is MonaVie?" rel="bookmark">MonaVie: What is MonaVie?</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/what-is-monavie/"><img width="150" height="150" src="http://truemlmgrowth.com/wp-content/uploads/2010/11/monavie-150x150.jpg" class="attachment-thumbnail" alt="monavie" title="monavie"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/what-is-monavie/" title="Permalink to MonaVie: What is MonaVie?" rel="bookmark">1 photos</a>.</em></p>
<p>The story behind what MonaVie is all about...</p>
<p>I hear people say over and over again how MonaVie is just another juice scam. Wasted money on overpriced juice and that people have never made any money with their lousy requirements. Nobody to help support them when they needed it.</p>
<p>First off, I want to clear some of these statements up. The type of people that make these sort of claims should not have joined in the first place. They are unmotivated and [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/company-reviews/" title="View all posts in Company Reviews" rel="category tag">Company Reviews</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/monavie/" rel="tag">monavie</a>,<a href="http://truemlmgrowth.com/blog/tag/monavie-review/" rel="tag">monavie review</a>,<a href="http://truemlmgrowth.com/blog/tag/monavie-scam/" rel="tag">monavie scam</a>,<a href="http://truemlmgrowth.com/blog/tag/the-truth-about-monavie/" rel="tag">the truth about monavie</a>,<a href="http://truemlmgrowth.com/blog/tag/what-is-monavie/" rel="tag">what is monavie</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/what-is-monavie/#respond" title="Comment on MonaVie: What is MonaVie?">Leave a comment</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-40" class="post-40 post type-post status-publish format-gallery hentry category-facebook tag-facebook tag-facebook-profile tag-improving-your-facebook-profile">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/how-to-improve-your-facebook-profile/" title="Permalink to How to improve your Facebook profile" rel="bookmark">How to improve your Facebook profile</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/how-to-improve-your-facebook-profile/"><img width="145" height="105" src="http://truemlmgrowth.com/wp-content/uploads/2010/05/e54edb909b7a5de2.jpg" class="attachment-thumbnail" alt="facebook" title="e54edb909b7a5de2"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/how-to-improve-your-facebook-profile/" title="Permalink to How to improve your Facebook profile" rel="bookmark">1 photos</a>.</em></p>
<p>If you are trying to market your business on Facebook as a way to increase your exposure, there are a few things you will want to do to have a better looking Facebook profile.</p>
<p>You will look more professional and have more connections with the quality people you will want to deal with on Facebook. So read these tips and make the necessary changes.</p>
<p>Is your Facebook profile too long?</p>
<p>Your Facebook profile should be filled out and be able to be gone [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/online-marketing-2/facebook/" title="View all posts in Facebook" rel="category tag">Facebook</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/facebook/" rel="tag">Facebook</a>,<a href="http://truemlmgrowth.com/blog/tag/facebook-profile/" rel="tag">facebook profile</a>,<a href="http://truemlmgrowth.com/blog/tag/improving-your-facebook-profile/" rel="tag">improving your facebook profile</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/how-to-improve-your-facebook-profile/#comments" title="Comment on How to improve your Facebook profile">2 Comments</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-2391" class="post-2391 post type-post status-publish format-gallery hentry category-company-reviews tag-coin-of-the-month-club tag-join-numis-network tag-numis-network">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/numis-network/" title="Permalink to Why I Joined Numis Network And The Coin Of The Month Club" rel="bookmark">Why I Joined Numis Network And The Coin Of The Month Club</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/numis-network/"><img width="150" height="150" src="http://truemlmgrowth.com/wp-content/uploads/2011/08/numisvendorlogo-150x150.png" class="attachment-thumbnail" alt="numis network" title="numisvendorlogo"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/numis-network/" title="Permalink to Why I Joined Numis Network And The Coin Of The Month Club" rel="bookmark">1 photos</a>.</em></p>
<p>The reason I joined Numis Network and the Coin Of The Month Club was mainly due to my father.</p>
<p>He had been involved for a couple of months before he came to me and started explaining what Numis Network and the coin of the month club was. I didn't have a clue the real difference between a bullion coin and a MS70 graded coin. I new that the Silver Eagle coins where of some value, but I had no idea how [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/company-reviews/" title="View all posts in Company Reviews" rel="category tag">Company Reviews</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/coin-of-the-month-club/" rel="tag">coin of the month club</a>,<a href="http://truemlmgrowth.com/blog/tag/join-numis-network/" rel="tag">join numis network</a>,<a href="http://truemlmgrowth.com/blog/tag/numis-network/" rel="tag">numis network</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/numis-network/#respond" title="Comment on Why I Joined Numis Network And The Coin Of The Month Club">Leave a comment</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-2370" class="post-2370 post type-post status-publish format-gallery hentry category-3ft-prospecting tag-100-drop-card tag-drop-card">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/drop-card/" title="Permalink to Prospecting By Using A Drop Card" rel="bookmark">Prospecting By Using A Drop Card</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/drop-card/"><img width="150" height="150" src="http://truemlmgrowth.com/wp-content/uploads/2011/08/drop-cards-150x150.jpg" class="attachment-thumbnail" alt="drop cards" title="drop cards"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/drop-card/" title="Permalink to Prospecting By Using A Drop Card" rel="bookmark">1 photos</a>.</em></p>
<p>What Is A Drop Card?</p>
<p>A Drop card is very similar to a business card. They are designed mainly for marketing as a novelty. A Drop card can be placed anywhere and people will pick them up, or they can even be given out as coupons, promotions etc.</p>
<p>Have you ever been given cash money at the bank or found a hundred dollar bill on the ground? With a drop card, you can re-create that feeling of receiving a fresh, crisp dollar [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/3ft-prospecting/" title="View all posts in 3ft Prospecting" rel="category tag">3ft Prospecting</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/drop-card" rel="tag">100 drop card</a>,<a href="http://truemlmgrowth.com/blog/tag/drop-card/" rel="tag">drop card</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/drop-card/#respond" title="Comment on Prospecting By Using A Drop Card">Leave a comment</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-1577" class="post-1577 post type-post status-publish format-gallery hentry category-facebook tag-how-to-make-money-on-facebook tag-how-to-really-make-money-on-facebook tag-make-money tag-make-money-network-marketing-on-facebook tag-make-money-on tag-make-money-on-facebook tag-network-marketing tag-really-make-money-on-facebook">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/" title="Permalink to Facebook: How To Make Really Money On Facebook | make money on facebook" rel="bookmark">Facebook: How To Make Really Money On Facebook | make money on facebook</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/"><img width="150" height="150" src="http://truemlmgrowth.com/wp-content/uploads/2011/08/make-money-on-facebook-150x150.jpg" class="attachment-thumbnail" alt="make money on facebook" title="make money on facebook"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/" title="Permalink to Facebook: How To Make Really Money On Facebook | make money on facebook" rel="bookmark">1 photos</a>.</em></p>
<p>Want to learn how to make REALLY money on Facebook?</p>
<p>There is one thing you must understand in order to make money on Facebook. Facebook marketing is about finding people perfect for your business, or letting them find you, and getting to know them in a virtual space.</p>
<p>Your virtual buddies will come to know you, like you and trust you, and you can turn them into leads and new downline members in your network marketing business. Those are the key ingredients [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/online-marketing-2/facebook/" title="View all posts in Facebook" rel="category tag">Facebook</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/how-to-make-money-on-facebook/" rel="tag">how to make money on facebook</a>,<a href="http://truemlmgrowth.com/blog/tag/how-to-really-make-money-on-facebook/" rel="tag">how to really make money on facebook</a>,<a href="http://truemlmgrowth.com/blog/tag/make-money/" rel="tag">make money</a>,<a href="http://truemlmgrowth.com/blog/tag/make-money-network-marketing-on-facebook/" rel="tag">make money network marketing on facebook</a>,<a href="http://truemlmgrowth.com/blog/tag/make-money-on/" rel="tag">make money on</a>,<a href="http://truemlmgrowth.com/blog/tag/make-money-on-facebook/" rel="tag">make money on facebook</a>,<a href="http://truemlmgrowth.com/blog/tag/network-marketing/" rel="tag">Network Marketing</a>,<a href="http://truemlmgrowth.com/blog/tag/really-make-money-on-facebook/" rel="tag">really make money on facebook</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/#comments" title="Comment on Facebook: How To Make Really Money On Facebook | make money on facebook">5 Comments</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-47" class="post-47 post type-post status-publish format-gallery hentry category-facebook category-online-marketing-2 tag-facebook-etiquette">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/facebook-etiquett/" title="Permalink to Facebook Etiquette" rel="bookmark">Facebook Etiquette</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/facebook-etiquett/"><img width="150" height="150" src="http://truemlmgrowth.com/wp-content/uploads/2010/05/fb1-150x150.jpg" class="attachment-thumbnail" alt="facebook ediquette" title="fb1"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/facebook-etiquett/" title="Permalink to Facebook Etiquette" rel="bookmark">1 photos</a>.</em></p>
<p>There a lot of users on Facebook these days and quite a few have been using Facebook to build their business and a lot don't know the best Facebook etiquette to use.</p>
<p>These are some very important Facebook etiquette recommendations that you should be following. It will not only increase your success but it will also keep Facebook creators and users happy as well.</p>
<p>Remember, to build your business, you should be concentrating on building relationships. Blasting your ad, spamming people, and [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/online-marketing-2/facebook/" title="View all posts in Facebook" rel="category tag">Facebook</a>,<a href="http://truemlmgrowth.com/blog/category/online-marketing-2/" title="View all posts in Online Marketing" rel="category tag">Online Marketing</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/facebook-etiquette/" rel="tag">facebook etiquette</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/facebook-etiquett/#comments" title="Comment on Facebook Etiquette">6 Comments</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-1945" class="post-1945 post type-post status-publish format-gallery hentry category-blogging-seo tag-auto-submit tag-auto-submitter tag-buzzify tag-buzzify-it">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/buzzify/" title="Permalink to buzzify.it: Have you heard the latest buzz about buzzify?" rel="bookmark">buzzify.it: Have you heard the latest buzz about buzzify?</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/buzzify/"><img width="150" height="150" src="http://truemlmgrowth.com/wp-content/uploads/2011/08/buzzify1-150x150.png" class="attachment-thumbnail" alt="buzzify" title="buzzify1"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/buzzify/" title="Permalink to buzzify.it: Have you heard the latest buzz about buzzify?" rel="bookmark">1 photos</a>.</em></p>
<p>There's been a new buzz going around about the new buzzify.</p>
<p>Now you may be saying to yourself "what the heck is buzzify?" Well, then it's good you are here. Now you can learn about this new auto-submit site.</p>
<p>Many marketers, bloggers, and social networkers have heard of and use OnlyWire. Even I use it, for now.... OnlyWire is an auto-submit site to all of the most popular social networking and book marking sites. Well, now there is a new kid in [...]</p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/blogging-seo/" title="View all posts in Blogging SEO" rel="category tag">Blogging SEO</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/auto-submit/" rel="tag">auto submit</a>,<a href="http://truemlmgrowth.com/blog/tag/auto-submitter/" rel="tag">auto submitter</a>,<a href="http://truemlmgrowth.com/blog/tag/buzzify/" rel="tag">buzzify</a>,<a href="http://truemlmgrowth.com/blog/tag/buzzify-it/" rel="tag">buzzify.it</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/buzzify/#comments" title="Comment on buzzify.it: Have you heard the latest buzz about buzzify?">3 Comments</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="post-663" class="post-663 post type-post status-publish format-gallery hentry category-online-marketing-2 tag-one24 tag-one24-review tag-one24-scam">
<h5 class="entry-format">Gallery</h5>
<h2 class="entry-title"><a href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/" title="Permalink to One24 Scam - Read This One24 Review" rel="bookmark">One24 Scam - Read This One24 Review</a></h2>
<div class="entry-meta"><span class="author vcard"><a class="url fn n" href="http://truemlmgrowth.com/blog/author/Steven%20Schmeltzle/" title="View all posts by Steven Schmeltzle" rel="author">Steven Schmeltzle</a></span></div>
<!-- .entry-meta -->
<div class="entry-content">
<div class="gallery-thumb"><a class="size-thumbnail" href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/"><img width="150" height="117" src="http://truemlmgrowth.com/wp-content/uploads/2011/03/One24-150x117.jpg" class="attachment-thumbnail" alt="One24" title="One24"></a></div>
<!-- .gallery-thumb -->
<p><em>This gallery contains<a href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/" title="Permalink to One24 Scam - Read This One24 Review" rel="bookmark">1 photos</a>.</em></p>
<p>One24 launched in August, 2010 and is a Florida based nutritional company. Before you decide to join the One24 opportunity, you should take a look at what the company has to offer, along with what may be some flaws.<a class="more-link" href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/">Continue reading<span class="meta-nav">?</span></a></p>
</div>
<!-- .entry-content -->
<div class="entry-utility"><span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>  <a href="http://truemlmgrowth.com/blog/category/online-marketing-2/" title="View all posts in Online Marketing" rel="category tag">Online Marketing</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span>  <a href="http://truemlmgrowth.com/blog/tag/one24/" rel="tag">One24</a>,<a href="http://truemlmgrowth.com/blog/tag/one24-review/" rel="tag">one24 review</a>,<a href="http://truemlmgrowth.com/blog/tag/one24-scam/" rel="tag">one24 scam</a></span>  <span class="meta-sep meta-sep-bar">|</span>  <span class="comments-link"><a href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/#comments" title="Comment on One24 Scam - Read This One24 Review">26 Comments</a></span></div>
<!-- .entry-utility --></div>
<!-- #post-## -->
<div id="nav-below" class="navigation">
<div class="nav-previous"><a href="http://truemlmgrowth.com/blog/page/2/"><span class="meta-nav">?</span>  Older posts</a></div>
<div class="nav-next"></div>
</div>
<!-- #nav-below --></div>
<!-- #content -->
<div id="ttw-bot-widget" class="widget-area">
<ul class="xoxo">
<li id="text-2" class="widget-container widget_text">
<div class="textwidget c2"><a href="http://www.alexa.com/siteinfo/www.truemlmgrowth.com"><script type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url=www.truemlmgrowth.com'>
</script></a></div>
</li>
<li id="meta-3" class="widget-container widget_meta">
<h3 class="widget-title">Meta</h3>
<ul>
<li><a href="http://truemlmgrowth.com/wp-login.php?action=register">Register</a></li>
<li><a href="http://truemlmgrowth.com/wp-login.php">Log in</a></li>
<li><a href="http://truemlmgrowth.com/blog/feed/" title="Syndicate this site using RSS 2.0">Entries<abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://truemlmgrowth.com/blog/comments/feed/" title="The latest comments to all posts in RSS">Comments<abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
</ul>
</li>
<li id="tag_cloud-3" class="widget-container widget_tag_cloud">
<h3 class="widget-title">Tags</h3>
<div class="tagcloud"><a href='http://truemlmgrowth.com/blog/tag/anacs/' class='tag-link-21 c3' title='1 topic'>anacs</a>  <a href='http://truemlmgrowth.com/blog/tag/blogging/' class='tag-link-198 c4' title='2 topics'>blogging</a>  <a href='http://truemlmgrowth.com/blog/tag/collectible-coins/' class='tag-link-24 c3' title='1 topic'>collectible coins</a>  <a href='http://truemlmgrowth.com/blog/tag/facebook/' class='tag-link-3 c4' title='2 topics'>Facebook</a>  <a href='http://truemlmgrowth.com/blog/tag/facebook-marketing/' class='tag-link-5 c3' title='1 topic'>facebook marketing</a>  <a href='http://truemlmgrowth.com/blog/tag/facebook-profile/' class='tag-link-4 c3' title='1 topic'>facebook profile</a>  <a href='http://truemlmgrowth.com/blog/tag/financial-freedom/' class='tag-link-122 c4' title='2 topics'>financial freedom</a>  <a href='http://truemlmgrowth.com/blog/tag/fire-your-boss/' class='tag-link-48 c3' title='1 topic'>fire your boss</a>  <a href='http://truemlmgrowth.com/blog/tag/free-leads/' class='tag-link-181 c3' title='1 topic'>free leads</a>  <a href='http://truemlmgrowth.com/blog/tag/free-traffic-from-google/' class='tag-link-195 c3' title='1 topic'>free traffic from google</a>  <a href='http://truemlmgrowth.com/blog/tag/home-business/' class='tag-link-52 c5' title='5 topics'>home business</a>  <a href='http://truemlmgrowth.com/blog/tag/how-to-work-from-home/' class='tag-link-54 c3' title='1 topic'>how to work from home</a>  <a href='http://truemlmgrowth.com/blog/tag/improve-your-life/' class='tag-link-75 c4' title='2 topics'>improve your life</a>  <a href='http://truemlmgrowth.com/blog/tag/improving-your-facebook-profile/' class='tag-link-7 c3' title='1 topic'>improving your facebook profile</a>  <a href='http://truemlmgrowth.com/blog/tag/income/' class='tag-link-199 c4' title='2 topics'>income</a>  <a href='http://truemlmgrowth.com/blog/tag/leads/' class='tag-link-241 c4' title='2 topics'>leads</a>  <a href='http://truemlmgrowth.com/blog/tag/mlm/' class='tag-link-10 c6' title='6 topics'>MLM</a>  <a href='http://truemlmgrowth.com/blog/tag/mlm-leads/' class='tag-link-242 c4' title='2 topics'>mlm leads</a>  <a href='http://truemlmgrowth.com/blog/tag/mlm-on-twitter/' class='tag-link-297 c4' title='2 topics'>mlm on twitter</a>  <a href='http://truemlmgrowth.com/blog/tag/mlsp/' class='tag-link-14 c4' title='2 topics'>mlsp</a>  <a href='http://truemlmgrowth.com/blog/tag/ms70/' class='tag-link-15 c3' title='1 topic'>MS70</a>  <a href='http://truemlmgrowth.com/blog/tag/network-marketing/' class='tag-link-9 c7' title='9 topics'>Network Marketing</a>  <a href='http://truemlmgrowth.com/blog/tag/network-marketing-on-facebook/' class='tag-link-193 c3' title='1 topic'>network marketing on facebook</a>  <a href='http://truemlmgrowth.com/blog/tag/ngc/' class='tag-link-23 c3' title='1 topic'>ngc</a>  <a href='http://truemlmgrowth.com/blog/tag/numis-network/' class='tag-link-154 c8' title='3 topics'>numis network</a>  <a href='http://truemlmgrowth.com/blog/tag/online-marketing/' class='tag-link-25 c4' title='2 topics'>online marketing</a>  <a href='http://truemlmgrowth.com/blog/tag/part-time-business/' class='tag-link-58 c3' title='1 topic'>part time business</a>  <a href='http://truemlmgrowth.com/blog/tag/pcgs/' class='tag-link-22 c3' title='1 topic'>pcgs</a>  <a href='http://truemlmgrowth.com/blog/tag/prospecting/' class='tag-link-190 c4' title='2 topics'>prospecting</a>  <a href='http://truemlmgrowth.com/blog/tag/prospects/' class='tag-link-189 c4' title='2 topics'>prospects</a>  <a href='http://truemlmgrowth.com/blog/tag/seo/' class='tag-link-152 c4' title='2 topics'>seo</a>  <a href='http://truemlmgrowth.com/blog/tag/seopressor/' class='tag-link-209 c4' title='2 topics'>SEOPressor</a>  <a href='http://truemlmgrowth.com/blog/tag/seopressor-review/' class='tag-link-210 c3' title='1 topic'>SEOPressor review</a>  <a href='http://truemlmgrowth.com/blog/tag/silver/' class='tag-link-19 c3' title='1 topic'>silver</a>  <a href='http://truemlmgrowth.com/blog/tag/silver-coin/' class='tag-link-20 c3' title='1 topic'>silver coin</a>  <a href='http://truemlmgrowth.com/blog/tag/silver-coins/' class='tag-link-16 c3' title='1 topic'>silver coins</a>  <a href='http://truemlmgrowth.com/blog/tag/steven-schmeltzle/' class='tag-link-69 c4' title='2 topics'>steven schmeltzle</a>  <a href='http://truemlmgrowth.com/blog/tag/twitter-mlm/' class='tag-link-298 c4' title='2 topics'>twitter mlm</a>  <a href='http://truemlmgrowth.com/blog/tag/unmotivated-distributors/' class='tag-link-194 c3' title='1 topic'>unmotivated distributors</a>  <a href='http://truemlmgrowth.com/blog/tag/video-marketing/' class='tag-link-26 c3' title='1 topic'>video marketing</a>  <a href='http://truemlmgrowth.com/blog/tag/work-at-home/' class='tag-link-53 c3' title='1 topic'>work at home</a>  <a href='http://truemlmgrowth.com/blog/tag/work-from-home/' class='tag-link-49 c5' title='5 topics'>work from home</a>  <a href='http://truemlmgrowth.com/blog/tag/work-on-your-own/' class='tag-link-71 c4' title='2 topics'>work on your own</a>  <a href='http://truemlmgrowth.com/blog/tag/world-cup/' class='tag-link-17 c3' title='1 topic'>world cup</a>  <a href='http://truemlmgrowth.com/blog/tag/world-cup-commemorative/' class='tag-link-18 c3' title='1 topic'>world cup commemorative</a></div>
</li>
</ul>
</div>
</div>
<!-- #container -->
<div id="primary" class="widget-area">
<ul class="xoxo">
<li id="text-3" class="widget-container widget_text">
<h3 class="widget-title">Sign up for free training</h3>
<div class="textwidget c2">
<p>Subscribe below to get Steven's Exact 7-Figure Marketing Blueprint and learn the exact strategies he used to build a Multi-Million Dollar Online Business... FREE!</p>
<!-- ADD VIDEO BELOW THIS CODE -->
<script type="text/javascript">
var playerhost = (("https:" == document.location.protocol) ? "https://ezs3.0c5d26ab14221d54b10f031fc380deba.s3.amazonaws.com/video/sites/cti/ezs3js/secure/" : "http://ezs3.0c5d26ab14221d54b10f031fc380deba.s3.amazonaws.com/video/sites/cti/ezs3js/player/");
document.write(unescape("%3Cscript src='" + playerhost + "flv/A2E73F09-E87D-5EE4-7306FCC74BC747E6.js' type='text/javascript'%3E%3C/script%3E"));
</script>  <!-- AWeber Web Form Generator 3.0 -->
<form method="post" class="af-form-wrapper" action="http://www.aweber.com/scripts/addlead.pl" target="_new">
<div class="c9"><input type="hidden" name="meta_web_form_id" value="1492100980">  <input type="hidden" name="meta_split_id" value="">  <input type="hidden" name="listname" value="mybigmlmsecret">  <input type="hidden" name="redirect" value="http://www.mybigmlmsecret.com/welcome" id="redirect_f3b187e9b047c3def478d9ca45e3e993">  <input type="hidden" name="meta_adtracking" value="Blog">  <input type="hidden" name="meta_message" value="1">  <input type="hidden" name="meta_required" value="name,email">  <input type="hidden" name="meta_tooltip" value=""></div>
<div id="af-form-1492100980" class="af-form">
<div id="af-header-1492100980" class="af-header bodyText">
<p>  </p>
</div>
<div id="af-body-1492100980" class="af-body af-standards">
<div class="af-element"><label class="previewLabel" for="awf_field-16918212">Name:</label>
<div class="af-textWrap"><input id="awf_field-16918212" type="text" name="name" class="text" value="" tabindex="500"></div>
<div class="af-clear"></div>
</div>
<div class="af-element"><label class="previewLabel" for="awf_field-16918213">Email:</label>
<div class="af-textWrap"><input class="text" id="awf_field-16918213" type="text" name="email" value="" tabindex="501"></div>
<div class="af-clear"></div>
</div>
<div class="af-element"><label class="previewLabel" for="awf_field-16918214">Phone:</label>
<div class="af-textWrap"><input type="text" id="awf_field-16918214" class="text" name="custom phone" value='' tabindex="502"></div>
<div class="af-clear"></div>
</div>
<div class="af-element buttonContainer"><input name="submit" id="af-submit-image-1492100980" type="image" class="image c10" alt="Submit Form" src="http://www.aweber.com/images/forms/pointer/alert/button.png" tabindex="503">
<div class="af-clear"></div>
</div>
<div class="af-element privacyPolicy c2">
<p><a title="Privacy Policy" href="http://www.aweber.com/permission.htm" target="_blank">We respect your email privacy</a></p>
<div class="af-clear"></div>
</div>
<div class="af-element poweredBy c11">
<p>Powered by<a title="AWeber email marketing" href="http://www.aweber.com/?347009/" target="_blank">AWeber email marketing</a></p>
<div class="af-clear"></div>
</div>
</div>
</div>
<div class="c9"><img src="http://forms.aweber.com/form/displays.htm?id=jCycTIwMDJwcDA==" alt=""></div>
</form>
<script type="text/javascript">
     <!--
     (function() {
         var IE = /*@cc_on!@*/false;
         if (!IE) { return; }
         if (document.compatMode&&  document.compatMode == 'BackCompat') {
             if (document.getElementById("af-form-1492100980")) {
                 document.getElementById("af-form-1492100980").className = 'af-form af-quirksMode';
             }
             if (document.getElementById("af-body-1492100980")) {
                 document.getElementById("af-body-1492100980").className = "af-body inline af-quirksMode";
             }
             if (document.getElementById("af-header-1492100980")) {
                 document.getElementById("af-header-1492100980").className = "af-header af-quirksMode";
             }
             if (document.getElementById("af-footer-1492100980")) {
                 document.getElementById("af-footer-1492100980").className = "af-footer af-quirksMode";
             }
         }
     })();
     -->
</script>  <!-- /AWeber Web Form Generator 3.0 --></div>
</li>
<li id="recent-posts-3" class="widget-container widget_recent_entries">
<h3 class="widget-title">Recent Posts</h3>
<ul>
<li><a href="http://truemlmgrowth.com/blog/what-is-monavie/" title="MonaVie: What is MonaVie?">MonaVie: What is MonaVie?</a></li>
<li><a href="http://truemlmgrowth.com/blog/how-to-improve-your-facebook-profile/" title="How to improve your Facebook profile">How to improve your Facebook profile</a></li>
<li><a href="http://truemlmgrowth.com/blog/numis-network/" title="Why I Joined Numis Network And The Coin Of The Month Club">Why I Joined Numis Network And The Coin Of The Month Club</a></li>
<li><a href="http://truemlmgrowth.com/blog/drop-card/" title="Prospecting By Using A Drop Card">Prospecting By Using A Drop Card</a></li>
<li><a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/" title="Facebook: How To Make Really Money On Facebook">Facebook: How To Make Really Money On Facebook</a></li>
<li><a href="http://truemlmgrowth.com/blog/facebook-etiquett/" title="Facebook Etiquette">Facebook Etiquette</a></li>
<li><a href="http://truemlmgrowth.com/blog/buzzify/" title="buzzify.it: Have you heard the latest buzz about buzzify?">buzzify.it: Have you heard the latest buzz about buzzify?</a></li>
<li><a href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/" title="One24 Scam -- Read This One24 Review">One24 Scam - Read This One24 Review</a></li>
<li><a href="http://truemlmgrowth.com/blog/facebook-puts-the-network-back-in-network-marketing/" title="Facebook Puts the "Network" Back in Network Marketing">Facebook Puts the "Network" Back in Network Marketing</a></li>
<li><a href="http://truemlmgrowth.com/blog/how-to-lower-your-income-tax/" title="How To Lower Your Income Tax">How To Lower Your Income Tax</a></li>
<li><a href="http://truemlmgrowth.com/blog/dont-have-much-money-for-your-marketing-budget/" title="Don't Have Much Money For Your Marketing Budget?">Don't Have Much Money For Your Marketing Budget?</a></li>
<li><a href="http://truemlmgrowth.com/blog/becoming-an-expert-for-your-customers-with-article-marketing/" title="Becoming an Expert for Your Customers with Article Marketing">Becoming an Expert for Your Customers with Article Marketing</a></li>
</ul>
</li>
<li id="text-32" class="widget-container widget_text">
<div class="textwidget"><img src="http://truemlmgrowth.com/images/asamanthinketh250x250.png" alt="** PLEASE DESCRIBE THIS IMAGE **"></div>
</li>
<li id="audioplayer-widget-3" class="widget-container audioplayer">
<p class="audioplayer_container"><span class="c12" id="audioplayer_1">Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;promoid=BIOW" title="Download Adobe Flash Player">here</a>. You also need to have JavaScript enabled in your browser.</span></p>
</li>
<li id="text-7" class="widget-container widget_text">
<div class="textwidget"><script src="http://connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript">
</script></div>
</li>
<li id="text-15" class="widget-container widget_text">
<div class="textwidget">
<div id='networkedblogs_nwidget_container' class='c19'>
<div id='networkedblogs_nwidget_above'></div>
<div id='networkedblogs_nwidget_widget' class="c18">
<div id="networkedblogs_nwidget_logo" class="c14"><a href="http://networkedblogs.com/" target="_blank" title="NetworkedBlogs"><img class="c13" src="http://static.networkedblogs.com/static/images/logo_small.png" title="NetworkedBlogs" alt="** PLEASE DESCRIBE THIS IMAGE **"></a></div>
<div id="networkedblogs_nwidget_body" class="c15"></div>
<div id="networkedblogs_nwidget_follow" class="c17"><a class="c16" href="http://networkedblogs.com/blog/true_mlm_growth/?ahash=87c35aa98c9b1030256bb9e7a196dfcd">Follow this blog</a></div>
</div>
<div id='networkedblogs_nwidget_below'></div>
</div>
<script type="text/javascript">
<!--
if(typeof(networkedblogs)=="undefined"){networkedblogs = {};networkedblogs.blogId=795653;networkedblogs.shortName="true_mlm_growth";}
-->
</script><script src="http://nwidget.networkedblogs.com/getnetworkwidget?bid=795653" type="text/javascript">
</script></div>
</li>
<li id="recent-comments-with-gravatar" class="widget-container recent_comments_gravatar_widget">
<h3 class="widget-title">Recent Comments</h3>
<div class="rcg-div">
<ul>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://www.one24network.com" title="LED Grow lights" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/3c9ced2ddcd7651235e351bb7a696ed7?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://www.one24network.com" title="LED Grow lights" rel="external nofollow" target="_blank">LED Grow lights</a>  commented on<a href="http://truemlmgrowth.com/blog/one24-scam-read-this-review/#comment-4662" title="LED Grow lights | One24 Scam -- Read This One24 Review">One24 Scam - Read This One24 Review</a><br>
(1 days ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://turnkeytitan.com" title="Brent @ Turnkey Websites" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/d713205eaac3b2c21713d6b882671dc2?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://turnkeytitan.com" title="Brent @ Turnkey Websites" rel="external nofollow" target="_blank">Brent @ Turnkey Websites</a>  commented on<a href="http://truemlmgrowth.com/blog/how-can-you-work-from-home-at-your-own-hours/#comment-4661" title="Brent @ Turnkey Websites | How Can You Work From Home at Your Own Hours?">How Can You Work From Home at Your Own Hours?</a><br>
(2 days ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://www.exposix.com" title="Radu" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/d5167e84d1ae454306956b892a87c1e4?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://www.exposix.com" title="Radu" rel="external nofollow" target="_blank">Radu</a>  commented on<a href="http://truemlmgrowth.com/blog/facebook-etiquett/#comment-4659" title="Radu | Facebook Etiquette">Facebook Etiquette</a><br>
(3 days ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://funnyspeech.net" title="Mamie@wedding speech" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/b525038cbd33ce793a3dda118f11c993?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://funnyspeech.net" title="Mamie@wedding speech" rel="external nofollow" target="_blank">Mamie@wedding speech</a>  commented on<a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/#comment-4648" title="Mamie@wedding speech | Facebook: How To Make Really Money On Facebook">Facebook: How To Make Really Money On Facebook</a><br>
(1 weeks ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><span title="Vinbert"><img alt='' src='http://1.gravatar.com/avatar/7d538ae02b7e4485c6a52fb44ff08674?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></span></div>
<div class="rcg-text c20">Vinbert commented on<a href="http://truemlmgrowth.com/blog/are-you-still-using-commentluv/#comment-4615" title="Vinbert | Are You Still Using CommentLuv?">Are You Still Using CommentLuv?</a><br>
(1 weeks ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://galenmorgigno.com" title="Galen Morgigno" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/bcc2b2153f05c0ae6873ef0359b3642d?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://galenmorgigno.com" title="Galen Morgigno" rel="external nofollow" target="_blank">Galen Morgigno</a>  commented on<a href="http://truemlmgrowth.com/blog/buzzify/#comment-4601" title="Galen Morgigno | buzzify.it: Have you heard the latest buzz about buzzify?">buzzify.it: Have you heard the latest buzz about buzzify?</a><br>
(1 weeks ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://truemlmgrowth.com/" title="Steven Schmeltzle" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/5646ebd6591dabe7e95f1f69c9e7fb2a?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://truemlmgrowth.com/" title="Steven Schmeltzle" rel="external nofollow" target="_blank">Steven Schmeltzle</a>  commented on<a href="http://truemlmgrowth.com/blog/buzzify/#comment-4585" title="Steven Schmeltzle | buzzify.it: Have you heard the latest buzz about buzzify?">buzzify.it: Have you heard the latest buzz about buzzify?</a><br>
(1 weeks ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://www.lifechangeforlife.com,http://www.lifechangeforlife.blogspot.com/" title="Harv Whitman" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/1b9a8319c434ee4f7aece6a38cad97a7?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://www.lifechangeforlife.com,http://www.lifechangeforlife.blogspot.com/" title="Harv Whitman" rel="external nofollow" target="_blank">Harv Whitman</a>  commented on<a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/#comment-4583" title="Harv Whitman | Facebook: How To Make Really Money On Facebook">Facebook: How To Make Really Money On Facebook</a><br>
(1 weeks ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://truemlmgrowth.com/" title="Steven Schmeltzle" rel="external nofollow" target="_blank"><img alt='' src='http://1.gravatar.com/avatar/5646ebd6591dabe7e95f1f69c9e7fb2a?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://truemlmgrowth.com/" title="Steven Schmeltzle" rel="external nofollow" target="_blank">Steven Schmeltzle</a>  commented on<a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/#comment-4565" title="Steven Schmeltzle | Facebook: How To Make Really Money On Facebook">Facebook: How To Make Really Money On Facebook</a><br>
(1 weeks ago)</div>
</div>
</li>
<li>
<div class="rcg-wrapper">
<div class="rcg-avatar"><a href="http://asktristramlodge.com" title="Tristram Lodge" rel="external nofollow" target="_blank"><img alt='' src='http://0.gravatar.com/avatar/62ffadc5095d466413f087f88a838f36?s=46&amp;d=&amp;r=PG' class='avatar avatar-46 photo' height='46' width='46'></a></div>
<div class="rcg-text c20"><a href="http://asktristramlodge.com" title="Tristram Lodge" rel="external nofollow" target="_blank">Tristram Lodge</a>  commented on<a href="http://truemlmgrowth.com/blog/how-to-make-money-on-facebook/#comment-4544" title="Tristram Lodge | Facebook: How To Make Really Money On Facebook">Facebook: How To Make Really Money On Facebook</a><br>
(1 weeks ago)</div>
</div>
</li>
</ul>
</div>
</li>
</ul>
</div>
<!-- #primary .widget-area --></div>
<!-- #main -->
<div id="footer">
<div id="colophon">
<div id="footer-widget-area">
<div id="first" class="widget-area">
<ul class="xoxo">
<li id="text-20" class="widget-container widget_text">
<div class="textwidget"><a href="http://www.sevenfiguremastermindteam.com/sschmeltzle/44642/?t=fotter-banner" target="_blank"><img src="http://s01.mlspcdn.net/data/banners/MLM.Banner-8-250x250.gif" alt="Attraction Marketing System" border="0"></a></div>
</li>
</ul>
</div>
<!-- #first .widget-area -->
<div id="second" class="widget-area">
<ul class="xoxo">
<li id="text-21" class="widget-container widget_text">
<div class="textwidget"><a href="http://truemlmgrowth.com/blog/magneticsponsoringvideo" target="_blank"><img src="http://www.mymagneticoffice.com/assets/images/banners/ms/250x250-A.gif" width="250" height="250" border="0" alt="** PLEASE DESCRIBE THIS IMAGE **"></a></div>
</li>
</ul>
</div>
<!-- #second .widget-area -->
<div id="third" class="widget-area">
<ul class="xoxo">
<li id="text-31" class="widget-container widget_text">
<div class="textwidget"><a href="http://www.SevenFigureMastermindTeam.com/sschmeltzle/goto/littleblackbook"><img src="http://truemlmgrowth.com/wp-content/uploads/2011/07/falcone.gif" alt="** PLEASE DESCRIBE THIS IMAGE **"></a></div>
</li>
</ul>
</div>
<!-- #third .widget-area -->
<div id="fourth" class="widget-area">
<ul class="xoxo">
<li id="text-30" class="widget-container widget_text">
<div class="textwidget"><a href="http://sschmeltzle.25marketingmethods.com/"><img src="http://s01.mlspcdn.net/data/banners/MLM.Banner-7-250x250.gif" width="250" height="250" alt="** PLEASE DESCRIBE THIS IMAGE **"></a></div>
</li>
</ul>
</div>
<!-- #fourth .widget-area --></div>
<!-- #footer-widget-area -->
<table id='ttw_ftable'>
<tr>
<td id='ttw_ftdl'>
<div id="site-info">© 2011 -<a href="http://truemlmgrowth.com/blog/" title="True MLM Growth" rel="home">True MLM Growth</a></div>
</td>
<td id='ttw_ftdr'>
<div id="site-generator"><a href="http://wordpress.org/" title="Semantic Personal Publishing Platform" rel="generator">Proudly powered by WordPress.</a>  Weaver by WPWeaver.info</div>
</td>
</tr>
</table>
</div>
<!-- #colophon --></div>
<!-- #footer --></div>
<!-- #wrapper -->
<script type="text/javascript">

   var _gaq = _gaq || [];
   _gaq.push(['_setAccount', 'UA-22470225-1']);
   _gaq.push(['_trackPageview']);

   (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
   })();

</script>
<div id="follow" class="right">
<ul class="tab down">
<li class="followme"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" alt="follow:"><span>follow:</span></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://digg.com/lsopportunity" title="Digg my stuff"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c21" alt="Digg my stuff">  <span class="head">Digg my stuff</span></a></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://facebook.dj/stevenschmeltzle/" title="Become my Facebook friend"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c22" alt="Become my Facebook friend">  <span class="head">Become my Facebook friend</span></a></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://www.linkedin.com/pub/steven-schmeltzle/20/60a/18a" title="Connect with me"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c23" alt="Connect with me">  <span class="head">Connect with me</span></a></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://truemlmgrowth.com/blog/feed/rss/" title="RSS"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c24" alt="RSS">  <span class="head">RSS</span></a></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://www.stumbleupon.com/stumbler/stevenschmeltzle/" title="Follow my Stumbles"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c25" alt="Follow my Stumbles">  <span class="head">Follow my Stumbles</span></a></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://twitter.com/steveschmeltzle" title="Tweet with me"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c26" alt="Tweet with me">  <span class="head">Tweet with me</span></a></li>
<li class="iconOnly"><a rel="nofollow me" target="_blank" href="http://www.youtube.com/user/truemlmgrowth" title="Subscribe to my YouTube Channel"><img src="http://truemlmgrowth.com/wp-content/plugins/share-and-follow/images/blank.gif" height="48" width="48" class="c27" alt="Subscribe to my YouTube Channel">  <span class="head">Subscribe to my YouTube Channel</span></a></li>
</ul>
</div>
<script type='text/javascript' src='http://w.sharethis.com/button/buttons.js?ver=3.2.1'>
</script><script type="text/javascript">
AudioPlayer.embed("audioplayer_1", {soundFile:"aHR0cDovL3RydWVtbG1ncm93dGguY29tL2F1ZGlvL0FzYU1hblRoaW5rZXRoLm1wMw"});
</script>
<div id="seopressor-powered"><a href="http://www.CharteredSEO.com">SEO</a>  Powered By<a href="http://steve47x.seopressor.hop.clickbank.net">SEOPressor</a></div>
<!-- tracker added by Ultimate Google Analytics plugin v1.6.0: http://www.oratransplant.nl/uga -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
var pageTracker = _gat._getTracker("UA-22470225-1");
pageTracker._initData();
pageTracker._trackPageview();
</script><script type="text/javascript">
           window.___gcfg = {lang: 'en'};

           (function() {
             var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
             po.src = 'https://apis.google.com/js/plusone.js';
             var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
           })();
</script><!-- Dynamic page generated in 0.555 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-09-01 23:12:48 -->
<!-- Compression = gzip -->
</body>
</html>

*So there you have it. If you don't have a solution for the top part, no 
biggie. I can get support from
wpsc, I'm sure. As you may notice, it is working though... I My main 
concern is fixing these errors and
knowing what to do with this updated html code.

Thanks!*

Steven Schmeltzle

The Secret Of Making $500
In Just 1 Hour A Day



<http://www.lsopportunity.com>thecastlekid@gmail.com 
<mailto:thecastlekid@gmail.com>
484-538-9846

Received on Monday, 5 September 2011 13:07:51 UTC