/*!
 * AstroHoroscop JavaScript v1.3.1
 * http://www.astrohoroscop.ro/
 */

function Pop(zod)
{
	var uri = 'http://static.astrohoroscop.ro/resurse/horoscop-'+zod+'.html';
	newwindow = window.open(uri,'horoscop'+zod,'width=400,height=340,left='+(screen.availWidth/2-180)+',top='+(screen.availHeight/2-140)+',location=0,status=0,scrollbars=0,menubar=0,resizable=0');
	if (window.focus) {newwindow.focus()}
	return false;
}

document.write('<style type="text/css">');
document.write('div.astrosprite { font-family:Tahoma, sans-serif; font-size:11px; font-weight:normal; background-color:#f4f8ff; color:#238ac2; display:inline-block; text-align:center;}');
document.write('div.astrosprite a { text-decoration:none; color:#238ac2; display:inline-block; width:58px;}');
document.write('div.astrosprite a:hover { color:#ff9900;}');
document.write('div.astrosprite a span { display:block; width:50px; height:50px; background-color:#666666; margin:3px; background:#ffffff url(http://static.astrohoroscop.ro/images/horosprite.gif) no-repeat scroll; border:1px solid #ffffff;}');
document.write('div.astrosprite a span.be { background-position:0px 0px;}');
document.write('div.astrosprite a span.ta { background-position:0px -50px;}');
document.write('div.astrosprite a span.ge { background-position:0px -100px;}');
document.write('div.astrosprite a span.ra { background-position:0px -150px;}');
document.write('div.astrosprite a span.le { background-position:0px -200px;}');
document.write('div.astrosprite a span.fe { background-position:0px -250px;}');
document.write('div.astrosprite a span.ba { background-position:0px -300px;}');
document.write('div.astrosprite a span.sc { background-position:0px -350px;}');
document.write('div.astrosprite a span.sa { background-position:0px -400px;}');
document.write('div.astrosprite a span.ca { background-position:0px -450px;}');
document.write('div.astrosprite a span.va { background-position:0px -500px;}');
document.write('div.astrosprite a span.pe { background-position:0px -550px;}');
document.write('div.astrosprite a strong { font-weight:normal; display:block; text-align:center; padding-bottom:4px;}');
document.write('div.astrosprite a:hover span { border-color:#e6eeff;}');
document.write('</style>');

document.write('<div id="AstroHoroscopV1_S3" class="astrosprite" style="width:234px;">');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/berbec" title="Horoscop Berbec" onclick="Pop(\'berbec\');return false;" target="_blank"><span class="be"></span><strong>Horoscop Berbec</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/taur" title="Horoscop Taur" onclick="Pop(\'taur\');return false;" target="_blank"><span class="ta"></span><strong>Horoscop Taur</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/gemeni" title="Horoscop Gemeni" onclick="Pop(\'gemeni\');return false;" target="_blank"><span class="ge"></span><strong>Horoscop Gemeni</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/rac" title="Horoscop Rac" onclick="Pop(\'rac\');return false;" target="_blank"><span class="ra"></span><strong>Horoscop Rac</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/leu" title="Horoscop Leu" onclick="Pop(\'leu\');return false;" target="_blank"><span class="le"></span><strong>Horoscop Leu</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/fecioara" title="Horoscop Fecioara" onclick="Pop(\'fecioara\');return false;" target="_blank"><span class="fe"></span><strong>Horoscop Fecioara</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/balanta" title="Horoscop Balanta" onclick="Pop(\'balanta\');return false;" target="_blank"><span class="ba"></span><strong>Horoscop Balanta</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/scorpion" title="Horoscop Scorpion" onclick="Pop(\'scorpion\');return false;" target="_blank"><span class="sc"></span><strong>Horoscop Scorpion</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/sagetator" title="Horoscop Sagetator" onclick="Pop(\'sagetator\');return false;" target="_blank"><span class="sa"></span><strong>Horoscop Sagetator</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/capricorn" title="Horoscop Capricorn" onclick="Pop(\'capricorn\');return false;" target="_blank"><span class="ca"></span><strong>Horoscop Capricorn</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/varsator" title="Horoscop Varsator" onclick="Pop(\'varsator\');return false;" target="_blank"><span class="va"></span><strong>Horoscop Varsator</strong></a>');
document.write('<a href="http://www.astrohoroscop.ro/horoscop/zilnic/pesti" title="Horoscop Pesti" onclick="Pop(\'pesti\');return false;" target="_blank"><span class="pe"></span><strong>Horoscop Pesti</strong></a>');
document.write('</div>');


