var item = new Array (); item[0] = new Array (4); item[0][0]='http://n2.vatera.hu/photos/1e/50/bba_1_300.jpg'; item[0][1]='Állatorvosok, kozmetikusok, kutya, macska,weboldal'; item[0][2]='18 000'; item[0][3]='http://www.vatera.hu/allatorvosok_kozmetikusok_kutya_macska_weboldal_180028897.html'; item[1] = new Array (4); item[1][0]='http://n2.vatera.hu/photos/17/5c/aba_1_300.jpg'; item[1][1]='Motorola Canopy 5700AP és 5700SM'; item[1][2]='25 000'; item[1][3]='http://www.vatera.hu/motorola_canopy_5700ap_es_5700sm_180012401.html'; item[2] = new Array (4); item[2][0]='http://n1.vatera.hu/photos/09/e4/bba_1_300.jpg'; item[2][1]='D-link ADSL2+ Modem'; item[2][2]='500'; item[2][3]='http://www.vatera.hu/d_link_adsl2_modem_180047504.html'; var utm = '?' + 'utm_source=www.orosweb.hu&utm_medium=2&utm_term=320&utm_content=166283&utm_campaign=affiliate'; for(i=0;i<4;i++) { document.write('
'); document.write(''); document.write(''); document.write('
'); for(k=0;k<2;k++){ var act = Math.floor(Math.random()*item.length); var etc = ""; if(item[act][1].length>17) etc="..."; document.getElementById("vatera_rss_js2"+i).innerHTML += '' + item[act][1].substring(0,17)+etc+ ''; document.getElementById("vatera_rss_js2_price"+i).innerHTML += item[act][2]+',-Ft
'; } }