var message = new Array(); message[0] = "Kami_siap_memberikan_bantuan_perpajakan"; message[1] = "Penghitungan_Pajak_Penghasilan_(PPh)"; message[2] = "Penghitungan_Pajak_Pertambahan_Nilai_(PPN)"; message[3] = "Pengisian_SPT_Masa_dan_Tahunan"; message[4] = "Pengisian_Electronic_SPT_(e-SPT)"; message[5] = "SEGERA_HUBUNGI_KAMI_!!!"; var reps = 2; var speed = 200; var p = message.length; var T = ""; var C = 0; var mC = 0; var s = 0; var sT = null; if (reps < 1) reps = 1; function doTheThing() { T = message[mC]; A(); } function A() { s++; if (s > 8) { s = 1;} if (s == 1) { document.title = 'HTTP://pajak.aspondmx.com_ '+T+'_ =----'; } if (s == 2) { document.title = 'http://PAJAK.aspondmx.com_ '+T+'_ -=---'; } if (s == 3) { document.title = 'http://pajak.ASPONDMX.com_ '+T+'_ --=--'; } if (s == 4) { document.title = 'http://pajak.aspondmx.COM_ '+T+'_ ---=-'; } if (s == 5) { document.title = 'http://pajak.ASPONDMX.com_ '+T+'_ ----='; } if (s == 6) { document.title = 'http://PAJAK.aspondmx.com_ '+T+'_ ---=-'; } if (s == 7) { document.title = 'HTTP://pajak.aspondmx.com_ '+T+'_ --=--'; } if (s == 8) { document.title = 'http://pajak.aspondmx.com_ '+T+'_ -=---'; } if (C < (8 * reps)) { sT = setTimeout("A()", speed); C++; } else { C = 0; s = 0; mC++; if(mC > p - 1) mC = 0; sT = null; doTheThing(); } } doTheThing(); function blockError(){return true;} window.onerror = blockError;