The following banners buttons have been
provided for your use in promoting the Online Instant Profits
ebook.
Instructions:
1. Please choose the banner/button
you would like to use on your web site.
2. Right click and save the
banner/button to your computer.
3. Upload the banner/button to your
web sever.
4. Place the image on your web site
in the location you would like it to appear.
5. Create a hyperlink on the
banner/button using the following link code:
http://YOURCBNICKNAME.puredigi.hop.clickbank.net/
* Make sure to replace "YOURCBNICKNAME" with your ClickBank
Nickname so that you will receive a commission on any sales that
come through your affiliate banner/button on your web site.
** In order to keep OnlineInstantProfits.com
loading quickly and providing your potential customers with the
best possible purchasing experience, please DO NOT link
these image locations to your web pages when placing them on your
web site. Only serve the images from a local location of your web
individual web site.
If you need assistance in installing your banners, simply click on
the
"contact" link for personal assistance from our support staff.
When you email, please provide a detailed description of the
problem you are experiencing and the steps you have taken in
installing your banner or button.
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…
"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>
//specify page to pop-under
var popunder="http://xxxxx.puredigi.hop.clickbank.net"
//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=1
///No editing beyond here required/////
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}
function loadpopunder(){
win2=window.open(popunder)
win2.blur()
window.focus()
}
if (once_per_session==0)
loadpopunder()
else
loadornot()
</script>
</HEAD>