<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7438060048759139251</id><updated>2012-02-01T08:46:55.800-08:00</updated><title type='text'>silly test blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wasteofspizzace.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://wasteofspizzace.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>skweeds</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-41lCqiDB1_I/TylsORrOxTI/AAAAAAAAAG4/ToOzQoXq5kk/s220/IMG_1276.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7438060048759139251.post-8912355151540273095</id><published>2009-02-19T14:40:00.001-08:00</published><updated>2009-02-19T14:43:47.925-08:00</updated><title type='text'>new test:no line breaks</title><content type='html'>&lt;script type="text/javascript"&gt;
//&lt;[[CDATA[
var quotecounter=0;var m

/**********************************************************
This code is meant to be installed as an "html/javascript"
gadget on a blogger blog.
**********************************************************/

/***************************************************

This code is coprighted by Gove Allen, Ph.D.

Non-comercial use of this code is permiotted provided
that any additions or modifications made are also
made freely available for non-comercial use.  For
all use, this comment must remain intact.

For commercial use, contact Gove Allen at
http://gove.net
****************************************************/

var quotes = new Array(); var author = new Array(); var second = new Array()

/*-------------- User Configuration --------------*/

/* the next line allows you to control whether the
link shows to allow the user to pop up a windows
showing all the quotes. Just put the text you want
to show for link in the quotes*/

var labelForAllQuotes='see all';


/*-------------- add quotes here --------------*/

/* The first parameter is the number of seconds
the quote should display/ The second is the name
of the person who said the quote.  The third is the
quote itself.  The second and third are delimited by
either a single quote(') or a double quote ("), you
choose.  However, you cannot put the same kind of
delimiter insite the argument that is used to delimit
the argument.*/


q(1,'He who thinks a people may be &lt;a target=new_window href=http://is.gd/k9R8&gt;ignorant&lt;/a&gt; and free, thinks that which is not and never will be.','&lt;a target=_self href=http://is.gd/k9Rm&gt;Thomas Jefferson&lt;/a&gt;')

q(30, 'There are no uninteresting things; there are only uninterested people.','Lord Chesterton')


//-------------- No user-configurable parameters below this line --------------

m=quotecounter;
quotecounter=0;

function q(secs,quote,auth){
quotes[quotecounter]=quote
author[quotecounter]=auth
second[quotecounter]=secs
quotecounter=quotecounter+1
}

function putquote(){
 document.getElementById('quotetext').innerHTML = quotes[quotecounter];
 document.getElementById('author').innerHTML = author[quotecounter];
  setTimeout("putquote()", second[quotecounter]*1000)
  quotecounter=quotecounter+1
   if (quotecounter&gt;=m){quotecounter=0}
}
function showQuotes(){
var w = window.open('Quotes')

}
//]]&gt;
&lt;/script&gt;

&lt;div id="quotetext"&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div id="author"&gt;&lt;/div&gt;&lt;br /&gt;

&lt;script type="text/javascript"&gt;
//&lt;[[CDATA[
putquote()
//]]&gt;
&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7438060048759139251-8912355151540273095?l=wasteofspizzace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wasteofspizzace.blogspot.com/feeds/8912355151540273095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wasteofspizzace.blogspot.com/2009/02/new-testno-line-breaks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default/8912355151540273095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default/8912355151540273095'/><link rel='alternate' type='text/html' href='http://wasteofspizzace.blogspot.com/2009/02/new-testno-line-breaks.html' title='new test:no line breaks'/><author><name>skweeds</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-41lCqiDB1_I/TylsORrOxTI/AAAAAAAAAG4/ToOzQoXq5kk/s220/IMG_1276.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7438060048759139251.post-1336011764039883068</id><published>2009-02-19T14:33:00.001-08:00</published><updated>2009-02-19T14:37:41.116-08:00</updated><title type='text'>java test</title><content type='html'>&lt;script type="text/javascript"&gt;
//&lt;[[CDATA[
var quotecounter=0;var m

/**********************************************************
This code is meant to be installed as an "html/javascript"
gadget on a blogger blog.
**********************************************************/

/***************************************************

This code is coprighted by Gove Allen, Ph.D.

Non-comercial use of this code is permiotted provided
that any additions or modifications made are also
made freely available for non-comercial use.  For
all use, this comment must remain intact.

For commercial use, contact Gove Allen at
http://gove.net
****************************************************/

var quotes = new Array(); var author = new Array(); var second = new Array()

/*-------------- User Configuration --------------*/

/* the next line allows you to control whether the
link shows to allow the user to pop up a windows
showing all the quotes. Just put the text you want
to show for link in the quotes*/

var labelForAllQuotes='see all';


/*-------------- add quotes here --------------*/

/* The first parameter is the number of seconds
the quote should display/ The second is the name
of the person who said the quote.  The third is the
quote itself.  The second and third are delimited by
either a single quote(') or a double quote ("), you
choose.  However, you cannot put the same kind of
delimiter insite the argument that is used to delimit
the argument.*/


q(1,'He who thinks a people may be &lt;a target=new_window href=http://is.gd/k9R8&gt;ignorant&lt;/a&gt; and free, thinks that which is not and never will be.','&lt;a target=_self href=http://is.gd/k9Rm&gt;Thomas Jefferson&lt;/a&gt;')

q(1, 'There are no uninteresting things; there are only uninterested people.','Lord Chesterton')


//-------------- No user-configurable parameters below this line --------------

m=quotecounter;
quotecounter=0;

function q(secs,quote,auth){
quotes[quotecounter]=quote
author[quotecounter]=auth
second[quotecounter]=secs
quotecounter=quotecounter+1
}

function putquote(){
 document.getElementById('quotetext').innerHTML = quotes[quotecounter];
 document.getElementById('author').innerHTML = author[quotecounter];
  setTimeout("putquote()", second[quotecounter]*1000)
  quotecounter=quotecounter+1
   if (quotecounter&gt;=m){quotecounter=0}
}
function showQuotes(){
var w = window.open('Quotes')

}
//]]&gt;
&lt;/script&gt;

&lt;a id="quotetext"&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a id="author"&gt;&lt;/a&gt;&lt;br /&gt;

&lt;script type="text/javascript"&gt;
//&lt;[[CDATA[
putquote()
//]]&gt;
&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7438060048759139251-1336011764039883068?l=wasteofspizzace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wasteofspizzace.blogspot.com/feeds/1336011764039883068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wasteofspizzace.blogspot.com/2009/02/java-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default/1336011764039883068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default/1336011764039883068'/><link rel='alternate' type='text/html' href='http://wasteofspizzace.blogspot.com/2009/02/java-test.html' title='java test'/><author><name>skweeds</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-41lCqiDB1_I/TylsORrOxTI/AAAAAAAAAG4/ToOzQoXq5kk/s220/IMG_1276.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7438060048759139251.post-1997136513842050696</id><published>2009-02-19T02:17:00.000-08:00</published><updated>2009-02-19T02:18:57.884-08:00</updated><title type='text'>a lazy farmer girl.</title><content type='html'>Hello! This is amanda, and this is a stupid blog for testing HTML shiz that I am going to start working on. Or java, or PHP, or WHATEVER, bitchezzz!&lt;div&gt;
&lt;/div&gt;&lt;div&gt;If you want to know about me, just go to &lt;a href="http://www.audrizzle.com"&gt;audrizzle&lt;/a&gt;, as that is my real blog. This one is fake, it's a figment of your imaginizzation.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7438060048759139251-1997136513842050696?l=wasteofspizzace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wasteofspizzace.blogspot.com/feeds/1997136513842050696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wasteofspizzace.blogspot.com/2009/02/lazy-farmer-girl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default/1997136513842050696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7438060048759139251/posts/default/1997136513842050696'/><link rel='alternate' type='text/html' href='http://wasteofspizzace.blogspot.com/2009/02/lazy-farmer-girl.html' title='a lazy farmer girl.'/><author><name>skweeds</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-41lCqiDB1_I/TylsORrOxTI/AAAAAAAAAG4/ToOzQoXq5kk/s220/IMG_1276.jpg'/></author><thr:total>0</thr:total></entry></feed>
