
<!--
var infoWindow=null
function linkInfo(){
var info="<CENTER><FONT FACE='Arial, Helvetica, Geneva'><B><FONT style='font-size:25px' COLOR=red>TRADING LINKS</FONT><P>"+
"<FONT style='font-size:14px'>Why trade links?<BR> "+
"Because links drive traffic to your site!</CENTER></B><P> "+
"<FONT style='font-size:12px'>1. People will see the link to your site and click on it while browsing through our link page.<P> "+
"2. Search engines will rank your site higher if you have high link popularity (lots of sites have linked your site). Which means your site will show up higher in search results.<P> "+
"3. Many search engines search (\"crawl\") the Internet looking for new web pages by routinely revisting sites in their database and following the links found there.<BR>If your site does not exist in the google.com database for example, it is because <B>they have not found your site!</B> When your page is linked on a indexed site (like this one), the search engines will follow the link, find your site, add it to their database, and people can find it!<P> "+
"4. The more links you have on the Internet, your site will be listed quicker and it will be revisited more often.<P>"+
"</FONT>";
var w = Math.round(screen.width/2)-300
var h = Math.round(screen.height/2)-185
if (infoWindow==null || infoWindow.closed){
infoWindow=window.open("", "Information", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left="+w+",top="+h+",width=600,height=370");}
infoWindow.focus();
infoWindow.document.open();
infoWindow.document.write("<HTML><HEAD><TITLE>Trading Links Drug Addiction Treatment Programs Canada </TITLE></HEAD><BODY>"+info+"<CENTER><P><TABLE BORDER=3 CELLPADDING=0 CELLSPACING=0><FORM><TR><TD><INPUT TYPE=button style='font-weight:bold; color:#FFF; font-size:12px; background-color:#BD0000; cursor:pointer;' VALUE='~~~ Close Window ~~~' TITLE='Close Window' onClick=self.close()></TD></TR></TABLE></CENTER></BODY></HTML>");
infoWindow.document.close();
}
//-->
