// controllo che newurl abbia valori validi, altrimenti sara settato index.html per default

if (newurl=="http://www.dooyoo.com/en/") {   } 
else if (newurl=="http://www.dooyoo.com/en/releases/index.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/awards.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/management.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/career.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/supervisory-board.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/investors.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/security.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/conditions.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/solutions.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/solutions/advertising.html") { newurl="http://www.dooyoo.com/en/advertise.html" } 
else if (newurl=="http://www.dooyoo.com/en/solutions/mafo.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/contact.html") {   } 
else if (newurl=="http://www.dooyoo.com/en/sitemap.html") {   } 
else { newurl="http://www.dooyoo.com/en/" }; 

