﻿// Translation
$(document).ready(function(){
   $(".author").replaceText( "by", "Author:" );	
   $(".author").replaceText( "Andre Lin", "<a href=\"http://www.winklerpartners.com/?page_id=635\">Andre Lin</a>" );
   $(".author").replaceText( "Betty Chen", "<a href=\"http://www.winklerpartners.com/?page_id=606\">Betty Chen</a>" );
   $(".author").replaceText( "bill", "<a href=\"http://www.winklerpartners.com/?page_id=600\">William Dirks</a>" );
   $(".author").replaceText( "blin", "<a href=\"http://www.winklerpartners.com/?page_id=638\">Ben Lin</a>" );
   $(".author").replaceText( "Chen Hui-ling", "<a href=\"http://www.winklerpartners.com/?page_id=163\">Chen Hui-ling</a>" );
   $(".author").replaceText( "Christine Chen", "<a href=\"http://www.winklerpartners.com/?page_id=608\">Christine Chen</a>" );
   $(".author").replaceText( "Erik Chen", "Erik Chen" );
   $(".author").replaceText( "Gary Kuo", "<a href=\"http://www.winklerpartners.com/?page_id=624\">Gary Kuo</a>" );
   $(".author").replaceText( "jasonyan", "Jason Yan" );
   $(".author").replaceText( "Jesimy Yu", "<a href=\"http://www.winklerpartners.com/?page_id=652\">Jesimy Yu</a>" );
   $(".author").replaceText( "Lloyd Roberts", "<a href=\"http://www.winklerpartners.com/?page_id=644\">Lloyd Roberts</a>" );
   $(".author").replaceText( "Mark Brown", "<a href=\"http://www.winklerpartners.com/?page_id=597\">Mark Brown</a>" );
   $(".author").replaceText( "Mark McVicar", "<a href=\"http://www.winklerpartners.com/?page_id=642\">Mark D. McVicar</a>" );
   $(".author").replaceText( "Michael Fahey", "<a href=\"http://www.winklerpartners.com/?page_id=622\">Michael R. Fahey</a>" );
   $(".author").replaceText( "owu", "<a href=\"http://www.winklerpartners.com/?page_id=646\">Oliver Wu</a>" );
   $(".author").replaceText( "Paul Cox", "Paul Cox" );
   $(".author").replaceText( "Peter Dernbach", "<a href=\"http://www.winklerpartners.com/?page_id=155\">Peter Dernbach</a>" );
   $(".author").replaceText( "phsiao", "" );
   $(".author").replaceText( "portiachoi", "<a href=\"http://www.winklerpartners.com/?page_id=612\">Portia Choi</a>" );
   $(".author").replaceText( "rwinkler", "<a href=\"http://www.winklerpartners.com/?page_id=74\">Robin Winkler</a>" );
   $(".author").replaceText( "Shan Lee", "<a href=\"http://www.winklerpartners.com/?page_id=631\">Chih-Shan Lee</a>" );
   $(".author").replaceText( "Steven J. Hanley", "<a href=\"http://www.winklerpartners.com/?page_id=167\"/>Steven J. Hanley</a>" );
   $(".author").replaceText( "syang", "<a href=\"http://www.winklerpartners.com/?page_id=650\">Yang Shih-hui</a>" );
   $(".author").replaceText( "Tina", "" );
   $(".author").replaceText( "WP", "WP" );
   $(".author").replaceText( "Yen-ling Liu", "<a href=\"http://www.winklerpartners.com/?page_id=640\">Liu Yen-ling</a>" );
});
