<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002804" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002804</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/random-text-link#comment-1012353</link>
    <description> &lt;p&gt;Hey ..&lt;/p&gt;
&lt;p&gt;Tom - This is exactly what i&#039;m looking for  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;And vincent..&lt;br /&gt;
i can&#039;t decide which link will do better for me so i just wanted to randomize &#039;em.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;br /&gt;
Eitan  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/cool.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.4freestuff.net/sponsors.shtml&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;Top 10 Sponsors for your web site&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jan 2000 02:48:00 +0000</pubDate>
 <dc:creator>ReVigo</dc:creator>
 <guid isPermaLink="false">comment 1012353 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/random-text-link#comment-1012352</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   Never thought about it, but...Why not set a timeout in both pages that redirect to each other? Or, have a &quot;hidden&quot; href that automatically does it if the mouse runs over it? &lt;/p&gt;
&lt;p&gt;  Why would you want to swap on a refresh? Maybe you&#039;re looking at it the wrong way.&lt;/p&gt;
&lt;p&gt;Vinny &lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;[This message has been edited by Vincent Puglia (edited 14 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jan 2000 01:07:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012352 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/random-text-link#comment-1012351</link>
    <description> &lt;p&gt;I&#039;m not sure if you can rotate between two different urls without using SSI or cookies, but I do have a code which will open a random url in a new window:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;script language=&quot;JavaScript&quot;&amp;gt;
&amp;lt;!-- hidden
function get_random()
 {
  var ranNum=Math.round(Math.random());
  return ranNum;
 }

function get_link()
 {
  var gotolink=get_random()
  var ranlink=new Array(1)
   ranlink[0]=&quot;page1.html&quot;;
   ranlink[1]=&quot;page2.html&quot;;

  window.open(ranlink[gotolink],&#039;windowname&#039;,&#039;height=480,width=600,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes&#039;)
 }
//--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;body onUnload=&quot;get_link()&quot;&amp;gt;
[/code]

Hope this is what you are looking for.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/biggrin.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;



------------------
Do you want to have fun?
&lt;a href=&quot;http://www.tomworld.f9.co.uk&quot; class=&quot;bb-url&quot;&gt;TomWorld&lt;/a&gt; &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Fri, 14 Jan 2000 19:57:00 +0000</pubDate>
 <dc:creator>Tom Knight</dc:creator>
 <guid isPermaLink="false">comment 1012351 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
