		<script type="text/javascript"></script>
				<style type="text/css">
		<!--
			body {background-color:#E6E6E6;}
			.white {text-decoration:none; color: #000000;}
			.white:hover {text-decoration:underline;color:#000000;}
			.whitenav {text-decoration:none;color:#000000;}
			.whitenav a:link, .whitenav a:visited, .whitenav a:active {text-decoration:none;color:#000000;}
			.whitenav a:hover {text-decoration:underline;}
				.style4 {
	font-family: Tahoma;
	font-size: 14px;
}
-->
                </style>
  <style type="text/css">
<!--
body {
	background-color: #E6E6E6;
	padding: 0px;
	margin: 0px;
	
}
.style4 {
	font-family: Tahoma;
	font-size: 14px;
}
.style5 {font-family: Tahoma}
.style6 {font-size: 14px}
-->
  </style>
 <style type="text/css">
<!--

body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #333333;
}
#Layer1 {
position:absolute;
left: 100%;
top: 2px;
width:150;
height:356;
overflow:visible;
background-color:transparent;
margin:0 0 0 -150px;
padding:0;
color:#000;
font-family:helvetica,verdana,arial,tahoma,sans-serif;
z-index:1000000000;
border:none;
float:none;
}
.style8 { font-family: Tahoma;
font-size: 14px;
}
.style28 {font-family: Tahoma; font-weight: bold; font-size: 14pt; }
.style29 {
font-size: 40px;
font-family: impact;
color: #CC0000;
}
-->
  </style>
  <style type="text/css">
.contentboxgen{
height: auto;
width: 400px;
background-color: #FBFDBB;
border-width: 4px;
border-style: dashed;
border-color: #CC0000;
font-family: Arial;
font-size: Small;
color: #000000;
text-align: left;
overflow: auto;
margin-left: 105px;
padding: 10px;
}
.contentboxgen1 {
height: auto;
width: 400px;
background-color: #FBFDBB;
border-width: 4px;
border-style: dashed;
border-color: #CC0000;
font-family: Arial;
font-size: Small;
color: #000000;
text-align: left;
overflow: auto;
margin-left: 105px;
padding: 10px;
}
.style37 {color: #000000}
.style40 {
	font-size: 14px
}
.style43 {font-size: 16px}
.style48 {
	color: #000000;
	font-size: 16px;
	font-family: Tahoma;
}
.style1h {
	font-family: Impact;
	font-size: 36px;
	color: #c90000;
}
.style3h {font-family: Impact; font-size: 24px; color: #c90000; }
.style4h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style5h {
	font-family: Tahoma;
	font-size: 14px;
}
.style58 {color: #FFFFFF}
.style59 {font-size: 16pt}
.style60 {font-size: 18px}
.style71 {font-size: 30px}
.style77 {	font-family: Tahoma;
	font-size: 14px;
}
.style77 {	font-family: Tahoma;
	font-size: 14px;
}
.style78 {color: #0000FF}
-->
  </style>
</head>
	<body>
<!-- Header Image -->
<MAP NAME="map">
	<!-- x1, y1, x2, y2 -->
	<AREA SHAPE="rect" COORDS="0,0,770,113" href="index.php?page=home">
</MAP>
<table width="721" height="228" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td background="http://maximumplr.com/images/header.jpg"> <img src="http://maximumplr.com/images/header.jpg" /></td>
  </tr>
</table>
<table width="721" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="139" background="http://maximumplr.com/images/content_bg.png" valign='top'>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" >
	
	<!-- Top Navigation 
	<tr>
		<td height="41" valign="middle"  class="whitenav" style="font-weight:bold; text-align:right; padding-left:10px; padding-right:10px">
		<a href="index.php" class="white">Home</a> |
		 <a href="index.php?page=login" class="white">Login</a> 		</td>
	</tr> -->	<tr>
		<td >
		<!--CONTENT[START]--><script language="JavaScript1.2">

// Drop-in content box- By Dynamic Drive
// For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
// This credit MUST stay intact for use

var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"

var bouncelimit=32 //(must be divisible by 8)
var direction="up"

function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-250+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}

function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<100+scroll_top)
crossobj.top=parseInt(crossobj.top)+40+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}

function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}

function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}

function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}


function get_cookie(Name) {
var search = Name + "="
var returnvalue = ""
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset)
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function dropornot(){
if (get_cookie("droppedin2")==""){
window.onload=function(){setTimeout("initbox()", 15000)}
document.cookie="droppedin2=yes"
}
}

</script>
	<div id="dropin" style="border-style: dotted; position: absolute; visibility: hidden; left: 10px; top: 110px; width: 500px; height: 900px; background-color: rgb(255, 255, 255); Z-INDEX: 999;">

<div align="right">
  <p><a href="#" onClick="dismissbox();return false">[Close Box]</a></p>
  <blockquote>
    <p align="center" class="style1h">"Enter Your Details Below For Free Unrestricted PLR To A Brand New And Sizzling Hot Affiliate Marketing Video!</p>
    <p align="left"><img src="http://www.renegadecloaker.com/images/box-smaller.jpg" width="200" height="219" hspace="10" align="left"><span class="style5">Need a product that you can sell for <strong>100% instant cash profit</strong> right now?</span></p>
    <p align="left" class="style5h">Looking for <u>top quality PLR</u> that you can use as a bonus for your existing product portfolio?</p>
    <p align="left" class="style5h">Want a professionally created video that you can use to build your list or add to your membership sites? Usually you'd pay $47 or more for top quality PLR products, especially when they're video... <u>but NOT today</u>!</p>
    <p align="left" class="style5h">In fact... today, simply by entering your name and email address below, you'll get instant access to a brand new product and we'll give you <strong>unrestricted Private Label Rights to it</strong>...</p>
    <p align="left" class="style5h">All FREE!</p>
    <p align="left" class="style5h">So, go ahead... enter your name and email address below and grab instant access to this brand new affiliate marketing video, PowerPoint slides, and Mind Map... <strong>all with unrestricted PLR... and yes... all free!</strong></p>
    </blockquote>
  <p align="center"><span class="style3h">Enter Your Details Below Now:</span>
<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="536399868">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="maxplrp">
<input type="hidden" name="redirect" value="http://www.maximumplr.com" id="redirect_4a4d237fc48ddabfcef3e796e0775229">
<input type="hidden" name="meta_redirect_onlist" value="http://www.maximumplr.com">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center></center></td></tr>
<tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
    <tr><td colspan=2><center></center></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="submit" value="Give Me My Free PLR Now!>>"></td></tr>
</table>
</form>

<img src="http://forms.aweber.com/form/displays.htm?id=rMxszJycHGwc" border="0" />
</center>
</p>
  <p align="center">    </p>
</div></div>	

	
<table width="670" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
      <tr>
        <td><h2 align="center" class="style28 style37"></h2>
          <h2 align="center" class="style28 style37"><u>Attention</u>: This Limited Time Free Offer Could Expire At Any Time!</h2>
          <h2 align="center" class="style28 style37"><img src="http://maximumplr.com/images/free-front-headline.jpg" width="600" height="139" /></h2>
          <h2 align="center" class="style28 style37"><span class="style60"><strong>In just a few short minutes from right now you could be</strong><strong></strong> <strong>making sales and generating cold hard cash profit without having to do ANY hard work... </strong></span></h2>
          <h2 align="center" class="style28 style37"><span class="style60"><strong>And it's completely FREE  (<font 
style="BACKGROUND-COLOR: yellow">for a short while</font>)...</strong></span></h2>
          <p align="right" class="style28 style37"><span class="style58"><img src="http://www.maximumplr.com/images/sigs.jpg" width="200" height="52" /></span></p>
          <p align="center" class="style28 style37"></p>
          <p align="left" class="style37 style5 style43">Dear
            Friend,</p>
          <p align="left" class="style37 style5 style43"><span style="float:left;color:darkred;font-size:100px;line-height:80px;padding-top:1px;padding-right:5px;font-family: times;">W</span>e're about to hand you everything you need to start putting cold hard cash in your pocket today (YES -- TODAY).</p>
          <p align="left" class="style37 style5 style43">This is a <strong>complete business in a box</strong>, created and packaged by the PREMIER professionals in the industry...</p>
          <p align="left" class="style37 style5 style43">We're going to hand you a brand new product that you can sell as your own -- one that you would have to pay thousands to create by yourself... <em>yes, thousands</em>... and we're going to hand this to you for free today!</p>
        <!--  <p align="left" class="style37 style5 style43">Check out the short 4 minute video below to see exactly how you could be jamming cash in YOUR pockets today with this professionally created business in a box,<strong> that we want to give you for FREE!</strong></p>
          <p align="center" class="style37 style5 style43"><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4636808&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4636808&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object> --><p align="center" class="style5 style78"><strong><a href='#joinfree'>READY TO GRAB YOURS FOR FREE WHILE IT'S STILL AVAILABLE? -- THEN CLICK HERE BEFORE IT'S TOO LATE!</a></strong></p>
          <p align="center"><span class="style29 style71">Introducing: Info Product Profits Package With PLR!</span></p>
          <p align="left" class="style5 style43 style37">You know what I hate about a lot of PLR products? Their quality sucks.</p>
          <p align="left" class="style5 style43 style37">That's why when my partner John and I decided to do this -- <strong>we knew we were just plain gonna take it to another level.</strong></p>
          <p align="left" class="style5 style43 style37">I'm talking high quality content... <u>I'm talking about a REAL Sales Letter</u>... I'm talking about great looking graphics...</p>
          <p align="left" class="style5 style43 style37">I'm talking about a package that you could very easily just put your name and payment links on and start profiting from immediately -- <em>without one ounce of effort.</em></p>
          <p align="left" class="style5 style43 style37">And that's <strong>EXACTLY</strong> what we did by creating a PLR product like this for you...</p>
          <p align="center" class="style5 style43 style37"><img src="http://maximumplr.com/images/bundle-add.jpg" width="612" height="365" border="0" /></p>
          <p align="center" class="style43 style5 style78"><strong><a href='#joinfree'>READY TO GRAB YOURS FOR FREE WHILE IT'S STILL AVAILABLE? -- THEN CLICK HERE BEFORE IT'S TOO LATE!</a></strong></p>
          <p align="left" class="style37 style43 style5">Yeah...<strong> this is taking PLR to a whole 'nother level... </strong>in fact...</p>
          <p align="center"><span class="style29 style71">Here's Everything You'll Receive For <font 
style="BACKGROUND-COLOR: yellow">Free Today!</font></span></p>
          <p align="left"><span class="style37 style5 style43"><strong>Generating cash on the Internet just got easier...</strong> and here's everything that you're getting if you jump in on this free offer before we pull it for good.</span></p>
          <div align="center">
            <table bgcolor="#FFFFFF" border="0" bordercolor="#FFFFFF" cellpadding="5" cellspacing="5" width="539">
              <tbody>
                <tr>
                  <td width="84"><div align="center"><img src="http://www.maximumplr.com/images/yes.png" width="50" height="50" /></div></td>
                  <td width="408"><div align="right" class="style48">
                      <div align="left"><strong>A Completely Editable And Professionally Crafted Video  Tutorial Series:</strong> Sell As Is, Break Em Up Into Multiple Video Products, And Just Plain Profit!</div>
                  </div></td>
                </tr>
                <tr>
                  <td><div align="center"><img src="http://www.maximumplr.com/images/yes.png" width="50" height="50" /></div></td>
                  <td><div align="right" class="style48">
                      <div align="left"><strong>A Complete Set Of Transcripts Of All Videos AND The  Transcript Source Files:</strong> Turn Into A Report Or Leave As Is... Either Way You Give Your Buyer's More Value By Offering Them A True Multimedia Course!</div>
                  </div></td>
                </tr>
                <tr>
                  <td><div align="center"><img src="http://www.maximumplr.com/images/yes.png" width="50" height="50" /></div></td>
                  <td><div align="right" class="style48">
                      <div align="left"><strong>A Fully Customizable Long Form Sales Letter Written By  Multi-Million Dollar Copy Guy:</strong> Can You Say, "More Sales Faster!"?... Because You Now Own A Sales Letter Written By A Million Dollar Producing Copywriter!</div>
                  </div></td>
                </tr>
                <tr>
                  <td><div align="center"><img src="http://www.maximumplr.com/images/yes.png" width="50" height="50" /></div></td>
                  <td><div align="right" class="style48">
                      <div align="left"><strong>A Professionally Created Graphics Set Complete With  PSD's: </strong>These Eye Catching Designs Are Already Built To Convert But You Can Edit Them Any Which Way You Choose!</div>
                  </div></td>
                </tr>
                <tr>
                  <td><div align="center"><img src="http://www.maximumplr.com/images/yes.png" width="50" height="50" /></div></td>
                  <td><div align="right" class="style48">
                      <div align="left"><strong>A Matching WordPress Blog Theme:</strong> Use This To Get More Traffic For Yourself Or Blow Your Customers Away By Offering Up This Beautiful Matching WP Blog Theme!</div>
                  </div></td>
                </tr>
                <tr>
                  <td><div align="center"><img src="http://www.maximumplr.com/images/yes.png" width="50" height="50" /></div></td>
                  <td><div align="right" class="style48">
                      <div align="left"><strong>And More�</strong> yep, we're handing you just everything you need to  succeed online � <em>for FREE!</em></div>
                  </div></td>
                </tr>
              </tbody>
            </table>
          </div>
          <p align="center" class="style5 style78"><strong><a href='#joinfree'>READY TO GRAB YOURS FOR FREE WHILE IT'S STILL AVAILABLE? -- THEN CLICK HERE BEFORE IT'S TOO LATE!</a></strong></p>
          <p align="center" class="style29 style71">Sign Up Now To Gain Instant Free Access To This Business In A Box And Start Generating Hands Free Profits As Soon As Today!</p>
          <p align="left"><span class="style43 style5 style37">It's no secret that having your own product is crucial to your online success. It's also no secret that creating your own product or products is <strong>time and labor intensive.</strong></span></p>
          <p align="left" class="style5 style37">Or... <u>if you outsource</u> and hire things out... that's smart use of your time but just plain expensive and no guarantee of quality.</p>
          <p align="left" class="style5 style37">Well... right here and right now you have the opportunity to put your hands on your very own high quality product, <strong>engineered from the ground up</strong> by an elite and very expensive team.</p>
          <p align="left" class="style5 style37">BUT... you don't have to pay a thing...</p>
          <p align="left" class="style5 style37">That's right. <strong>All of this is yours for free if you take action today</strong> and enter your details below to get started:-)</p>
          <p align="left" class="style5 style37"><em>Don't even blink too long though</em> -- we might come to our senses soon and pull this offer for good!</p>
          <p align="left" class="style8 style37 style43">To
            your success,</p>
          <p class="style59" align="left"><img src="http://www.maximumplr.com/images/sigs.jpg" width="200" height="52" /></p>
          <div align="center">
            <p class="style29 style71"><img src="http://maximumplr.com/images/sign-up-free.jpg" width="579" height="169" /></p>
          </div>
          <table width="546" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td><img src="http://maximumplr.com/images/product-box_01.jpg" width="546" height="73" /></td>
            </tr>
            <tr>
              <td background="http://maximumplr.com/images/product-box_02.jpg"><table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td><p></p>
                        <div align="left" class="style5 style4 style40"></div>
              <a name="joinfree"></a>          <p align="center" class="style48"><table width="50%" border="0" align="center" cellpadding="0" cellspacing="0" >
 
    <form name="loginfrm" method="post" action="signup.php" style="margin:0; padding:0;">
<input type="hidden" name="pc" value="N/A" />
<input type="hidden" name="rid" value="" /><table width="230" border="0" align="center" cellpadding="4" cellspacing="0"><tr><td colspan="2" align="center"></td></tr><tr class="membertdbold">
    <td colspan="2" align="center">Free Registration</td>
  </tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">First Name:</td>
    <td align="left"><input name="firstname" type="text" size="20" id="firstname" value=""/></td>
  </tr><tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">Last Name:</td>
    <td align="left"><input name="lastname" type="text" size="20" id="lastname" value="" /></td>
  </tr><tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">Email Address: </td>
    <td align="left"><input name="email" type="text" id="email" value="" size="30" /></td>
  </tr>
  <tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">Confirm Email Address: </td>
    <td align="left"><input name="email2" type="text" id="email2" value="" size="30" /></td>
  </tr><tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">Username:</td>
    <td align="left"><input name="username" type="text" id="username" value="" /></td>
  </tr>
  <tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">Password:</td>
    <td align="left"><input name="password" type="password" id="password" value="" /></td>
  </tr>
  <tr>
    <td align="left" nowrap="NOWRAP" class="formlabelbold">Confirm Password: </td>
    <td align="left"><input name="password2" type="password" id="password2" value="" /></td>
  </tr><tr>
    <td align="left" class="formlabelbold">Security Code: </td>
    <td align="left" nowrap="nowrap">
	<img src="captcha.php" alt="captcha image"><br />
	<input type="text" name="captcha" size="3" maxlength="3" /> 
	<font size="2" face="Verdana, Arial, Helvetica, sans-serif">(enter 3 black symbols)</font> </td>
  </tr>
  <tr>
    <td colspan="2" align="center"><input type="submit" name="Submit" value="Submit">   </td>
  </tr>
</table>
<input type="hidden" name="fee" id="fee" value="0.00"><input type="hidden" name="mtid" id="mtid" value="1"></form>

</p>
                        <p></p>
                      <p></p>                      </td>
                  </tr>
              </table></td>
            </tr>
            <tr>
              <td><img src="http://maximumplr.com/images/product-box_03.jpg" width="546" height="31" /></td>
            </tr>
          </table>
          <p class="style77" align="left"><span class="style37"><span class="style43"><strong>PS</strong> - This is your chance to quickly and easily stuff cash in your pockets as soon as today and getting started couldn't be simpler. Just fill in the information on the form above and in mere minutes you'll be directed to your downloads (<strong>All FREE For A Limited Time</strong>).</span></span></p>
          <p align="left" class="style8 style37 style43"><strong>PPS</strong> - There's no other site online offering this kind of quality PLR -- email any of the other sites and ask them if their copywriter has written multi-million dollar sales letters and we're pretty confident they'll answer, <em>"No"</em>. And all you need to do to get your hands on this is gin up free. That's it. But you need to move now before we pull this offer for good!</p>
          <p align="left" class="style8 style37 style43"><strong>PPPS</strong> - We've taken the principle of "moving the free line" <u>to a totally new place</u>. So, as you can imagine, we're not likely to keep this offer free for very long. If you want a plug and play product created by a million dollar product creation team, then the<strong> time to act is right now.</strong></p>
          <p></p>

<!--CONTENT[FINISH]-->		</td>
	</tr>

	<!-- MK Added 08/22/07 -->

	
	<!-- MK Added 08/22/07 -->

</table>
</td>
        </tr>
		
      </table>
      </div></td>
  </tr>

</table>
<table width="721" height="51" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="131" background="http://maximumplr.com/images/footer.jpg"><img src="http://maximumplr.com/images/footer.jpg"  height="131" /></td>
  </tr>
</table>
<p align="center"><strong><span class="style5"><span class="style6"><a href="http://maximumplr.com/v2/login.php">Member Login</a> <a href="http://maximumplr.com/v2/contactus.php">Contact Us</a> <a href="http://www.domainsintodollars.com/TOS.html" target="_blank">Terms of   Use</a> <a href="http://www.domainsintodollars.com/Privacy_Policy.html" target="_blank">Privacy Policy</a></span></span></strong></p>
<p align="center" class="style4">Copyright 2008 - 2009 All Rights Reserved Maximum PLR</p>



<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5122411; 
var sc_invisible=1; 
var sc_partition=58; 
var sc_click_stat=1; 
var sc_security="00965c16"; 
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="web stats"
href="http://www.statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/5122411/0/00965c16/1/"
alt="web stats" ></a></div></noscript>
<!-- End of StatCounter Code -->




<P align=center><A href="http://www.maximumplr.com/blog"><FONT color=#ffffff size=1 face=arial,helvetica,sans-serif>Maximumplr Blog</FONT></A></P>
		</body>
</html>