<?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-25547049</id><updated>2011-04-21T23:36:10.554-04:00</updated><title type='text'>Ever Nightwish</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ever-nightwish.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25547049/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ever-nightwish.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ever Nightwish</name><uri>http://www.blogger.com/profile/06816073925558690058</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-25547049.post-114599659545897066</id><published>2006-04-25T16:20:00.000-04:00</published><updated>2006-04-25T16:23:15.470-04:00</updated><title type='text'>Atualiza��</title><content type='html'>&lt;span style="color:#33ff33;"&gt;&lt;strong&gt;desculpe pela falta de postagem nesse blog&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#33ff33;"&gt;&lt;strong&gt;mas estava sem PC, mas agora voltei! n�o deixem de&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#33ff33;"&gt;&lt;strong&gt;comentar ok?&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#33ff33;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;a href="http://photos1.blogger.com/blogger/5545/2671/1600/Bruxinha.jpg"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/5545/2671/320/Bruxinha.jpg" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25547049-114599659545897066?l=ever-nightwish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ever-nightwish.blogspot.com/feeds/114599659545897066/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=25547049&amp;postID=114599659545897066' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25547049/posts/default/114599659545897066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25547049/posts/default/114599659545897066'/><link rel='alternate' type='text/html' href='http://ever-nightwish.blogspot.com/2006/04/atualizao.html' title='Atualiza��'/><author><name>Ever Nightwish</name><uri>http://www.blogger.com/profile/06816073925558690058</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25547049.post-114434547022052799</id><published>2006-04-06T13:39:00.000-04:00</published><updated>2006-04-06T13:47:32.180-04:00</updated><title type='text'>My New Blog!!!!!</title><content type='html'>&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Oiiii povo... bom por motivos desconhecidos, perdi meus posts&lt;br /&gt;mas agora to de volta... comentem aiiii!&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/5545/2671/1600/nl077.jpg"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/5545/2671/320/nl077.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;script&gt;&lt;br /&gt;/*Gradual-Highlight Image Script II- By J. Mark Birenbaum Permission granted to Dynamicdrive.com to feature script in archiveFor full source to script, visit nereidFadeObjects = new Object();nereidFadeTimers = new Object();&lt;br /&gt;/* object - image to be faded (actual object, not name); * destop - destination transparency level (ie 80, for mostly solid) * rate   - time in milliseconds between trasparency changes (best under 100) * delta  - amount of change each time (ie 5, for 5% change in transparency) */&lt;br /&gt;function nereidFade(object, destOp, rate, delta){if (!document.all)return    if (object != "[object]"){  //do this so I can take a string too        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);        return;    }            clearTimeout(nereidFadeTimers[object.sourceIndex]);        diff = destOp-object.filters.alpha.opacity;    direction = 1;    if (object.filters.alpha.opacity &gt; destOp){        direction = -1;    }    delta=Math.min(direction*diff,delta);    object.filters.alpha.opacity+=direction*delta;&lt;br /&gt;    if (object.filters.alpha.opacity != destOp){        nereidFadeObjects[object.sourceIndex]=object;        nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);    }}&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;script&gt;/*Gradual-Highlight Image Script II- By J. Mark BirenbaumPermission granted to Dynamicdrive.com to feature script in archiveFor full source to script, visit */nereidFadeObjects = new Object();nereidFadeTimers = new Object();/* object - image to be faded (actual object, not name); * destop - destination transparency level (ie 80, for mostly solid) * rate   - time in milliseconds between trasparency changes (best under 100) * delta  - amount of change each time (ie 5, for 5% change in transparency) */function nereidFade(object, destOp, rate, delta){if (!document.all)return    if (object != "[object]"){  //do this so I can take a string too        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);        return;    }            clearTimeout(nereidFadeTimers[object.sourceIndex]);        diff = destOp-object.filters.alpha.opacity;    direction = 1;    if (object.filters.alpha.opacity &gt; destOp){        direction = -1;    }    delta=Math.min(direction*diff,delta);    object.filters.alpha.opacity+=direction*delta;    if (object.filters.alpha.opacity != destOp){        nereidFadeObjects[object.sourceIndex]=object;        nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);    }}&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25547049-114434547022052799?l=ever-nightwish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ever-nightwish.blogspot.com/feeds/114434547022052799/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=25547049&amp;postID=114434547022052799' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25547049/posts/default/114434547022052799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25547049/posts/default/114434547022052799'/><link rel='alternate' type='text/html' href='http://ever-nightwish.blogspot.com/2006/04/my-new-blog.html' title='My New Blog!!!!!'/><author><name>Ever Nightwish</name><uri>http://www.blogger.com/profile/06816073925558690058</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
