(function(){function e(b,a){this.type="twitter";this.index=b;this.config=a;this.isLoaded=false;this.articleParentEl=null;this.apiUrl="http://twitter.com/status/user_timeline/"+a.username+".json";this.user=this.tweets=null;this.isInitialized=false;this.loadingContext={parentEl:null,pageKey:null}}e.prototype.render=function(){};e.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;if(c){$(b).html("");WbxMobileSite.utils.toggleLoading(true);
$(b).append($(e.formatUser(currentPage.user,currentPage.loadingContext.pageKey)));a='<div class="table-view grouped entries" style="min-height: 0;"><ul class="section"><li><div class="entry">';a+='<div class="row-label">'+e.formatTwitString(this.tweets[c].text,true)+"</div>";a+='<div class="row-sublabel">'+e.relativeTime(this.tweets[c].created_at)+"</div>";a+="</div></li></ul></div>";$(b).append(a);a="http://twitter.com/"+this.user.screen_name+"/statuses/"+this.tweets[c].id;$(b).append('<div class="button-row" style="min-height: 300px;"><div class="button-cell"><a class="lg-button" target="_blank" href="http://twitter.com/?status='+
escape("RT "+this.user.screen_name+" "+this.tweets[c].text)+'">Retweet</a></div><div class="button-cell"><a class="lg-button" target="_blank" href="'+a+'">Favorite</a></div></div>');WbxMobileSite.utils.enableScrolling(currentPage.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)}else if(!this.isInitialized){WbxMobileSite.utils.toggleLoading(true);c=new WbxMobileSite.fetcher.FeedFetcher(this.apiUrl+"?count="+this.config.updateCount,WbxMobileSite.proxyUrl+"/fetch/","2fb04bd53a9c08d61344d07df62e2cdc33b7554e0000012667b887ef");
c.minify=false;c.processResponse=false;c.raw=true;c.fetch(function(f){currentPage=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage);currentPage.tweets=f;currentPage.user=f[0].user;$(b).html($(e.formatUser(currentPage.user,currentPage.loadingContext.pageKey)));$(b).append($('<div class="table-view grouped entries" id="tweetlist-'+d[1]+'"></div>'));f='<ul class="section">';for(ix=0;ix<currentPage.tweets.length;ix++){var g="p-"+d[1]+"-"+ix;f+="<li>";f+='<a href="javascript:void(0)" ontouchstart="WbxMobileSite.site.selectNavigation(this, \''+
g+"');\" onclick=\"return WbxMobileSite.utils.navTo('"+g+"')\">";f+='<div class="row-label">'+e.formatTwitString(currentPage.tweets[ix].text,false)+"</div>";f+='<div class="row-sublabel">'+e.relativeTime(currentPage.tweets[ix].created_at)+"</div>";f+='<div class="row-arrow"></div>';f+="</a></li>"}f+="</ul>";$("#tweetlist-"+d[1]).append(f);WbxMobileSite.utils.toggleLoading(false);currentPage.isInitialized=true;WbxMobileSite.utils.enableScrolling(currentPage.loadingContext.pageKey)})}};e.formatUser=
function(b){var a="javascript:void(0)";if(window.top==window.self)a=WbxMobileSite.utils.getExternalLink("http://twitter.com/"+b.screen_name,"follow");return'<div class="twitteruser"><div class="avatar" style="background-image: url('+b.profile_image_url+');"></div><a target="_blank" href="'+a+'"><p class="username">'+b.screen_name+'</p></a><p class="userinfo"><span>'+b.statuses_count+"</span> updates | <span>"+b.followers_count+"</span> followers</p></div>"};e.relativeTime=function(b){var a=new Date(b);
if(a!=null){try{var d=a.toLocaleTimeString().replace(/([0-9]{1,2}:[0-9]{2}):[0-9]{2}/,"$1").replace(/ \w+$/," ")+" "+a.toLocaleDateString().replace(/, 20[0-9][0-9]/,"")}catch(c){d=a.toLocaleTimeString()+" "+a.toLocaleDateString()}return d}return b};e.formatTwitString=function(b,a){if(a){b=b.replace(/((ftp|https?):\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?)/gm,'<a href="$1" target="_blank">$1</a>');b=b.replace(/(\s*)@([a-zA-Z0-9_]+)\b/gm,'$1<a href="http://twitter.com/$2" target="_blank">@$2</a>');
b=b.replace(/(\s*)#([a-zA-Z0-9_]+)\b/gm,'$1<a href="http://twitter.com/search?q=%23$2" target="_blank">#$2</a>')}return b};WbxMobileSite.pageFactory.contains("mtwitter")||WbxMobileSite.pageFactory.register("mtwitter",e)})();
(function(){function e(b,a){this.index=b;this.config=a;this.pageConfig=JSON.parse(this.config.pageConfig);this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}e.prototype.render=function(){};e.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;d=d.length>3&&d[3]=="img";this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var f=this;if(d){WbxMobileSite.utils.toggleLoading(true,true);if(this.feedData==null){this.loadingContext.callback=
function(){f.renderArticleImage()};this.fetchFeed()}else this.renderArticleImage()}else if(c){WbxMobileSite.utils.toggleLoading(true);if(this.feedData==null){this.loadingContext.callback=function(){f.renderArticleDetail()};this.fetchFeed()}else this.renderArticleDetail()}else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){f.renderArticleList()};this.fetchFeed()}else this.renderArticleList()};e.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==
b)return true;return false};e.prototype.fetchFeed=function(){var b=this;(new WbxMobileSite.fetcher.FeedFetcher(this.pageConfig.feedUrl)).fetch(function(a){b.handleFeedCallback(a)})};e.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};e.prototype.renderArticleList=function(){var b="includeListImg"in this.pageConfig&&this.pageConfig.includeListImg=="true";if(!this.hasLoaded(this.loadingContext.pageKey)){var a=$(this.loadingContext.parentEl);a.addClass("table-view");
a.addClass("sums");b&&a.addClass("imgs");a="";a+='<ul class="section">';for(var d=0;d<this.feedData.entries.length&&d<25;d++){var c=this.feedData.entries[d];a+='<li><a href="#" onclick="return WbxMobileSite.utils.navTo(\''+("p-"+this.index+"-"+d)+"')\">";var f=this.getBestImage(c);if(f&&b){f=WbxMobileSite.utils.getProxyImageSrc(f,60,60,true);a+='<div class="row-img" style="background-image:url('+f+')"></div>'}a+='<div class="row-label">'+c.title+"</div>";c=c.shortDescription?WbxMobileSite.utils.stripTags(c.shortDescription):
"";a+='<div class="row-sublabel">'+c+"</div>";a+='<div class="row-arrow"></div>';a+="</a></li>"}a+="</ul>";this.loadingContext.parentEl.innerHTML=a;this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};e.prototype.renderArticleDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=parseInt(this.loadingContext.pageKey.split("-")[2]),a=this.feedData.entries[b],d="WbxMobileSite.utils.openExternalLink('"+
a.link+"', "+(this.pageConfig.useMobilizer=="true")+")",c="";if(a.date)c+='<p class="postdate">'+a.date+"</p>";var f=!("linkout"in this.pageConfig)||this.pageConfig.linkout=="true";c+=f?'<h1><a href="javascript:void(0)" onclick="'+d+'">'+a.title+"</a></h1>":"<h1>"+a.title+"</h1>";b="p-"+this.index+"-"+b+"-img";var g=this.getBestImage(a);g=g?WbxMobileSite.utils.getProxyImageSrc(g,320,320):null;if(g!=null)c+='<a class="content-img" href="#" onclick="return WbxMobileSite.utils.navTo(\''+b+'\')"><img src="'+
g+'" onload="'+("setTimeout(function() { WbxMobileSite.utils.enableScrolling('"+this.loadingContext.pageKey+"'); }, 500)")+'" /></a>';c+="<p>"+a.description+"</p>";if(f)c+='<div style="clear:both; min-height:300px;" class="button-row"><a class="lg-button black" href="javascript:void(0)" onclick="'+d+'">Read Full Article</a></div>';$(this.loadingContext.parentEl).addClass("content-view");this.loadingContext.parentEl.innerHTML=c}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};
e.prototype.getBestImage=function(b){return b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image};e.prototype.renderArticleImage=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.getBestImage(this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])]);b=b?WbxMobileSite.utils.getProxyImageSrc(b,320,320):null;var a=document.createElement("img");a.src=b;a.className="fullImage";a.style.visibility="hidden";a.onload=function(){var d=-1*parseInt(this.width/
2),c=-1*parseInt(this.height/2);this.style.marginLeft=d+"px";this.style.marginTop=c+"px";a.style.visibility="visible"};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.appendChild(a)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("mfeed")||WbxMobileSite.pageFactory.register("mfeed",e)})();
(function(){function e(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}e.prototype.render=function(){};e.prototype.load=function(b,a){var d=a.split("-");d=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var c=this;if(d)if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderDetail()};this.fetchFeed()}else this.renderDetail();
else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderList()};this.fetchFeed()}else this.renderList()};e.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==b)return true;return false};e.prototype.fetchFeed=function(){var b=JSON.parse(this.config.pageConfig),a=this;(new WbxMobileSite.fetcher.FeedFetcher(b.feedUrl)).fetch(function(d){a.handleFeedCallback(d)})};e.prototype.handleFeedCallback=
function(b){this.feedData=b;this.loadingContext.callback()};e.prototype.renderList=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){this.loadingContext.parentEl.innerHTML="";for(var b=0;b<this.feedData.entries.length&&b<25;b++){var a=this.feedData.entries[b];if(a.image!=null&&a.image!=""){var d=WbxMobileSite.utils.getProxyImageSrc(a.image,120,90),c=document.createElement("a");c.className="listItem";c.href="#";this.setImageLinkClickHandler(c,"p-"+this.index+"-"+b);c.style.backgroundImage=
"url("+d+")";d=document.createElement("div");d.className="listDetail";var f="<h2>"+a.title+"</h2>";a=this.getDetailsFromEntry(a);if(a!=null&&a!="")f+='<p class="desc">'+a+"</p>";d.innerHTML=f;c.appendChild(d);this.loadingContext.parentEl.appendChild(c);c=document.createElement("div");c.style.clear="both";this.loadingContext.parentEl.appendChild(c)}}this.loadedPages.push(this.loadingContext.pageKey);WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};
e.prototype.getDetailsFromEntry=function(b){var a=b.description?WbxMobileSite.utils.stripTags(b.description):"",d=a!=null?a.indexOf("From:"):-1;b=a;var c=null;if(d>0){b=a.substring(0,d);c=a.substr(d)}if(c!=null&&c!=""){var f=c.indexOf("Views:");d=c.indexOf("Time:");var g=c.indexOf("More",d+6),h=c.indexOf(" ",f+7);a=c.substring(5,f).replace(/ /g,"");f=c.substring(f+7,h).replace(/ /g,"");h=c.substring(h,d).replace(/ /g,"").replace("ratings","");c=c.substring(d+6,g);if(a!=null&&f!=null&&h!=null&&c!=
null&&a!=""&&f!=""&&h!=""&&c!=""){b=h+" ratings&nbsp;&nbsp;"+f+" views<br />";b+="<strong>"+c+"</strong>&nbsp;&nbsp;"+a}}return b};e.prototype.setImageLinkClickHandler=function(b,a){b.onclick=function(){return WbxMobileSite.utils.navTo(a)}};e.prototype.renderDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])],a=document.createElement("div");a.className="wrapper";var d=document.createElement("div");d.className=
"listItem";var c=document.createElement("div");c.className="listDetail";var f="<h2>"+b.title+"</h2>",g=this.getDetailsFromEntry(b);if(g!=null&&g!="")f+='<p class="desc">'+g+"</p>";c.innerHTML=f;f=document.createElement("div");g=WbxMobileSite.utils.getProxyImageSrc(b.image,120,90);f.style.backgroundImage="url("+g+")";f.className="video-embed";if(WbxMobileSite.isAndroid){b=WbxMobileSite.utils.getExternalLink(b.link);f.innerHTML='<a href="'+b+'" style="display:block; width:120px; height:90px" target="_blank"></a>'}else f.innerHTML=
'<embed src="'+b.link+'" type="application/x-shockwave-flash" wmode="transparent" width="120" height="90"></embed>';d.appendChild(f);d.appendChild(c);a.appendChild(d);d=document.createElement("div");d.style.clear="both";a.appendChild(d);$("#"+this.loadingContext.parentEl.id).addClass("video-content");this.loadingContext.parentEl.appendChild(a);this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("myoutube")||WbxMobileSite.pageFactory.register("myoutube",
e)})();
(function(){function e(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=this.pageConfig=null;this.loadedEntries=[];this.isFlickr=false;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}e.prototype.render=function(b,a){a=a.split("-");(a.length>2?a[2]:null)&&$("#"+b.id).addClass("fullImageContent")};e.prototype.load=function(b,a){var d=a.split("-");d=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var c=this;WbxMobileSite.utils.toggleLoading(true);if(d){$("#"+
this.loadingContext.parentEl.id).addClass("fullImageContent");if(this.feedData==null){this.loadingContext.callback=function(){c.renderPhotosDetail()};this.fetchFeed()}else this.renderPhotosDetail()}else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderPhotosList()};this.fetchFeed()}else this.renderPhotosList()};e.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages;a++)if(this.loadedPages[a]==b)return true;return false};e.prototype.fetchFeed=
function(){this.pageConfig=JSON.parse(this.config.pageConfig);this.isFlickr=/api.flickr.com/.test(this.pageConfig.feedUrl);var b=new WbxMobileSite.fetcher.FeedFetcher(this.pageConfig.feedUrl);if(this.isFlickr)b.minify=false;var a=this;b.fetch(function(d){a.handleFeedCallback(d)})};e.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};e.prototype.renderPhotosList=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){this.loadingContext.parentEl.innerHTML=
"";var b=0;this.loadedEntries=[];for(var a=0;a<this.feedData.entries.length&&b<50;a++){var d=this.feedData.entries[a],c=this.getBestImage(d);if(c!=null&&c!=""){var f=document.createElement("a");f.className="thumbnail";f.href="#";this.setImageLinkClickHandler(f,"p-"+this.index+"-"+b);c=WbxMobileSite.utils.getProxyImageSrc(c,75,75,true);f.style.backgroundImage="url("+c+")";this.loadingContext.parentEl.appendChild(f);this.loadedEntries.push(d);b++}}b=document.createElement("div");b.style.clear="both";
this.loadingContext.parentEl.appendChild(b);this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false);WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)};e.prototype.getBestImage=function(b){var a=b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image;if(this.isFlickr){b=b.rawDescription.match(/http:\/\/farm[0-9].static.flickr.com\/[0-9]+\/[0-9]+_[a-zA-Z0-9]+_m.jpg/);if(b!=null&&b.length>0)a=b[0].replace(/_m.jpg\b/,".jpg")}return a};e.prototype.setImageLinkClickHandler=
function(b,a){b.onclick=function(){return WbxMobileSite.utils.navTo(a)}};e.prototype.attachPhotoOnloadFn=function(b,a){b.onload=function(){var d=-1*parseInt(this.width/2),c=-1*parseInt(this.height/2);this.style.marginLeft=d+"px";this.style.marginTop=c+"px";b.style.visibility="visible";a&&WbxMobileSite.utils.toggleLoading(false)}};e.prototype.renderPhotosFilmstrip=function(){if(!this.hasLoaded("filmstrip")){WbxMobileSite.utils.toggleLoading(true,true);parseInt(this.loadingContext.pageKey.split("-")[2]);
for(var b=document.getElementById("site-container").offsetWidth,a=this.loadingContext.parentEl.offsetHeight,d=b*this.loadedEntries.length,c=0;c<this.loadedEntries.length;c++){var f=document.createElement("div");f.className="cell";f.style.width=b+"px";f.style.height=a+"px";var g=this.loadedEntries[c];g=g.image?WbxMobileSite.utils.getProxyImageSrc(g.image,320,320):null;var h=document.createElement("img");h.src=g;h.className="cellImage";h.style.visibility="hidden";this.attachPhotoOnloadFn(h,c==0);f.appendChild(h);
this.loadingContext.parentEl.appendChild(f)}$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.style.width=d+"px";WbxMobileSite.utils.enableXYScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false);this.loadedPages.push("filmstrip")}};e.prototype.renderPhotosDetail=function(){if(this.hasLoaded(this.loadingContext.pageKey))WbxMobileSite.utils.toggleLoading(false);else{var b=parseInt(this.loadingContext.pageKey.split("-")[2]);this.loadImage(b);
var a=this;WbxMobileSite.pagination.init(this.loadedEntries.length,function(d){a.loadImage(d)},b)}};e.prototype.loadImage=function(b){WbxMobileSite.utils.toggleLoading(true,true);this.loadingContext.parentEl.innerHTML="";b=this.loadedEntries[b];var a=this.getBestImage(b);a=a?WbxMobileSite.utils.getProxyImageSrc(a,320,320):null;var d=document.createElement("img");d.src=a;d.className="fullImage";d.style.visibility="hidden";d.onload=function(){var c=-1*parseInt(this.width/2),f=-1*parseInt(this.height/
2);this.style.marginLeft=c+"px";this.style.marginTop=f+"px";d.style.visibility="visible";WbxMobileSite.utils.toggleLoading(false)};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");if(this.pageConfig.linkToArticle=="true"){b=WbxMobileSite.utils.getExternalLink(b.link);a=document.createElement("a");a.href=b;a.target="_blank";a.appendChild(d);this.loadingContext.parentEl.appendChild(a)}else this.loadingContext.parentEl.appendChild(d)};WbxMobileSite.pageFactory.contains("mphotos")||
WbxMobileSite.pageFactory.register("mphotos",e)})();
(function(){function e(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.isLoaded=false}e.prototype.render=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a};e.prototype.load=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;WbxMobileSite.utils.toggleLoading(true);if(!this.isLoaded){a=JSON.parse(this.config.pageConfig);b.innerHTML=a.content;this.isLoaded=true}WbxMobileSite.utils.toggleLoading(false);
WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)};WbxMobileSite.pageFactory.contains("mcustom")||WbxMobileSite.pageFactory.register("mcustom",e)})();
$(document).ready(function(){var e={icon:"http://img.widgetbox.com/widget/asset/a0aa0ede-5ff0-4fd3-9577-b744107df317/t_1267970303089.png",startupImg:"http://img.widgetbox.com/widget/asset/54982548-4ced-49c8-bd0d-97a2e908bf13/t_1267970359938.png",headerImg:"",navStyle:"bottomNav",aboutImg:"http://img.widgetbox.com/widget/asset/55942d54-a928-4e04-bffc-e1b4135240ec/t_1267970521142.png",aboutText:"THE MOST POWERFUL FOREX SITE ON THE NET - FOR REAL TRADERS\n\nhttp://www.wallstreetrockstar.com\n\nPlease Register ASAP - All Members Receive 100% FREE!!! \n\n1. Access to all Forex, Volatility, Indicators, and Signals Forums\n2. Personal Blog\n3. Ability to Post Status and Wall Updates for the World to See\n4. Access to World's First Trader | Investor Driven Facebook Connect Community \n5. Access to 24/7 Chat Room\n6. Access to Indicator Code and Signals Library FILLED with MetaTrader Code\n7. Exclusive Invitations to FREE Forex Webinars\n8. Access to Volatility Illuminated Webinar Videos\n9. Access to Cutting Edge Research and Community of Serious Traders and Investors Sharing Information, Strategies, Research, and Prosperity\n10. The Only Financial Site on the Internet Where Serious Traders Actually Help One Another\n\nContact Information\nSite Administrator: Admin@WallStreetRockStar.com\nSite Editor: RockStar@WallStreetRockStar.com\nAffiliate | Advertising Information: Mark@WallStreetRockStar.com\n\n\nAbout Mark Whistler\n\nMark Whistler is a full-time trader and author.\n\nWhistler's books include:\n\n\u2022 Volatility Illuminated: Empowering Stocks, Futures, Forex & Options Traders (CreateSpace, 2009)\n\u2022 2034 The Corporation Post 2012 (CreateSpace, 2009)\n\u2022 Swing Trader\u2019s Bible (John Wiley & Sons, Inc. 2009) co-authored with Matt McCall\n\u2022 Trade With Passion and Purpose (John Wiley & Sons, Inc. 2007)\n\u2022 Trading Pairs (Wiley, 2004)\n\u2022 Profit from China (Investment U/Wiley, 2006)\n\u2022 Profit from Uranium (Investment U/Wiley, 2006.) \n\nFrom time to time, Mark can be seen on most major financial television shows, while also occasionally contributing to TradingMarkets.com and TheFXMarkets.com, Investopedia.com and TradersChoiceFX.com. Whistler is a regular contributor to FXStreet.com, educating currency traders worldwide. In addition, Mark is the founder of WallStreetRockStar.com, fxVolatility.com and InstitutionalIndexResearch.com. Mr. Whistler founded and operates EatsForTheStreets.com and the MarkWhistlerGallery.com.\n\n",
titleStyle:"siteTitleImage","titleImg:":"",themeColor:"",admobAcct:"",noAds:"true",pageConfigs:[],theme:"02",titleImg:"http://img.widgetbox.com/widget/asset/10b7a24c-a5ba-4e2c-8682-4b2b91a985a5/t_1267967872635.png"};e.title="wallstreetrockstar";e.mode="site";e.pageConfigs.push({username:"markwhistler",isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",isCurrent:"true",updateCount:"20","lib.mobileScriptSrc":"/mobile/mobile.js",pageIndex:"0","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js",
"lib.cssSrc":"/mobile/css/base.css"});e.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"feedUrl":"http://www.facebook.com/feeds/notes.php?id=1647935023&viewer=1647935023&key=25f19e9e65&format=rss20","headerImg":"","includeListImg":"true"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});e.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css",
"wbx.buttonMode":"2",pageConfig:'{"username":"markwhistler","type":"favorites","feedUrl":"http://gdata.youtube.com/feeds/users/markwhistler/favorites"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});e.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"feedUrl":"http://www.flickr.com/services/feeds/photos_public.gne?id=48194841@N06&amp;lang=Array[intl_lang]&amp;format=atom","headerImg":"","linkToArticle":"true"}',
"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});e.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"content":"  <h3 style=\\"color:#ffffff\\">\\n          About WallStreetRockStar.com\\n        </h3>\\n<span style=\\"color:#ffffff\\">\\n        <p>\\n<img alt=\\"mark-whistler-author-and-trader\\" src=\\"http://www.wallstreetrockstar.com/images/volatility-illuminated-promo-image-10.gif\\"\\n        style=\\"float: left; margin-right:30px\\" />\\n          Forex and stock markets are facing a new era of volatility and\\n          uncertainty for both retail investors and professional traders. Wall\\n          Street Rock Star provides innovative market research and news,\\n          signals, charts, trade ideas, economic analysis and volatility\\n          strategies geared to help traders navigate markets profitably.\\n          Traditional financial news no longer truly aides investors\\u2026\\n          However; daily and intraday news -from the prospective of the trading\\n          floor- can help make all the difference in the world... Technical\\n          analysis, economic research, fundamentals, breaking news, stock and\\n          Forex indicators, signals, education and Expert Adviser volatility\\n          strategies.\\n        </p>\\n        <p>\\n          <a href=\\"http://www.wallstreetrockstar.com\\" style=\\n          \\"font-size: 14pt\\"><span style=\\"color:#ff8000\\">Jump to\\n          WallStreetRockStar.com</span></a>\\n        </p>\\n        <h3>\\n          About fxVolatility.com\\n        </h3>\\n        <p>\\n          fxvolatility-VWAP-TWAP-forex-trading\\n        </p>\\n        <p>\\n          fxVolatility delves into trading, signals, technical analysis, VWAP,\\n          TWAP and the groundbreaking Whistler Volume Adjusted Volatility\\n          (WVAV) indictor.\\n        </p>\\n        <p>\\n          Readers will find information about indicator and information\\n          failure, volatility and probability, institutional orderflow, mass,\\n          energy and force in markets and distributions \\u2013 all pulled together\\n          in a simple, understandable format and methodology...\\n        </p>\\n        <h3>\\n          About 2034The Corporation.com\\n        </h3>\\n        <h3>\\n          2034 The Corporation Post 2012 | A Dystopian Novel\\n        </h3>\\n        <p>\\n          The failure of the U.S. Government; enabled by the financial crisis,\\n          media, national debt, reckless Federal spending and haughty\\n          politicians.\\n        </p>\\n        <p>\\n          As the masses desperately search for security and stability, the\\n          people are duped into voting out the Constitution for the first-ever\\n          Social Enterprise Employee Stock Ownership Country (SEESOC). Quickly,\\n          the people find they have become corporate slaves, locked inside two\\n          Great Walls separating Mexico and Canada.\\n        </p>\\n        <p>\\n          Tagged with barcodes and endlessly watched by Security Services, the\\n          dystopian novel, 2034, illustrates just how George Orwell\'s prophecy\\n          could be unfolding.\\n        </p>\\n        <p>\\n          However, one man will risk his life for the woman he loves and their\\n          independence. Will hope, love, and freedom triumph in the end?\\n        </p></span>\\n        <p>\\n          <a href=\\"http://www.2034thecorporation.com\\" style=\\n          \\"font-size: 14pt\\"><span style=\\"color:#ff8000\\">Jump to\\n          2034TheCorporation.com</span></a>\\n        </p>\\n<span style=\\"color:#ffffff\\">\\n        <p>\\n          Support Is Always Available 24-Hours a day!\\n        </p>\\n        <p>\\n          If you encounter any problems whatsoever, please call 1-866-960-9445\\n          for US and Canada clients. . .\\n        </p>\\n        <p>\\n          For International clients, please ring us on Skype at:\\n        </p>\\n        <p>\\n          Wallstreetrockstar.com Always feel free to email us at:\\n          Rockstar@wallstreetrockstar.com\\n        </p>\\n        <p>\\n          --------------------------------------------------------------------------------\\n        </p></span>\\n        <p>\\n          <strong><span style=\\"font-size: 16pt\\"><span style=\\n          \\"color:#ffff00\\">About Mark Whistler</span></span></strong>\\n        </p><img alt=\\"mark-whistler-author-and-trader\\" src=\\n        \\"http://www.wallstreetrockstar.com/images/volatility-illuminated-promo-image-10.gif\\"\\n        style=\\"float: left; margin-right:30px\\" /><span style=\\"color:#ffffff\\">\\n        <p>\\n          Mark Whistler is a full-time trader and author.\\n        </p>\\n        <p>\\n          <span style=\\"font-size: 13pt\\"><span style=\\"color:#ff0000\\">Whistler\'s\\n          books include:</span></span>\\n        </p>\\n        <ul>\\n          <li>Volatility Illuminated - Empowering Stocks, Futures, Forex &amp;\\n          Options Traders (CreateSpace, 2009)\\n          </li>\\n          <li>2034 The Corporation Post 2012 (CreateSpace, 2009)\\n          </li>\\n          <li>Swing Trade\'s Bible (John Wiley &amp; Sons, Inc. 2009)\\n          co-authored with Matt McCall\\n          </li>\\n          <li>Trade With Passion and Purpose (John Wiley &amp; Sons, Inc. 2007)\\n          </li>\\n          <li>Trading Pairs (Wiley, 2004)\\n          </li>\\n          <li>Profit from China (Investment U|Wiley, 2006)\\n          </li>\\n          <li>Profit from Uranium (Investment U|Wiley, 2006.)\\n          </li>\\n        </ul>\\n        <p>\\n          From time to time, Mark can be seen on most major financial\\n          television shows, while also occasionally contributing to\\n          TradingMarkets.com and TheFXMarkets.com, Investopedia.com and\\n          TradersChoiceFX.com. Whistler is a regular contributor to\\n          FXStreet.com, educating currency traders worldwide. In addition, Mark\\n          is the founder of WallStreetRockStar.com, fxVolatility.com and\\n          InstitutionalIndexResearch.com. Mr. Whistler founded and operates\\n          EatsForTheStreets.com and the MarkWhistlerGallery.com.\\n        </p></span>"}',
"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});WbxMobileSite.site.pageList=[{guid:"fbc2f83a-b714-4dfe-8ce3-15d1db95c604",title:"fx-Twitter",type:"mtwitter",elId:"mobile-site-page-0"},{guid:"926f04d3-51f3-42c6-b172-a0443d7f8806",title:"fx-signals",type:"mfeed",elId:"mobile-site-page-1"},{guid:"c8a72700-f553-4065-965d-d975ffee667f",title:"fx-video",type:"myoutube",elId:"mobile-site-page-2"},{guid:"da03e0f0-3085-457c-8467-80c657b1aa28",
title:"trade-0-day",type:"mphotos",elId:"mobile-site-page-3"},{guid:"0d36e96b-ecb5-4ce8-96ef-5bc37000bd55",title:"fxrockstars",type:"mcustom",elId:"mobile-site-page-4"}];WbxMobileSite.galleryUrl="http://www.widgetbox.com/";WbxMobileSite.cdnGalleryUrl="http://pub.widgetbox.com/";WbxMobileSite.syndUrl="http://widgetserver.com/";WbxMobileSite.proxyUrl="http://p.widgetserver.com/p/fetch/";WbxMobileSite.imageProxyUrl="http://i.widgetserver.com/ip/";WbxMobileSite.metricsUrl="http://t.widgetserver.com/t";
WbxMobileSite.linkbarUrl="http://l.wbx.me/l/";WbxMobileSite.shortWidgetUrl="http://l.wbx.me/w/";WbxMobileSite.mobileSiteRuntimeUrl="http://m.wbx.me/";WbxMobileSite.siteName="wallstreetrockstar";WbxMobileSite.galleryShortUrl=WbxMobileSite.shortWidgetUrl+"47hfg4";WbxMobileSite.instFriendlyId="wallstreetrockstar";WbxMobileSite.syndShortSiteUrl=WbxMobileSite.mobileSiteRuntimeUrl+WbxMobileSite.instFriendlyId;WbxMobileSite.token="201143b1e0adb8b16afe504a6634661f136c2ff50000012ae82cb18b";WbxMobileSite.instPk=
"142130692";WbxMobileSite.instId="866b2f68-64d6-40d5-b674-64dc44e184a2";WbxMobileSite.instCreatedByUserPk="66371445";WbxMobileSite.regPk="3755230";WbxMobileSite.providerPk="1860293";WbxMobileSite.partnerNetworkPk="14";WbxMobileSite.userServiceLevel=parseInt("2");WbxMobileSite.providerServiceLevel=parseInt("2");WbxMobileSite.registrationServiceLevel=parseInt("0");WbxMobileSite.instanceServiceLevel=parseInt("1");WbxMobileSite.instanceServiceLevel=parseInt("1");WbxMobileSite.site.init(e);if(window.self!=
window.top)if(!WbxMobileSite.site.isPro()||e.admobAcct!=null&&e.admobAcct!=""){e.admobAcct!=null&&e.admobAcct!=""?$("#p-ads").html("<strong>Your ads here.</strong>"):$("#p-ads").html("<strong>Don't want ads?</strong> Upgrade your mobile site to Pro!");$("#p-ads").addClass("mobile-ad-placeholder")}else $("#p-ads").css("display","none")});