function doFocus(){self.focus();document.mysearch.search.focus();}
window.onload=function(){doFocus();}
function trimmer(str){var str=str.replace(/^\s\s*/,''),ws=/\s/,i=str.length;while(ws.test(str.charAt(--i)));return str.slice(0,i+1)}function dosearch(form){var searchstring=document.mysearch.search.value;var newsearch=searchstring.replace(',',' ');newsearch=trimmer(newsearch);newsearch=encodeURI(newsearch.replace(' ','+'));window.location.href='http://clinicaltrialsfeeds.org/clinical-trials/results/term='+newsearch;return false}
function HideContent(d){document.getElementById(d).style.display="none";}
function ShowContent(d){document.getElementById(d).style.display="block";}
function ReverseDisplay(d){if(document.getElementById(d).style.display=="none"){document.getElementById(d).style.display="block";}
else{document.getElementById(d).style.display="none";}}
function opacity(id,opacStart,opacEnd,millisec){var speed=Math.round(millisec/100);var timer=0;if(opacStart>opacEnd){for(i=opacStart;i>=opacEnd;i--){setTimeout("changeOpac("+i+",'"+id+"')",(timer*speed));timer++;}}else if(opacStart<opacEnd){for(i=opacStart;i<=opacEnd;i++)
{setTimeout("changeOpac("+i+",'"+id+"')",(timer*speed));timer++;}}}
function changeOpac(opacity,id){var object=document.getElementById(id).style;object.opacity=(opacity/100);object.MozOpacity=(opacity/100);object.KhtmlOpacity=(opacity/100);object.filter="alpha(opacity="+opacity+")";}
function grmautoretweet(elid,title,post,size){if(title==''){title=document.title.replace(/^\s+|\s+$/g,"");title=title.replace(/&/g,"and");}
title=encodeURI(title);if(post==''){post=window.location.href;}
var brokenq=post.split("?");var brokena=brokenq[0].split("#");post=encodeURI(brokena[0]);var rtURL="http://"+"clinicaltrialsfeeds.org/recommend/tweet-relay.php";var http=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP");var random=Math.floor(Math.random()*1000001);var location=rtURL+"?post="+post+"&title="+title+"&small="+size+"&rnd="+random;http.open("GET",location,true);http.onreadystatechange=function(){if((http.readyState==4)&&(http.status==200)){var uniqueid='';var ourblock='';var insert='';if(size===0){uniqueid="tweethere";ourblock=document.getElementById(elid);insert="<div id='"+uniqueid+"' class='tweetwrap'>"+http.responseText+"<\/div>"+ourblock.innerHTML;}
else{uniqueid="tweethere_"+elid;ourblock=document.getElementById("summary-"+elid);insert=ourblock.innerHTML+"<div id='"+uniqueid+"' class='tweetwrap_small'>"+http.responseText+"<\/div>";}
ourblock.innerHTML=insert;changeOpac(0,uniqueid);document.getElementById(uniqueid).style.display='inline';opacity(uniqueid,0,100,150);}};http.send(null);return;}
function grmselectmain(){if(document.getElementById("desc_page")){grmautoretweet("desc_page",'','',0);}
else{return;}}
grmselectmain();
