Probably from friends there who knows how to make ads pop up on blogs. But for friends who have not been able and want to advertise using pop-up window for increased revenue from advertising, please follow the steps below.

For the first step please enter your friends (login) into account his own blog. Then click the Layout or (design), then select the Add a Gadget (Add Element).

Then if it is out of the new window select the HTML / JavaScript. After that you please copy the code below and paste it in the window of an HTML / JavaScript earlier.

<style type="text/css">
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}

.gbcontent{
float:right;
border:2px solid #A5BD51;
background:#ffffff;
padding:10px;
}
</style>

<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.top = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div id="gb">
<div class="gbtab" onclick="showHideGB()">
<div class="gbcontent">
<div style="text-align:right">
<a href="javascript:showHideGB()">
.:[Click 2 times to close this ad]:.
</a>
</div>
<center>


GANTI TULISAN INI DENGAN SCRIPT IKLAN YANG KAMU PUNYA (CONTOH SCRIPT DARI ADSENSE)

</center>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.center = (30-gb.offsetWidth).toString() + "px";
</script></div></div>



With this code I've proved it and it works, please see the results of the code that I have a UK plug my blog. CLICK HERE