jQuery(document).ready(function($){
jQuery('#columnlinks').prepend("<div id='translateBlock' class='rightItem' style='border-bottom:none;'><h3 class='translateHeader'>Translate This Page</h3><div id='google_translate_element' style='width: 135px'></div></div>");
$.getScript('//translate.google.com/translate_a/element.js');
setTimeout(function(){
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');

},1000);
});



