function translateSp() 
        {
		
		   var enURL;
           enURL = "<a href=\"";
           enURL += location.href;
           enURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/us.png\" alt=\"French\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
           var frURL;
           frURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|fr&u=";
           frURL += location.href;
           frURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/fr.png\" alt=\"French\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var deURL;
		   deURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|de&u=";
           deURL += location.href;
           deURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/de.png\" alt=\"German\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var itURL;
		   itURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|it&u=";
           itURL += location.href;
           itURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/it.png\" alt=\"Italian\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var ptURL;
		   ptURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|pt&u=";
           ptURL += location.href;
           ptURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/pt.png\" alt=\"Portuguese\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var esURL;
		   esURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|es&u=";
           esURL += location.href;
           esURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/es.png\" alt=\"Spanish\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var jpURL;
		   jpURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|ja&u=";
           jpURL += location.href;
           jpURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/jp.png\" alt=\"Japanese\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var krURL;
		   krURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|ko&u=";
           krURL += location.href;
           krURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/kr.png\" alt=\"Korean\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   var cnURL;
		   cnURL = "<a href=\"http://209.85.171.104/translate_c?hl=en&langpair=en|zh-CN&u=";
           cnURL += location.href;
           cnURL += "\"><img src=\"http://www.viitrio.com/wp-content/widget/viitrio-translator/cn.png\" alt=\"Chinese Simplified\" width=\"16\" height=\"11\" border=\"0\" /></a> ";
		   
		   document.write(enURL);
           document.write(frURL);
		   document.write(deURL);
		   document.write(itURL);
		   document.write(ptURL);
		   document.write(esURL);
		   document.write(jpURL);
		   document.write(krURL);
		   document.write(cnURL);
        }
		
if (top.location != self.location) {
top.location.replace(self.location); // pop to top
}