<!--
licz=0;
function 
function otworz()
{
	margines_left = 100;
	margines_top = 50;
	szerokosc = 400;
	wysokosc = 300;
	czas_otwarcia = 10000; // w msec obecnie 10sec
config='left='+margines_left+',top='+margines_top+',width='+szerokosc+',height='+wysokosc+',innerheight=300,innerwidth=400,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes';
kitekSC='okno' + licz;
stadion=window.open('pop-up',kitekSC,config);
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
stadion.document.write('<TITLE>OGLOSZENIA ANONSE BEZPLATNE OG&#321;OSZENIA DARMOWE ANONSE OGLOSZENIA INTERNETOWE</TITLE>');
stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",'+czas_otwarcia+')');
stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('\n<FRAMESET COLS="*" BORDER="0" FRAMEBORDER="0" FRAMESPACING="0">');
stadion.document.write('<FRAME NAME="glowne" NORESIZE FRAMEBORDER="0" SRC="http://www.ogloszenia.cogdziekupic.pl/">\n');
stadion.document.write('</FRAMESET>');
stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
}
//-->
