Mind Motivators
Affiliate Marketing
Toolbox:

Using Pop-Ups

No matter if you hate or love them - pop-ups are one of the most powerful marketing weapons you can start using to promote Instant Sales Letters

Here's one of the most effective (and least intrusive) way to start using pop-ups…

1. "Pop Under" or "Pop Behind":

When a visitor comes to your web page - they'll see the exact same thing...nothing changes. But, the pop-behind code will open up a new browser (behind their current browser window) and that prospect will then be exposed to our powerful sales letter promoting Instant Sales Letters.

Your affiliate id# will be embedded in the new browser so even if they come back and buy a different product from us - you'll get the credit!

This techniques works great and it doesn't matter if you get a lot of traffic or just a little bit (Of course the more traffic you get - the higher your commissions check will be).

This is a great way to earn back-end income by simply adding a few lines of code to your home page, and then sitting back and relaxing!

Here's the Javascript code you can use to insert into the header of your Web page so your affiliate page will load behind the user's browser in a new window.

Remember to insert your affiliate id# so you get credit!
(substitute 'xxxxx' with you id#)

Instructions:

Cut and paste the following Javascript code between the head tags of your Web page, below your meta-tags.

Here's the code:

<HEAD>

<script>

lt;!-- Hide script from older browsers 
if(navigator.appName.indexOf("WebTV")==-1) 
{
myWin = open('','winin','toolbar=yes,location=yes,menubar
=yes,scrollbars=yes,status=yes,resizable=yes');
myWin.blur();
myWin.location='http://www.mindmotivators.com/?xxxxx';var shut=true;
}
// end hiding contents -->

</script>

</HEAD>

Back to the Toolbox Main Page