<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>


<title>Outstanding Poker Training School - Online Poker Training Videos</title>


<meta http-equiv="Content-Language" content="en-us"/>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>

<meta name="owner" content="Errol Potok, Tim Mc Killican"/>

<meta name="robots" content="all"/>


<meta name="keywords" content="poker training, poker training videos, free poker training, online poker training, poker training school, poker strategy, rakeback, poker coaching, poker blogs, outstanding poker" />



<meta name="description" content="An online poker training site that uses free poker training videos to teach winning poker. Get two free poker training videos today!" />


<meta name="reply-to" content="admin@outstandingpoker.com" />

<meta name="author" content="Outstanding Poker Training School" />

<link href="http://www.outstandingpoker.com/css/style.css" type="text/css" rel="stylesheet" />


<link href="http://www.outstandingpoker.com/css/basic_style.css" type="text/css" rel="stylesheet" />


<link href="http://www.outstandingpoker.com/css/starrating.css" type="text/css" rel="stylesheet" />


<link href="http://www.outstandingpoker.com/css/home.css" type="text/css" rel="stylesheet" />


<script src="http://www.outstandingpoker.com/js/jquery.min.js" type="text/javascript"></script>

<script src="http://www.outstandingpoker.com/js/jquery.metadata.js" type="text/javascript"></script>

<script type="text/javascript" src="http://www.outstandingpoker.com/js/ui.core.min.js"></script>

<script type="text/javascript" src="http://www.outstandingpoker.com/js/ui.stars.js"></script>

<link rel="stylesheet" type="text/css" href="http://www.outstandingpoker.com/css/crystal-stars.css"/>

<script src="http://www.outstandingpoker.com/js/js_functions.js" type="text/javascript"></script>


<script src="http://www.outstandingpoker.com/js/js_star.js" type="text/javascript"></script>


<script type="text/javascript">



		var site_url = "http://www.outstandingpoker.com";

		

		



	</script>

	<!--[if IE 7]>

        <style type="text/css">

            @import url("../css/ie.css");

        </style>

    <![endif]-->

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4567463-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>

</head>

<body>


<div id="headerarea">

	<div id="header">

		<div id="head1"></div>

		<div id="head2">

			<div id="logologinbannerarea">

				<div id="logomainarea" style="width: 250px;">
				                    <a href="http://www.outstandingpoker.com"><img id="mainlogo" class="large" alt="Outstanding Poker" src="http://www.outstandingpoker.com/images/OutstandingPoker2.png"></a>
                  </div>

			  <div id="buttonbannerarea" style="width: 428px; float: right;">

					
               
                    
<div id="joinarea" style="width: 428px; float: right;">

						<div id="jbuttonarea">

							
						
						<div class="jj"><a href="http://www.outstandingpoker.com/signup_page.php"><img height="28" width="95" border="0" id="Image28" name="Image28" src="http://www.outstandingpoker.com/images/join1.gif" alt="Join" /></a></div>

							<div class="jr">

								<ul>

									

									<li class="jblack"><a class="jblack" href="http://www.outstandingpoker.com/amember/login.php">Sign in </a></li>

									<li class="jblack"><a class="jblack" href="http://www.outstandingpoker.com/signup_page.php">Register</a></li>

								</ul>

							</div>

							
						</div>

					</div>

					

						

							
						

					

				</div>

			</div>

			<div id="menuarea">

				<div id="menu">

					<ul>

						
						<li class="myaccount"><a class="training" href="http://www.outstandingpoker.com/training.php">Poker Training</a></li>

						
						<li class="myaccount"><a class="myaccount" href="http://www.outstandingpoker.com/myaccount.php">My Account</a></li>

						
						<li class="myaccount"><a class="myaccount" href="http://www.outstandingpoker.com/community.php">Community</a></li>

						
						<li class="blog"><a class="blog" href="http://www.outstandingpoker.com/blogs">Blogs</a></li>

						
						<li class="blog"><a class="blog" href="http://www.outstandingpoker.com/forum.html">Forums</a></li>

						
						<li class="blog"><a class="blog" href="http://www.outstandingpoker.com/poker-hands">Hands</a></li>

						
						<li class="blog"><a class="blog" href="http://www.outstandingpoker.com/videos.php">Videos</a></li>

						
						<li class="blog"><a class="blog" href="http://www.outstandingpoker.com/articles.php">Articles</a></li>

						
						<li class="blog"><a class="blog" href="http://www.outstandingpoker.com/affiliates.php">Affiliates</a></li>

						<li class="myaccount"><a class="myaccount" href="http://rakeback.outstandingpoker.com">Rakeback</a></li>

					</ul>

				</div>

			</div>

		</div>

		<div id="head3"/>

	</div>

</div>
</div>



<script>

function validate(form_id) {



	var obj = eval('document.' + form_id);

	//obj.submit();

	//return true;

	

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;

	var name = document.forms[form_id].elements['name'].value;

	if (name == '') {

		alert('A name is required.');

		return false;

	}

	else if (name.length < 2 || name.length > 14) {

		alert('First name between 2 to 13 characters only.');

		return false;

	}

	else if (document.forms[form_id].elements['email'].value == '') {

		alert('An email address is required.');

		return false;

	}

	else if(reg.test(document.forms[form_id].elements['email'].value) == false) {

		alert('Invalid Email Address.');

		return false;

	} else {

		var obj = eval('document.' + form_id);

		obj.submit();

		return true;

	}

}

</script>

<style type="text/css">

<!--

.style1 {

	color: #333333;

	font-size: small;

}

-->

</style>

<link href="css/basic_style.css" rel="stylesheet" type="text/css">

<link href="css/style.css" rel="stylesheet" type="text/css">

<link href="css/home.css" rel="stylesheet" type="text/css">



<div id="contentarea">

            <div id="content_top"></div>

            <div id="content_middle">

                <div class="column" id="maincol">

                        <h1>Why Join Outstanding Poker?</h1>

                        <img src="images/community.png" alt="community"><p style="margin-top: -2px;"> Learn from our pro players. You will get the knowledge it takes to become a successful poker player.</p>

					    <img src="images/videos.png" alt="Poker Training Videos"><p style="margin-top: 16px;">Watch hundreds of video lessons from poker pros</p>

					    <img src="images/info.png" alt="Win at Poker"><p style="margin-top: 32px;">Get proven formulas and strategies to become a consistent winner</p>

                        <img src="images/cash.png" alt="Bankroll Offers" style="margin-top: -10px;"><p style="margin-top: -11px;">Earn rakeback and bankroll offers from poker sites</p>

              </div>

              <div class="column" id="videocol">

                        <h2>LIMITED <strong style="color: #ffcc00;">OFFER</strong></h2>

                        <hr id="reghr"/>

                        <h3><a href="amember/signup.php"><img src="images/try2.jpg"  alt="" width="391" height="203"/></a></h3>

              </div>



                    <div class="hsep"></div>



                    <div class="column" id="videocol">

                    

                    <font face="Verdana" size="1" color="#999999">













<iframe width="350" height="250" src="//www.youtube.com/embed/QzM66e4P3S8?start=7" frameborder="0" allowfullscreen></iframe>











<br/></font>

         

               

                  

                    </div>



                    <div class="hseperate"></div>



                    <div class="column" id="lrnmore">

                 

                    

                      <h1>Watch Our Poker Pros In Action!!</h1>

                        <p>atta22 is one of the most profitable mid stakes poker players online.

							<br />

							<img src="images/Left-Arrow-Icon.jpg" width="40" height="40" hspace="6">

						 <br />

						 Watch as atta22 plays No Limit Texas Holdem.<br />

						<br />By watching a professional poker player take you through their thought process as they go through each street and each hand, you will get the knowledge it takes to become a successful poker player. <br/><br/>

						Take advantage of our <strong>31 day trial offer</strong> and start making money today!<br/>

						  </p>

                        <p align="left"><a href="#"></a><a href="http://www.outstandingpoker.com/learnmore.php" onMouseOut="MM_swapImgRestore('Image26','http://www.outstandingpoker.com/images/lornmore1.png')" onMouseOver="MM_swapImage('Image26','http://www.outstandingpoker.com/images/lornmore1_1.png')"><img src="http://www.outstandingpoker.com/images/lornmore1.png" name="Image26" width="170" height="50" border="0" id="Image26" alt="learn more"/></a><a onMouseOut="MM_swapImgRestore('Image27','http://www.outstandingpoker.com/images/lornmore2.png')" onMouseOver="MM_swapImage('Image27','http://www.outstandingpoker.com/images/lornmore2_2.png')" href="http://www.outstandingpoker.com/signup_page.php"><img src="http://www.outstandingpoker.com/images/lornmore2.png" name="Image27" width="170" height="50" border="0" id="Image27" alt="sign up"/></a>  &nbsp; &nbsp;</p>

                    

 <br />

  &nbsp;      <p align="left">&nbsp;</p>

                       <p><br />  

                      </p>

                       <p>&nbsp;</p>

                       <p><br />

                       </p>

                       <p align="center"><br />

      </p>

              </div>

			  

			  

                    <div class="hsep"></div>



                   

			  

			  

                 



                    <div class="column" id="smallcolumn" style="margin-left: 5px;">

                        <h1>POKER TRAINING</h1>

                      <img class="small_img1" alt="&gt;" src="images/bullet.png" style="margin-top: 6px;"><p id="bul">We have a library of over 220 fifty-minute videos covering cash games, sit-n-go games and multi-table tournaments</p>

                        <img class="small_img1" alt="&gt;" src="images/bullet.png"><p id="bul">Read dozens of strategy articles and listen to podcasts from the Outstanding Poker Pros</p>

                        <img class="small_img1" alt="&gt;" src="images/bullet.png"><p id="bul">We cater to complete beginners through seasoned poker pros alike! Watch exactly how our pros are making hundreds of dollars every night</p>

                    </div>



                    <div class="hseperate"></div><!-- seperator -->



                    <div class="column" id="smallcolumn">

                        <h1>COMMUNITY</h1>

                        <p>Create your own FREE poker profile and connect with poker players from around the world.</p>

                        <p id="com_feat">Community features include:</p>

                        <img alt="&gt;" src="images/blog.png" class="small_img" style="margin-top: -16px;"><p class="com" style="font-size: 8pt; margin-bottom: 10px; margin-top: -20px;">Your own personal blog</p>

                        <img alt="hand history replayer" src="images/play.png" class="small_img"><p class="com" style="font-size: 8pt;">Poker hand history replayer - Share hands with others</p>

                        <br/><img alt="poker community" src="images/communitys.png" class="small_img"><p class="com" style="font-size: 8pt;">Community Forum - Discuss poker strategy and poker life</p>

                        <img alt="social network" src="images/social.png" class="small_img"><p class="com" style="font-size: 8pt; margin-top: -2px;">Poker Social Network  - Interact with members</p>

                        <!--<p id="com_more">and more...</p>-->

                    </div>



                    <div class="hseperate"></div><!-- seperator -->



              <div class="column" id="smallcolumn">

                <h1>Lead Poker Pro</h1>

                 <p style="text-align: left;">atta22 plays on PartyPoker as 'Denarius/atta22' and has profited over <b><u>$250,000</u></b> playing $5/10 NL Holdem from a single $50 deposit. <br /><br /> Watch how Tim crushes online poker cash games. He has over 80 full-length videos on Outstanding Poker. <br/><br/>

                   <b>Watch full lentgth videos of Tim.</b><a href="signup_page.php"> <br>

                   Join Outstanding Poker now!</a> </p>

                </div>



              <div class="hsep"></div>



                    <div id="test"><img alt="testimonials" src="images/megaphone.png"><h1>Testimonials from people like you!</h1></div>



                    <div class="column" id="test1">

                        <h1>"A light switch went on for me"</h1>

                        <p>Fortunately I stumbled across OutstandingPoker.com and signed up and became a member. I started watching their videos and it was pretty much like a light switch went on for me. All the things that I read about and studied and heard about over the last 4 or 5 years all came to focus for me. <strong>I was able to immediately increase my win-rate substantially.</strong></p>

                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="100" height="32">

                            <param name="SRC" value="test.swf" />

                            <param name="BGCOLOR" value="#FFFFFF" />

                            <embed src="test.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="100" height="32" bgcolor="#FFFFFF" > </embed>

                        </object>

                        <a href="http://www.flashaudiowizard.com"><img

                                src="http://www.flashaudiowizard.com/player.gif" width="1" height="1"

                                border="0" alt="Flash Audio" /></a>

                        <!-- End Copy and paste Here -->

                        <br />

                        <span class="style66 style1">Press Play&nbsp;To Hear A Testimonial<br />

                            Message From Rob ...</span>

                      <p><strong>Rob Green, Washington</strong></p>



                    </div>



                    <div class="hseperate" style="height: 272px;"></div>



                    <div class="column" id="test2">

                        <h1>"#1 Ranked Poker Training Site on PTSR"</h1>

                        <p>&quot;Outstanding Poker focuses on one goal and one goal only&mdash;making a  certain level of income at poker... The instruction is direct, to the point, and brings you from the  beginning to the end without any gaps in the learning process. <strong>Here is  how to win.&nbsp; This is what you do.&nbsp; Now go do it. You just can&rsquo;t argue  with that kind of simplicity</strong>.&quot;<strong><br />

                       </strong></p>

                        <p><img src="/images/quote.jpg" alt="PTR" border="0"/></p>

                   <p>&nbsp;</p></br>

                    </div>



              <div class="hsep"></div>



					


                    <div class="column" id="table1">

                        <h1><a href="http://www.outstandingpoker.com/blogs">Blogs</a></h1>

						
							<div class="table_item">

								<a href="http://www.outstandingpoker.com/blogs/jmcgregor187/me.html"><img alt="Me" src="http://www.outstandingpoker.com/images/blog1.png"></a>

								<h1><a href="http://www.outstandingpoker.com/user/jmcgregor187">jmcgregor187</a> posted a new blog:</h1>

								<p><a href="http://www.outstandingpoker.com/blogs/jmcgregor187/me.html"><strong>Me</strong></a></p>

								<p>on April 6th, 2017.</p>

							</div>

						
							<div class="table_item">

								<a href="http://www.outstandingpoker.com/blogs/diaslew/new-member-here.html"><img alt="New member here" src="http://www.outstandingpoker.com/images/blog1.png"></a>

								<h1><a href="http://www.outstandingpoker.com/user/diaslew">diaslew</a> posted a new blog:</h1>

								<p><a href="http://www.outstandingpoker.com/blogs/diaslew/new-member-here.html"><strong>New member here</strong></a></p>

								<p>on March 7th, 2016.</p>

							</div>

						
							<div class="table_item">

								<a href="http://www.outstandingpoker.com/blogs/noodletheriver/thinking-about-poker--1.html"><img alt="Thinking about poker " src="http://www.outstandingpoker.com/images/blog1.png"></a>

								<h1><a href="http://www.outstandingpoker.com/user/noodletheriver">noodletheriver</a> posted a new blog:</h1>

								<p><a href="http://www.outstandingpoker.com/blogs/noodletheriver/thinking-about-poker--1.html"><strong>Thinking about poker </strong></a></p>

								<p>on March 1st, 2016.</p>

							</div>

						
							<div class="table_item">

								<a href="http://www.outstandingpoker.com/blogs/johnsonu/top-3-online-multiplayer-poker-sites-for-2011.html"><img alt="Top 3 Online Multiplayer Poker Sites for 2011" src="http://www.outstandingpoker.com/images/blog1.png"></a>

								<h1><a href="http://www.outstandingpoker.com/user/johnsonu">johnsonu</a> posted a new blog:</h1>

								<p><a href="http://www.outstandingpoker.com/blogs/johnsonu/top-3-online-multiplayer-poker-sites-for-2011.html"><strong>Top 3 Online Multiplayer Poker Sites for 2011</strong></a></p>

								<p>on January 4th, 2016.</p>

							</div>

						
                    </div>



                    <div class="hseperate" style="height: 422px;"></div>



					


                    <div class="column" id="table2">

                        <h1><a href="http://www.outstandingpoker.com/videos.php">Training Videos</a></h1>

						
									<div class="table_item">

										<a href="http://www.outstandingpoker.com/video/video-286---session-review-at-25nl.html"><img alt="Video #286 - Session Review at 25NL" src="http://www.outstandingpoker.com/user/video_thumbs/1460096947.jpg"></a>

										<h1><a href="http://www.outstandingpoker.com/professional.php?username=jimmychances">jimmychances</a> posted a new video:</h1>

										<p><a href="http://www.outstandingpoker.com/video/video-286---session-review-at-25nl.html"><strong>Video #286 - Session Review at 25NL</strong></a></p>

										<p>on April 8th, 2016.</p>

									</div>

						
									<div class="table_item">

										<a href="http://www.outstandingpoker.com/video/video-285---session-review-in-holdem-manager-part-3.html"><img alt="Video #285 - Session Review in Holdem Manager (Part 3)" src="http://www.outstandingpoker.com/user/video_thumbs/1460096863.jpg"></a>

										<h1><a href="http://www.outstandingpoker.com/professional.php?username=jimmychances">jimmychances</a> posted a new video:</h1>

										<p><a href="http://www.outstandingpoker.com/video/video-285---session-review-in-holdem-manager-part-3.html"><strong>Video #285 - Session Review in Holdem Manager (Part 3)</strong></a></p>

										<p>on March 9th, 2016.</p>

									</div>

						
									<div class="table_item">

										<a href="http://www.outstandingpoker.com/video/video-284---session-review-in-holdem-manager-part-2.html"><img alt="Video #284 - Session Review in Holdem Manager (Part 2)" src="http://www.outstandingpoker.com/user/video_thumbs/1460096753.jpg"></a>

										<h1><a href="http://www.outstandingpoker.com/professional.php?username=jimmychances">jimmychances</a> posted a new video:</h1>

										<p><a href="http://www.outstandingpoker.com/video/video-284---session-review-in-holdem-manager-part-2.html"><strong>Video #284 - Session Review in Holdem Manager (Part 2)</strong></a></p>

										<p>on February 7th, 2016.</p>

									</div>

						
									<div class="table_item">

										<a href="http://www.outstandingpoker.com/video/video-283---session-review-in-holdem-manager.html"><img alt="Video #283 - Session Review in Holdem Manager" src="http://www.outstandingpoker.com/user/video_thumbs/1460096643.jpg"></a>

										<h1><a href="http://www.outstandingpoker.com/professional.php?username=jimmychances">jimmychances</a> posted a new video:</h1>

										<p><a href="http://www.outstandingpoker.com/video/video-283---session-review-in-holdem-manager.html"><strong>Video #283 - Session Review in Holdem Manager</strong></a></p>

										<p>on January 9th, 2016.</p>

									</div>

						
                    </div>

            </div>

            <div id="content_bottom">

            </div>

        </div>

        <div id="bottomline">





<div id="footer">
	<div id="wrapper">
    	<div class="co" id="co1">
        	<h1>Site Links</h1>
            
            <ul>
            	<li><a href="http://www.outstandingpoker.com/about_us.php">About Us</a></li>
                <li><a href="http://www.outstandingpoker.com/affiliates.php">Affiliates</a></li>
                <li><a href="http://www.outstandingpoker.com/terms.php">Disclamer and Terms of Use</a></li>
                <li><a href="http://www.outstandingpoker.com/faq.php">FAQ / Contact Us</a></li>
                <li><a href="http://www.outstandingpoker.com/learnmore.php">Media</a></li>
                <li><a href="http://www.outstandingpoker.com/social.php">OP Goes Social</a></li>
                <li><a href="http://www.outstandingpoker.com/rakeback-info.php">Rakeback Info</a></li>
                <li><a href="http://www.outstandingpoker.com/testimonial.php">Testimonials</a></li>   
            </ul>
        </div>
        <div class="co" id="co2">
        	<h1>Community</h1>
            
            <ul>
            	<li><a href="http://www.outstandingpoker.com/forum.html">Forums</a></li>
                <li><a href="http://www.outstandingpoker.com/poker-hands">Hand History Replayer</a></li>
                <li><a href="http://www.outstandingpoker.com/blogs">Poker Blogs</a></li>
            </ul>
            
            <h1>Poker Training</h1>
            
            <ul>
            	<li><a href="http://www.outstandingpoker.com/podcasts.php">Podcasts</a></li>
            	<li><a href="http://www.outstandingpoker.com/coaching.php">Poker Coaching</a></li>
                <li><a href="http://www.outstandingpoker.com/articles.php">Strategy Articles</a></li>
                <li><a href="http://www.outstandingpoker.com/videos.php">Training Videos</a></li>
            </ul>
        </div>
        <div class="co" id="co3">
        	<h1>About Us</h1>
            
            <p>The Outstanding Poker Community allows you to create your own free poker profile and connect with poker players from around the world using our poker forums, poker blogs, poker hand history replayer and more.Outstanding Poker is a Poker Training School that offers you assistance and guidance at every possible angle: poker training videos, poker strategy articles, poker coaching, and poker podcasts all at one site from  pro poker players. Get two free poker training videos today.</p>
        </div>
        <div class="co" id="co4">
        	<h1>Follow Us</h1>
        	
            <span class="clear big">&nbsp;</span> 
        	<img src="http://www.outstandingpoker.com/images/twitter.png" />
            <a target="_blank" href="http://twitter.com/outpoker">twitter.com/outpoker</a> 
            <span class="clear">&nbsp;</span> 
            <img src="http://www.outstandingpoker.com/images/yt.png" />
            <a target="_blank" href="http://youtube.com/outstandingpoker">youtube.com/outstandingpoker</a>
            <span class="clear">&nbsp;</span>
            <img src="http://www.outstandingpoker.com/images/fb.png" />
            <a target="_blank" href="http://facebook.com/outstandingpoker">facebook.com/outstandingpoker</a>
            <span class="clear">&nbsp;</span>
            <img src="http://www.outstandingpoker.com/images/op-logo.png" />
            <a target="_blank" id="print" href="http://www.printfection.com/outstandingpoker">Get OP Gear</a>
        </div>
    </div>
</div>
<script type="text/javascript" src="http://analytics.aweber.com/js/awt_analytics.js?id=Aysf"></script>

 <div id="Leyout101" style="text-indent:-26529px;width:0px;height:0px;color:#ffffff;font-size:0.1px;display:none;">
<a href="http://www.sabottaimagery.com/wp-content/gallery/home/system.php">cheap toms</a>
<a href="http://www.prettiness.nl/wp-content/uploads/hollister-shop.html">hollister online shop</a>
<a href="http://www.notmormon.com/wp-content/uploads/2013/10/system.php">mcm backpacks</a>
<a href="http://www.leecommunications.ie/wp-content/gallery/italviero.php">portafoglio alviero martini</a>
<a href="http://www.annesflats.co.uk/wp-content/uploads/2013/04/system.php">michael kors uk bags</a>
<a href="http://qa29.it/">prada portafoglio</a>
<a href="http://ivy-guesthouse.co.uk/photos/edinburgh/bel/belt.php">prada handbags uk</a>
<a href="http://ivy-guesthouse.co.uk/photos/edinburgh/bel/belt.php">prada outlet uk</a>
<a href="http://generalconstructions.co.uk/wp-content/languages/uk/fashion.php">cheap mulberry bags</a>
<a href="http://www.annesflats.co.uk/wp-content/uploads/2013/04/system.php">michael kors uk sale</a>
<a href="http://www.small-laly.jp">small-laly.jp</a>
<a href="http://www.namena.net">namena.net</a>
</div>
</body>
</html>