<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Looking for an "autosurf" type script I can install on my site.</title>
	<link>http://ask.metafilter.com/64505/Looking-for-an-autosurf-type-script-I-can-install-on-my-site/</link>
	<description>Comments on Ask MetaFilter post Looking for an "autosurf" type script I can install on my site.</description>
	<pubDate>Sun, 10 Jun 2007 22:15:57 -0800</pubDate>
	<lastBuildDate>Sun, 10 Jun 2007 22:15:57 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Looking for an &quot;autosurf&quot; type script I can install on my site.</title>
		<link>http://ask.metafilter.com/64505/Looking-for-an-autosurf-type-script-I-can-install-on-my-site</link>	
		<description>Looking for an &quot;autosurf&quot; type script I can install on my site. &lt;br /&gt;&lt;br /&gt; I am a PC technician, and we frequently get customers in saying that they have problems with their computers when surfing the internet, or their systems become disconnected, etc. I would like to install a script onto my site so that I can point to something like mydomain.com/surf, and it will automatically surf specific URLs that I can set up. It would probably be setup in a frame to do something like go to google.com, after 30 seconds go to yahoo.com, after 30 seconds go to cnn.com, and so forth.&lt;br&gt;
&lt;br&gt;
I know of the &quot;free traffic exchange&quot; and &quot;autohits&quot; sites, but since I cannot control which sites these links take me to, I would like to setup something on my own site and that does not require a login or anything like that.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.64505</guid>
		<pubDate>Sun, 10 Jun 2007 22:09:45 -0800</pubDate>
		<dc:creator>ilikebike</dc:creator>
		
			<category>internet</category>
		
			<category>auto</category>
		
			<category>surf</category>
		
			<category>repair</category>
		
			<category>hits</category>
		
	</item> <item>
		<title>By: ilikebike</title>
		<link>http://ask.metafilter.com/64505/Looking-for-an-autosurf-type-script-I-can-install-on-my-site#970268</link>	
		<description>Would also like to add that the type of scipt used does not matter. I don&apos;t need to track anything, so just a quick and dirty script would do fine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64505-970268</guid>
		<pubDate>Sun, 10 Jun 2007 22:15:57 -0800</pubDate>
		<dc:creator>ilikebike</dc:creator>
	</item><item>
		<title>By: mebibyte</title>
		<link>http://ask.metafilter.com/64505/Looking-for-an-autosurf-type-script-I-can-install-on-my-site#970324</link>	
		<description>Try this:&lt;br&gt;
&lt;br&gt;
&amp;lt;html&amp;gt;&lt;br&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br&gt;
var i = 0;&lt;br&gt;
var sites = new Array (&lt;br&gt;
  &quot;http://www.google.com&quot;,&lt;br&gt;
  &quot;http://www.cnn.com&quot;,&lt;br&gt;
  &quot;http://www.yahoo.com&quot;&lt;br&gt;
);&lt;br&gt;
&lt;br&gt;
function startSurfing() {&lt;br&gt;
  document.getElementById(&quot;surfFrame&quot;).src=sites[i++];&lt;br&gt;
  if (i != sites.length) {&lt;br&gt;
    setTimeout(startSurfing,30000);&lt;br&gt;
  }&lt;br&gt;
}&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;body onload=&quot;startSurfing();&quot;&amp;gt;&lt;br&gt;
&amp;lt;iframe width=&quot;640&quot; height=&quot;480&quot; id=&quot;surfFrame&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br&gt;
&amp;lt;/body&amp;gt;&lt;br&gt;
&amp;lt;/html&amp;gt;&lt;br&gt;
&lt;br&gt;
But, why not use something like &apos;ping&apos; or &apos;traceroute&apos; to test connectivity?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64505-970324</guid>
		<pubDate>Mon, 11 Jun 2007 00:40:49 -0800</pubDate>
		<dc:creator>mebibyte</dc:creator>
	</item><item>
		<title>By: slater</title>
		<link>http://ask.metafilter.com/64505/Looking-for-an-autosurf-type-script-I-can-install-on-my-site#970346</link>	
		<description>why not just use meta redirect, instead of javascript? :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64505-970346</guid>
		<pubDate>Mon, 11 Jun 2007 01:34:37 -0800</pubDate>
		<dc:creator>slater</dc:creator>
	</item>
	</channel>
</rss>
