// JavaScript Document
// Copyrights 2005-2007 by LivePhysics.Com

function add2rssreader(xmlurl)
{ 
	document.write ("<table width='100%' border='0' cellspacing='1' cellpadding='1'>");
	document.write ("  <tr> ");
	document.write ("    <td valign='middle' width='55'><b>Add To:</b></td>");
	document.write ("    <td>&nbsp;<a target='_blank' href='http://add.my.yahoo.com/rss?url="+xmlurl+"'><img src='/images/rss/add2yahoo.gif' alt='Subscribe with My Yahoo!' vspace='2' border='0' /></a>&nbsp; ");
	document.write ("      <a target='_blank' href='http://fusion.google.com/add?feedurl="+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/add2google.gif' alt='Subscribe with Google' vspace='2'  border='0' /></a>&nbsp; ");
	document.write ("      <a target='_blank' href='http://www.newsgator.com/ngs/subscriber/subext.aspx?url="+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/add2newsgator.gif' alt='Subscribe in NewsGator Online' vspace='2'  border='0' /></a>&nbsp; ");
	document.write ("      <a target='_blank' href='http://www.rojo.com/add-subscription?resource="+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/add2rojo.gif' alt='Subscribe in Rojo' vspace='2'  border='0' /></a>&nbsp; ");
	document.write ("      <a target='_blank' href='http://client.pluck.com/pluckit/prompt.aspx?GCID=C12286x053&amp;a="+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/add2pluck.png' alt='Subscribe with Pluck RSS reader' vspace='2'  border='0' /></a>&nbsp; ");
	document.write ("      <a target='_blank' href='http://www.bloglines.com/sub/"+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/add2bloglines.gif' alt='Subscribe with Bloglines' vspace='2'  border='0' /></a>&nbsp; ");
	document.write ("      <a target='_blank' href='http://feeds.my.aol.com/add.jsp?url="+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/add2aol.gif' alt='Add to AOL' width='63' height='14' vspace='2'  border='0' /></a> ");
	document.write ("    </td>");
	document.write ("    <td align='right'><a target='_blank' href='"+xmlurl+"'> ");
	document.write ("      <img src='/images/rss/rss_large.gif' alt='Subscribe to this feed using your favorite reader' width='36' height='17' vspace='2'  border='0' /></a>&nbsp;&nbsp;</td>");
	document.write ("  </tr>");
	document.write ("</table>");
}

function phyatool(zonestr)
{
   ca_r = new String (Math.random()); ca_r = ca_r.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://www.livephysics.com/ads/lpad.php?ca_r=" + ca_r);
   document.write ("&amp;" + zonestr);
   if (document.referrer)
      document.write ("&amp;rf=" + escape(document.referrer));
   document.write ("'><" + "/script>");
}

