<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xml:lang="fr">
  <title>cuisine</title>
  <link rel="alternate" type="text/html" href="http://sushimoon.atlasblogs.com/index.php"/>
  <link rel="self" href="http://sushimoon.atlasblogs.com/atom.php"/>
  <id>tag:sushimoon.atlasblogs.com,2008:/index.php</id>

  <updated>2006-05-28T16:19:54+00:00</updated>
  <generator version="1.0" uri="http://www.blogjahiz.com/">Blogjahiz</generator>

  <sy:updatePeriod>daily</sy:updatePeriod>
  <sy:updateFrequency>1</sy:updateFrequency>
  <sy:updateBase>2006-05-28T16:19:54+00:00</sy:updateBase>

<entry xml:lang="fr">
  <title>testtest</title>
  <link rel="alternate" type="text/html" href="http://sushimoon.atlasblogs.com/index.php?2006/05/28/3-testtest" />
  <updated>2006-05-28T16:19:54+00:00</updated>
  <id>tag:sushimoon.atlasblogs.com,2006-05-28:/3</id>
  <author><name>monica</name></author>
  <category term="general" label="General"/>
  <summary>klik ici</summary>
  <content type="html">klik ici sdfjkadhfjkahsdgfasdghldhgaldcg
dfjagsdfljsdgdf]
asuidfapsdfipasdf
asduipfgapsdfu
asdiufgaipsdf
asdipufgasdipgf
asduifapisdufh
asudfpasuf</content>
</entry>
<entry xml:lang="fr">
  <title>test2</title>
  <link rel="alternate" type="text/html" href="http://sushimoon.atlasblogs.com/index.php?2006/05/27/2-test2" />
  <updated>2006-05-27T23:10:21+00:00</updated>
  <id>tag:sushimoon.atlasblogs.com,2006-05-27:/2</id>
  <author><name>monica</name></author>
  <category term="general" label="General"/>
  <summary>function cala_day(form) {
        
        var nSwitch = 0
        var nMonth = parseInt(form.month.value)
        var nDay =  parseInt(form.day.value)
        var nYear =  parseInt(form.year.value)
        
        if(!(nYear % 4) &amp;&amp; (nMonth &gt; 2)) {
                nSwitch =...</summary>
  <content type="html"> &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;&lt;script LANGUAGE=&quot;JavaScript&quot;&gt;



function cala_day(form) {
        
        var nSwitch = 0
        var nMonth = parseInt(form.month.value)
        var nDay =  parseInt(form.day.value)
        var nYear =  parseInt(form.year.value)
        
        if(!(nYear % 4) &amp;&amp; (nMonth &gt; 2)) {
                nSwitch = 1
        }               

        var nDayOfWeek = cala_weekday(nMonth, nDay, nYear)
        
        if(nSwitch) {
                nDayOfWeek++
                nSwitch = 0
        }
        
        day_display(form, nDayOfWeek)
}

function cala_weekday( x_nMonth, x_nDay, x_nYear) {

        if(x_nMonth &gt;= 3){      
                x_nMonth -= 2
        }
        else {
                x_nMonth += 10
        }

        if( (x_nMonth == 11) || (x_nMonth == 12) ){
                x_nYear--
        }

        var nCentNum = parseInt(x_nYear / 100)
        var nDYearNum = x_nYear % 100
        
        var nPart1 = parseInt(2.6 * x_nMonth - .2)
        
        var nZeller = (parseInt(nPart1 + x_nDay + nDYearNum + (nDYearNum / 4) + (nCentNum / 4) - 2 * nCentNum)) % 7
        
        if(nZeller &lt; 0){
                nZeller += 7
        }
        
        return nZeller
}

function day_display(form, x_nDayOfWeek) {

        if(x_nDayOfWeek == 0) {
                form.birthday.value = &quot;Zaterdag&quot;
                return
        }
        if(x_nDayOfWeek == 1) {
                form.birthday.value = &quot;Zondag&quot;
                return
        }
        if(x_nDayOfWeek == 2) {
                form.birthday.value = &quot;Maandag&quot;
                return
        }
        if(x_nDayOfWeek == 3) {
                form.birthday.value = &quot;Dinsdag&quot;
                return
        }
        if(x_nDayOfWeek == 4) {
                form.birthday.value = &quot;Woensdag&quot;
                return
        }
        if(x_nDayOfWeek == 5) {
                form.birthday.value = &quot;Donderdag&quot;
                return
        }
        if(x_nDayOfWeek == 6) {
                form.birthday.value = &quot;Vrijdag&quot;
                return
        }

        form.birthday.value = &quot;Zaterdag&quot;
}
//--&gt;

&lt;/script&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;!--content start--  --&gt;

&lt;table WIDTH=&quot;96%&quot; BORDER=&quot;0&quot; CELLSPACING=&quot;5&quot; CELLPADDING=&quot;5&quot;&gt;
  &lt;tr&gt;
    &lt;td WIDTH=&quot;100%&quot;&gt;&lt;font
    FACE=&quot;ARIEL,HELVETICA&quot; SIZE=&quot;-1&quot;&gt;
    &lt;form&gt;
      &lt;div align=&quot;center&quot;&gt;&lt;center&gt;&lt;table WIDTH=&quot;225&quot; BORDER=&quot;1&quot; ALIGN=&quot;CENTER&quot;&gt;
        &lt;tr&gt;
          &lt;td WIDTH=&quot;250&quot; COLSPAN=&quot;2&quot; ALIGN=&quot;center&quot; bgcolor=&quot;#CCFFCC&quot;&gt;&lt;/font&gt;&lt;b&gt;&lt;font size=&quot;-1&quot; face=&quot;ARIEL,HELVETICA&quot; color=&quot;#000000&quot;&gt;Leejoo's
          Geboortedag Calculator&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td WIDTH=&quot;100&quot; bgcolor=&quot;#CCFFCC&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;&lt;font size=&quot;2&quot;&gt;Maand:&lt;/font&gt;&lt;/b&gt;&lt;font SIZE=&quot;2&quot;&gt;&lt;input
          TYPE=&quot;Text&quot; NAME=&quot;month&quot; SIZE=&quot;4&quot;&gt;&lt;br&gt;
          &lt;br&gt;
            &lt;b&gt;Dag:     &lt;/b&gt;&lt;input TYPE=&quot;Text&quot; NAME=&quot;day&quot; SIZE=&quot;4&quot;&gt;&lt;br&gt;
          &lt;br&gt;
            &lt;b&gt;Jaar:    &lt;/b&gt;&lt;input TYPE=&quot;Text&quot; NAME=&quot;year&quot; SIZE=&quot;4&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
          &lt;td WIDTH=&quot;125&quot; ALIGN=&quot;center&quot; bgcolor=&quot;#CCFFCC&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;
            &lt;font SIZE=&quot;2&quot;&gt;&lt;b&gt;Voorbeeld:&lt;/b&gt;&lt;/font&gt; &lt;br&gt;
            &lt;font SIZE=&quot;2&quot;&gt;&lt;i&gt;&lt;b&gt;2-26-1970&lt;/b&gt;&lt;br&gt;
            &lt;b&gt;Donderdag&lt;/b&gt;&lt;/i&gt;&lt;br&gt;
          &lt;br&gt;
          &lt;b&gt;Je bent geboren op een&lt;/b&gt;&lt;/font&gt; &lt;br&gt;
          &lt;input TYPE=&quot;Text&quot; NAME=&quot;birthday&quot; SIZE=&quot;10&quot;&gt; &lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td COLSPAN=&quot;2&quot; ALIGN=&quot;center&quot; bgcolor=&quot;#CCFFCC&quot;&gt;&lt;input TYPE=&quot;button&quot; VALUE=&quot;OK&quot;
          ONCLICK=&quot;cala_day(this.form)&quot;&gt;&lt;input TYPE=&quot;reset&quot;&gt;&lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
      &lt;/center&gt;&lt;/div&gt;
    &lt;/form&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;!--content stop--&gt;

&lt;/body&gt;
&lt;/html&gt;</content>
</entry>
<entry xml:lang="fr">
  <title>Mon premier billet</title>
  <link rel="alternate" type="text/html" href="http://sushimoon.atlasblogs.com/index.php?2006/05/25/1-premier" />
  <updated>2006-05-25T09:33:54+00:00</updated>
  <id>tag:sushimoon.atlasblogs.com,2006-05-25:/1</id>
  <author><name>monica</name></author>
  <category term="general" label="General"/>
  <summary>Premier billet sur votre Atlasblogs à modifier....</summary>
  <content type="html"> Premier billet sur votre Atlasblogs &amp;agrave; modifier.</content>
</entry>
</feed>