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

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

