<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jedi Academy , Le troisieme empire</title><link>http://jediacademy.canalblog.com/</link><description>Site du forum Jedi Academy</description><language>fr</language><lastBuildDate>Tue, 10 Nov 2009 08:04:40 GMT</lastBuildDate><generator>CanalBlog - http://www.canalblog.com</generator><item><title>Test pour ameliorer le site</title><dc:creator>Adranmelech</dc:creator><link>http://jediacademy.canalblog.com/archives/2005/12/10/1093502.html</link><comments>http://jediacademy.canalblog.com/archives/2005/12/10/1093502.html#comments</comments><wfw:commentRss>http://jediacademy.canalblog.com/feeds/rss/comments/post/1093502/</wfw:commentRss><guid isPermaLink="true">http://jediacademy.canalblog.com/archives/2005/12/10/1093502.html</guid><description>&lt;p&gt;En ce moment nous somme entrain de mettre des script pour pouvoir ameliorer le site alors ne vous inquietez pas si le site est bizzare ^^&lt;/p&gt;
&lt;p&gt;&lt;html&gt;
&lt;head&gt;&lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
// Beginning of JavaScript Applet -------------------
/* Copyright (C)1996 Web Integration Systems, Inc. DBA Websys, Inc.
All Rights Reserved. This applet can be re-used or modified, if credit is given in the source code. We will not be held responsible for any unwanted effects due to the usage of this applet or any derivative. No warrantees for usability for any specific application are given or implied. Chris Skinner, January 30th,1996.
*/
function scrollit_r2l(seed)
{var m0 = &quot; &quot;;
m1 = &quot; Bienvenue sur le site de jedi academy &quot;;
m2 =
m3 =
var msg=m0+m1+m2+m3;
var out = &quot; &quot;;
var c = 1;
if (seed &gt; 100) {seed--; var cmd=&quot;scrollit_r2l(&quot; + seed + &quot;)&quot;; timerTwo=window.setTimeout(cmd,100);}
else if (seed &lt;= 100 &amp;&amp; seed &gt; 0) {for (c=0 ; c &lt; seed ; c++) {out+=&quot; &quot;;}
out+=msg;seed--;var cmd=&quot;scrollit_r2l(&quot; + seed + &quot;)&quot;;window.status=out;timerTwo=window.setTimeout(cmd,100);}
else if (seed &lt;= 0) {if (-seed &lt; msg.length) {out+=msg.substring(-seed,msg.length);seed--;var cmd=&quot;scrollit_r2l(&quot; + seed + &quot;)&quot;;window.status=out;timerTwo=window.setTimeout(cmd,100);}
else {window.status=&quot; &quot;;timerTwo=window.setTimeout(&quot;scrollit_r2l(100)&quot;,75);}}}
// -- End of JavaScript code --------------
// --&gt;&lt;/script&gt;
&lt;title&gt;eXperience HTML : Scrolling en JavaScript&lt;/title&gt;
&lt;comment&gt;
&lt;/comment&gt;
&lt;/head&gt;
&lt;body onload=&quot;timerONE=window.setTimeout(&apos;scrollit_r2l(100)&apos;,500);&quot;&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;/p&gt;</description><pubDate>Sat, 10 Dec 2005 13:02:00 GMT</pubDate></item><item><title>Oyo Oyo</title><dc:creator>Adranmelech</dc:creator><link>http://jediacademy.canalblog.com/archives/2005/12/10/1093424.html</link><comments>http://jediacademy.canalblog.com/archives/2005/12/10/1093424.html#comments</comments><wfw:commentRss>http://jediacademy.canalblog.com/feeds/rss/comments/post/1093424/</wfw:commentRss><guid isPermaLink="true">http://jediacademy.canalblog.com/archives/2005/12/10/1093424.html</guid><description>&lt;p&gt;C&apos;est bientot noel et oui la neige tombe sur le site ^^&lt;/p&gt;
&lt;p&gt;&lt;SCRIPT LANGUAGE=&quot;Javascript1.2&quot;&gt;
&lt;!--
// Original: Altan - http://www.altan.hr/snow --&gt;
var no = 15; // nombre de flocons
var speed = 5; // plus le nombre est petit, plus la vitesse augmente
var snowflake = &quot;snow.gif&quot;; // image
//////////////////////////////////////////////////////////////////////////////
var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i &lt; no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;15\&quot; &quot;);
document.write(&quot;top=\&quot;15\&quot; visibility=\&quot;show\&quot;&gt;&lt;img src=\&quot;&quot;);
document.write(snowflake + &quot;\&quot; border=\&quot;0\&quot;&gt;&lt;/layer&gt;&quot;);
} else {
document.write(&quot;&lt;layer name=\&quot;dot&quot;+ i +&quot;\&quot; left=\&quot;15\&quot; &quot;);
document.write(&quot;top=\&quot;15\&quot; visibility=\&quot;show\&quot;&gt;&lt;img src=\&quot;&quot;);
document.write(snowflake + &quot;\&quot; border=\&quot;0\&quot;&gt;&lt;/layer&gt;&quot;);
}
} else if (ie4up) {
if (i == 0) {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;img src=\&quot;&quot;);
document.write(snowflake + &quot;\&quot; border=\&quot;0\&quot;&gt;&lt;/div&gt;&quot;);
} else {
document.write(&quot;&lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: &quot;);
document.write(&quot;absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: &quot;);
document.write(&quot;visible; TOP: 15px; LEFT: 15px;\&quot;&gt;&lt;img src=\&quot;&quot;);
document.write(snowflake + &quot;\&quot; border=\&quot;0\&quot;&gt;&lt;/div&gt;&quot;);
}
}
}
function snowNS() { // Netscape main animation function
for (i = 0; i &lt; no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] &gt; doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers[&quot;dot&quot;+i].top = yp[i];
document.layers[&quot;dot&quot;+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout(&quot;snowNS()&quot;, speed);
}
function snowIE() { // IE main animation function
for (i = 0; i &lt; no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] &gt; doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all[&quot;dot&quot;+i].style.pixelTop = yp[i];
document.all[&quot;dot&quot;+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout(&quot;snowIE()&quot;, speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End --&gt;
&lt;/script&gt; &lt;/p&gt;</description><pubDate>Sat, 10 Dec 2005 12:45:22 GMT</pubDate></item><item><title>L&apos;histoire</title><dc:creator>Dark Terminus</dc:creator><link>http://jediacademy.canalblog.com/archives/2005/12/06/1080623.html</link><category>L&apos;histoire</category><comments>http://jediacademy.canalblog.com/archives/2005/12/06/1080623.html#comments</comments><wfw:commentRss>http://jediacademy.canalblog.com/feeds/rss/comments/post/1080623/</wfw:commentRss><guid isPermaLink="true">http://jediacademy.canalblog.com/archives/2005/12/06/1080623.html</guid><description>&lt;p&gt;Voici l&apos;histoire du forum :&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;p34&quot;&gt;Dans une galaxie lointaine tr&#xe9;s lointaine &lt;br /&gt;Apr&#xe9;s la destruction de la seconde &#xe9;toile noire Dark Sidious avait penser a cr&#xe9;e un clone et le vrai se trouver sur la plan&#xe9;te de la f&#xe9;d&#xe9;ration g&#xe9;onosis il entraina des sith la-bas Luke skylwaker voulut trransmettre son savoir et recontruit le temple de yavin est son padawan f&#xfb;t Adranmelech &lt;br /&gt;Dark Sidious se pr&#xe9;senta sous le nom de la conf&#xe9;d&#xe9;ration du commerce qui fut d&#xe9;truit par un de ses Padawan &lt;span style=&quot;COLOR: #ff0000;&quot;&gt;Dark Vador &lt;/span&gt;quand il n&apos;&#xe9;tait pas du coter Obscur &lt;br /&gt;&lt;br /&gt;Maintenant L&apos;empire se reconstruie et les sith sont de plus en plus nombreux et parmi eux un des fid&#xe9;les de Sidious Desann et Tavion s&apos;interporser Kyle Katarn maitre jedi les &#xe9;limina qui &#xe9;tait protecteurs de la vallais des jedis &lt;br /&gt;et c&apos;est en cette periode que les jedis furent recruter en grand nombre ... &lt;br /&gt;&lt;br /&gt;Luke Skylwaker et passer du cot&#xe9; obscurs un bref moment &lt;br /&gt;&lt;br /&gt;Dark Terminus , susseceurs de Dark Sidious est pr&#xea;t a faire de nouveau l&apos;empire , un troisieme . Dark Terminus ce fait passer pour le chancelier mais cela fera attaque surprise&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;p34&quot;&gt;PS : merci a Adranmelech pour cette superbe histoire-resum&#xe9;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 06 Dec 2005 20:46:41 GMT</pubDate></item><item><title>Que la force soit avec vous</title><dc:creator>Adranmelech</dc:creator><link>http://jediacademy.canalblog.com/archives/2005/12/06/1080579.html</link><comments>http://jediacademy.canalblog.com/archives/2005/12/06/1080579.html#comments</comments><wfw:commentRss>http://jediacademy.canalblog.com/feeds/rss/comments/post/1080579/</wfw:commentRss><guid isPermaLink="true">http://jediacademy.canalblog.com/archives/2005/12/06/1080579.html</guid><description>&lt;p&gt;Bienvenue sur ce site et merci a notre admin principal d&apos;avoir pris cette initiative ^^&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Rejoingnez nous car nous somme pas extremement nombreux nous avons besoin de menbres&lt;/p&gt;</description><pubDate>Tue, 06 Dec 2005 20:38:22 GMT</pubDate></item><item><title>Le forum</title><dc:creator>Dark Terminus</dc:creator><link>http://jediacademy.canalblog.com/archives/2005/12/06/1080542.html</link><category>Le forum</category><comments>http://jediacademy.canalblog.com/archives/2005/12/06/1080542.html#comments</comments><wfw:commentRss>http://jediacademy.canalblog.com/feeds/rss/comments/post/1080542/</wfw:commentRss><guid isPermaLink="true">http://jediacademy.canalblog.com/archives/2005/12/06/1080542.html</guid><description>&lt;p&gt;Cliquez &lt;a href=&quot;http://jediknight.alloforum.com/&quot;&gt;La&lt;/a&gt; pour acceder au forum&lt;/p&gt;</description><pubDate>Tue, 06 Dec 2005 20:30:03 GMT</pubDate></item><item><title>Bienvenue</title><dc:creator>Dark Terminus</dc:creator><link>http://jediacademy.canalblog.com/archives/2005/12/06/1080511.html</link><comments>http://jediacademy.canalblog.com/archives/2005/12/06/1080511.html#comments</comments><wfw:commentRss>http://jediacademy.canalblog.com/feeds/rss/comments/post/1080511/</wfw:commentRss><guid isPermaLink="true">http://jediacademy.canalblog.com/archives/2005/12/06/1080511.html</guid><description>&lt;p&gt;Bienvenue sur le site de jedi academy&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;L&apos;admin principale Empereur Terminus&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;script language=&quot;JavaScript1.2&quot;&gt;
//Sp&#xe9;cifie la largeur de la banderole (en pixels)
var marqueewidth=330
//Specifie la hauteur de la banderole (en pixels, n&#xe9;cessaire que sous NS)
var marqueeheight=20
//Sp&#xe9;cifie la vitesse de d&#xe9;filement (au plus &#xe9;lev&#xe9;, au plus vite)
var speed=6
//Sp&#xe9;cifie le texte de la banderole
var marqueecontents=&apos;&lt;B&gt;Bienvenue sur Le site de Jedi Academy et que la force soit avec vous !&lt;/B&gt;&apos;
if (document.all)
document.write(&apos;&lt;marquee scrollAmount=&apos;+speed+&apos; style=&quot;width:&apos;+marqueewidth+&apos;&quot;&gt;&apos;+marqueecontents+&apos;&lt;/marquee&gt;&apos;)
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout(&quot;window.onresize=regenerate&quot;,450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(&apos;&lt;nobr&gt;&apos;+marqueecontents+&apos;&lt;/nobr&gt;&apos;)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.left&gt;=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout(&quot;scrollit()&quot;,100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}
window.onload=regenerate2
&lt;/script&gt;
&lt;ilayer width=&amp;{marqueewidth}; height=&amp;{marqueeheight}; name=&quot;cmarquee01&quot;&gt;
&lt;layer name=&quot;cmarquee02&quot;&gt;&lt;/layer&gt;
&lt;/ilayer&gt; &lt;/p&gt;</description><pubDate>Tue, 06 Dec 2005 20:24:00 GMT</pubDate></item></channel></rss>