window.onload=function() {
anc=document.getElementsByTagName('a');
for(c=0;c<anc.length;c++) {
if(anc[c].className=='ulubione') {
anc[c].onclick=function() {
if(document.all) {
window.external.AddFavorite('http://www.adamgnych.pl','Adam Gnych');
}
else if(window.opera && window.print) {
var elem = document.createElement('a');
elem.setAttribute('http://www.adamgnych.pl',url);
elem.setAttribute('Adam Gnych',title);
elem.setAttribute('rel','sidebar');
elem.click();
} 
else {
if(window.sidebar) {
window.sidebar.addPanel('Adam Gnych','http://www.adamgnych.pl','');

}
}
}
}
if(anc[c].className=='ulubione_p') {
anc[c].onclick=function() {
if(document.all) {
window.external.AddFavorite('http://www.platformatestowonline.pl','Platforma Testow Psychologicznych ON-LINE');
}
else if(window.opera && window.print) {
var elem = document.createElement('a');
elem.setAttribute('http://www.platformatestowonline.pl',url);
elem.setAttribute('Platforma Testow Psychologicznych ON-LINE',title);
elem.setAttribute('rel','sidebar');
elem.click();
} 
else {
if(window.sidebar) {
window.sidebar.addPanel('Platforma Testow Psychologicznych ON-LINE','http://www.platformatestowonline.pl','');

}
}
}
}
}
}
coothead
