<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-9087391808764189808</atom:id><lastBuildDate>Thu, 19 Dec 2024 03:29:10 +0000</lastBuildDate><category>Time Left to coming 2012</category><category>Wake Up</category><title>System Administrators, Asansol Division</title><description>Our thoughts to share with u</description><link>http://saasldiv.blogspot.com/</link><managingEditor>noreply@blogger.com (Sys. Administrators,Asansol Division)</managingEditor><generator>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9087391808764189808.post-4063131739986128850</guid><pubDate>Wed, 28 Dec 2011 08:47:00 +0000</pubDate><atom:updated>2011-12-28T14:17:17.511+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Time Left to coming 2012</category><title>Time Left to coming 2012</title><description>&lt;style style=&quot;text/css&quot;&gt;

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background:#fff;
color:#289728;
font: bold 20px arial;
padding: 15px;

border:5px solid #333333;

border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
box-shadow: 5px 5px 5px #CCCCCC;


}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 120%
}

&lt;/style&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

function cdtime(container, targetdate){
if (!document.getElementById || !document.getElementById(container)) return
this.container=document.getElementById(container)
this.currentTime=new Date()
this.targetdate=new Date(targetdate)
this.timesup=false
this.updateTime()
}

cdtime.prototype.updateTime=function(){
var thisobj=this
this.currentTime.setSeconds(this.currentTime.getSeconds()+1)
setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second
}

cdtime.prototype.displaycountdown=function(baseunit, functionref){
this.baseunit=baseunit
this.formatresults=functionref
this.showresults()
}

cdtime.prototype.showresults=function(){
var thisobj=this


var timediff=(this.targetdate-this.currentTime)/1000 //difference btw target date and current date, in seconds
if (timediff&lt;0){ //if time is up
this.timesup=true
this.container.innerHTML=this.formatresults()
return
}
var oneMinute=60 //minute unit in seconds
var oneHour=60*60 //hour unit in seconds
var oneDay=60*60*24 //day unit in seconds
var dayfield=Math.floor(timediff/oneDay)
var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour)
var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute)
var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute))
if (this.baseunit==&quot;hours&quot;){ //if base unit is hours, set &quot;hourfield&quot; to be topmost level
hourfield=dayfield*24+hourfield
dayfield=&quot;n/a&quot;
}
else if (this.baseunit==&quot;minutes&quot;){ //if base unit is minutes, set &quot;minutefield&quot; to be topmost level
minutefield=dayfield*24*60+hourfield*60+minutefield
dayfield=hourfield=&quot;n/a&quot;
}
else if (this.baseunit==&quot;seconds&quot;){ //if base unit is seconds, set &quot;secondfield&quot; to be topmost level
var secondfield=timediff
dayfield=hourfield=minutefield=&quot;n/a&quot;
}
this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield)
setTimeout(function(){thisobj.showresults()}, 1000) //update results every second
}

/////CUSTOM FORMAT OUTPUT FUNCTIONS BELOW//////////////////////////////

//Create your own custom format function to pass into cdtime.displaycountdown()
//Use arguments[0] to access &quot;Days&quot; left
//Use arguments[1] to access &quot;Hours&quot; left
//Use arguments[2] to access &quot;Minutes&quot; left
//Use arguments[3] to access &quot;Seconds&quot; left

//The values of these arguments may change depending on the &quot;baseunit&quot; parameter of cdtime.displaycountdown()
//For example, if &quot;baseunit&quot; is set to &quot;hours&quot;, arguments[0] becomes meaningless and contains &quot;n/a&quot;
//For example, if &quot;baseunit&quot; is set to &quot;minutes&quot;, arguments[0] and arguments[1] become meaningless etc


function formatresults(){
if (this.timesup==false){//if target date/time not yet met
var displaystring=arguments[0]+&quot; days &quot;+arguments[1]+&quot; hours &quot;+arguments[2]+&quot; minutes &quot;+arguments[3]+&quot; seconds left until December 25, 2011 18:25:00&quot;
}
else{ //else if target date/time met
var displaystring=&quot;&quot;
}
return displaystring
}

function formatresults2(){
if (this.timesup==false){ //if target date/time not yet met
var displaystring=&quot;&lt;span class=&#39;lcdstyle&#39;&gt;&quot;+arguments[0]+&quot; &lt;sup&gt;days&lt;/sup&gt; &quot;+arguments[1]+&quot; &lt;sup&gt;hours&lt;/sup&gt; &quot;+arguments[2]+&quot; &lt;sup&gt;minutes&lt;/sup&gt; &quot;+arguments[3]+&quot; &lt;sup&gt;seconds&lt;/sup&gt;&lt;/span&gt; &quot;
}
else{ //else if target date/time met
var displaystring=&quot;&quot; //Don&#39;t display any text
alert(&quot;HAPPY NEW YEAR EVERYBODY!&quot;) //Instead, perform a custom alert
}
return displaystring
}

&lt;/script&gt;&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;br /&gt;
&lt;img style=&quot;float:left; &quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7XmGKhWeBLJ4309GpvsuC7gdYAex3gvG9A-d2DrkFkEm-2EAwivJzOdrANvx1jil61s9mJEn5G8Rwjrxzn70r8VrzmkVgU0yYkayhfKHi9zRlGko7BbFlJ7URrhRqF77lJTcx7Cxr7k4/s400/NEW+YEAR.png&quot; width=&quot;125px&quot;/&gt;&lt;br /&gt;
&lt;h1 style=&quot;color:#289728; padding-top:40px;&quot;&gt;Counting Till 2012 »»&lt;/h1&gt;&lt;br/&gt;&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;td&gt;&lt;br /&gt;
&lt;div id=&quot;countdowncontainer&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;
&lt;div id=&quot;countdowncontainer2&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

var futuredate=new cdtime(&quot;countdowncontainer&quot;, &quot;March 23, 2009 18:25:00&quot;)
futuredate.displaycountdown(&quot;days&quot;, formatresults)

var currentyear=new Date().getFullYear()
//dynamically get this Christmas&#39; year value. If Christmas already passed, then year=current year+1
var thischristmasyear=(new Date().getMonth()&gt;=11 &amp;&amp; new Date().getDate()&gt;31)? currentyear+1 : currentyear
var christmas=new cdtime(&quot;countdowncontainer2&quot;, &quot;December 31, &quot;+thischristmasyear+&quot; 0:0:00&quot;)
christmas.displaycountdown(&quot;days&quot;, formatresults2)

&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;</description><link>http://saasldiv.blogspot.com/2011/12/time-left-to-coming-2012.html</link><author>noreply@blogger.com (Sys. Administrators,Asansol Division)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7XmGKhWeBLJ4309GpvsuC7gdYAex3gvG9A-d2DrkFkEm-2EAwivJzOdrANvx1jil61s9mJEn5G8Rwjrxzn70r8VrzmkVgU0yYkayhfKHi9zRlGko7BbFlJ7URrhRqF77lJTcx7Cxr7k4/s72-c/NEW+YEAR.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9087391808764189808.post-1689818042428625038</guid><pubDate>Sat, 01 Oct 2011 07:04:00 +0000</pubDate><atom:updated>2011-10-01T12:34:43.121+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Wake Up</category><title>Wake up</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Its our web.&lt;/div&gt;</description><link>http://saasldiv.blogspot.com/2011/10/wake-up.html</link><author>noreply@blogger.com (Sys. Administrators,Asansol Division)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9087391808764189808.post-1826777596308172272</guid><pubDate>Sat, 03 Oct 2009 09:37:00 +0000</pubDate><atom:updated>2011-10-03T15:08:29.769+05:30</atom:updated><title>Play Game</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;script language=&quot;javascript&quot;&gt;
 
&lt;!--Brought to you by www.mybloggertricks.com --&gt;
//Tic Tac Toe- By Brian (http://scriptasylum.com/bgaudiodr/) 
//Modified by Yossi Cohen (yossi@prosite.co.il) 
//Featured on Dynamicdrive.com 
//Visit http://www.dynamicdrive.com for this script
var image1=new Image(); image1.src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZu7w-xeodcZnrtWCDbPUgtM47PhSnxNRjFtnunzWN0fj2mpRM7MILMQHEN5UXMO_zMSNAdHM1dn8YRG-EpZ65m9QC044HFINNRmqxRHseD8dcnKyoInpiKE5JjTJUmDP1xoRjELSQLJU/s400/ex.gif&quot;; 
var image2=new Image(); image2.src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioHSrX1A5_s0JhofpqyvMo86XRKW2JbMHenOYU7tqVver57M3llK5GvmFyxVDrQbpmUCHG0amUoVBDsSpzyBqVNBqRV2JP5ngNUoPThAu4Qd0MuEfcUbPu0HFtJJBh8yhvQ87eu3su4bY/s400/oh.gif&quot;;
var level=1, myway, mynextmove; 
var tmp, done, iswon, content; 
var pcwins=[0,0,0,0]; 
var playerwins=[0,0,0,0]; 
var draws=[0,0,0,0]; 
var playerstarts=true; 
var moves=new Array(); 
var game=new Array(9); 
var choices=[11,12,13,21,22,23,31,32,33]; 
var corners=[11,13,31,33]; 
var ways=new Array(); 
ways[1]=[0,11,12,13]; 
ways[2]=[0,21,22,23]; 
ways[3]=[0,31,32,33]; 
ways[4]=[0,11,21,31]; 
ways[5]=[0,12,22,32]; 
ways[6]=[0,13,23,33]; 
ways[7]=[0,11,22,33]; 
ways[8]=[0,13,22,31]; 
var w3c=(document.getElementById)?true:false; 
var ns4=(document.layers)?true:false; 
var ie4=(document.all &amp;&amp; !w3c)?true:false; 
var ie5=(document.all &amp;&amp; w3c)?true:false; 
var ns6=(w3c &amp;&amp; navigator.appName.indexOf(&quot;Netscape&quot;)&gt;=0)?true:false;
function init(){ 
oktoplay=true; 
iswon=false; 
done=0; 
writetext(4); 
moves[11]=0; moves[12]=0; moves[13]=0; moves[21]=0; moves[22]=0; moves[23]=0; moves[31]=0; moves[32]=0; moves[33]=0; 
for(i=0;i&lt;=8;i++){ 
document.images[&#39;rc&#39;+choices[i]].src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot;; 
document.images[&#39;rc&#39;+choices[i]].alt=&quot;&quot;; 
game[i]=0; 
} 
if(!playerstarts)pcturn(); 
}
function writetext(num){ 
switch(num){ 
case 1: content=&#39;This game is a draw&#39;; 
break; 
case 2: content=&#39;The computer won this round.&#39;; 
break; 
case 3: content=&#39;You won this round.&#39;; 
break; 
case 4: content=&#39;LEVEL: &#39;+level+&#39;\n\nComputer Wins:  This level- &#39;+pcwins[level]+&#39;  (Total: &#39;+(pcwins[0]+pcwins[1]+pcwins[2]+pcwins[3])+&#39;)\nPlayer Wins  :  This level- &#39;+playerwins[level]+&#39;  (Total: &#39;+(playerwins[0]+playerwins[1]+playerwins[2]+playerwins[3])+&#39;)\nDraws        :  This level- &#39;+draws[level]+&#39;  (Total: &#39;+(draws[0]+draws[1]+draws[2]+draws[3])+&#39;)&#39;; 
break; 
}
document.scores.scores2.value=content
if(num&lt;4)setTimeout(&#39;init(4)&#39;,1000); 
}
function setlevel(x){ 
    if (level!=x){ 
        level=x; 
        init(); 
}}
function setbutton(cellnum){ 
if (!iswon){             // Thanks to Roger for finding this Bug !!! 
if(moves[cellnum]==0){ 
document.images[&#39;rc&#39;+cellnum].src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZu7w-xeodcZnrtWCDbPUgtM47PhSnxNRjFtnunzWN0fj2mpRM7MILMQHEN5UXMO_zMSNAdHM1dn8YRG-EpZ65m9QC044HFINNRmqxRHseD8dcnKyoInpiKE5JjTJUmDP1xoRjELSQLJU/s400/ex.gif&quot;; 
document.images[&#39;rc&#39;+cellnum].alt=&quot; X &quot;; 
moves[cellnum]=1; 
game[done]=cellnum; 
done++; 
findwinner(true); 
}else alert(&#39;You cannot move here!&#39;); 
}}
function pcstrategy(istowin){ 
if (level&gt;0){ 
var str=(istowin)? 2 : 1; 
for(n=1;n&lt;=8;n++){ 
if((moves[ways[n][1]]==str) &amp;&amp; (moves[ways[n][2]]==str) &amp;&amp; (moves[ways[n][3]]==0)) tmp=ways[n][3]; 
if((moves[ways[n][1]]==str) &amp;&amp; (moves[ways[n][3]]==str) &amp;&amp; (moves[ways[n][2]]==0)) tmp=ways[n][2]; 
if((moves[ways[n][2]]==str) &amp;&amp; (moves[ways[n][3]]==str) &amp;&amp; (moves[ways[n][1]]==0)) tmp=ways[n][1]; 
}}}

function selecCorner(which){ 
if (which==&quot;empty&quot;){ 
do{ 
tmp=corners[Math.floor(Math.random()*4)]; 
}while(moves[tmp]!=0); 
} 
else 
tmp=corners[Math.floor(Math.random()*4)]; 
}

function pcdontlose(){ 
if (!playerstarts){ 
if (done==0){ 
tmp=choices[2*Math.floor(Math.random()*5)]; 
if (tmp==22) myway=1; 
else myway=2; 
} 
else if (done==2){ 
if (myway==1){ 
if (game[1]==11 || game[1]==13 || game[1]==31 || game[1]==33) 
tmp=44-game[1];    
else{ 
dlta=22-game[1]; 
op0=22+dlta+(10/dlta); 
op1=22+dlta-(10/dlta); 
tmp=eval(&quot;op&quot;+Math.floor(Math.random()*2)); 
}} 
else if (myway==2){ 
if (game[1]==22){ 
tmp=44-game[0]; 
myway=21; 
} 
else if (game[1]==11 || game[1]==13 || game[1]==31 || game[1]==33){ 
selecCorner(&quot;empty&quot;); 
myway=22; 
} 
else{ 
tmp=22; 
myway=23; 
}}} 
else if (done==4){ 
if (myway==22){ 
for (i=0; i&lt;4 ;i++){            
if (moves[corners[i]]==0){ 
tmp=corners[i]; 
}}} 
else if (myway==23){ 
dlta=game[1]-game[0]; 
op0=44-(game[1]+dlta); 
op1=(op0+game[0])/2; 
tmp=eval(&quot;op&quot;+Math.floor(Math.random()*2)); 
} 
else if (myway==1) 
tmp=44+game[2]-(2*game[3]); 
}} 
else if (level==3){ 
if (done==1){ 
if (game[0]==11 || game[0]==13 || game[0]==31 || game[0]==33){ 
tmp=22; 
myway=1; 
} 
else if (game[0]==22){ 
selecCorner(&quot;any&quot;); 
myway=2; 
} 
else{ 
tmp=22; 
myway=3; 
}} 
else if (done==3){ 
if (myway==1){ 
if (game[2]==44-game[0]) 
tmp=choices[1+(2*Math.floor(Math.random()*4))]; 
else 
tmp=44-game[0] 
} 
else if (myway==2){ 
if (game[2]==44-game[1]) 
selecCorner(&quot;empty&quot;); 
} 
else if (myway==3){ 
if (game[2]==11 || game[2]==13 || game[2]==31 || game[2]==33) 
tmp=44-game[2]; 
if (game[2]==44-game[0]){ 
dlta=22-game[2]; 
tmp=22+(10/dlta); 
mynextmove=tmp+dlta; 
} 
else{ 
dlta=22-game[0]; 
op0=game[0]+(10/dlta);    
op1=game[0]-(10/dlta);    
op2=game[2]+dlta;    
tmp=eval(&quot;op&quot;+Math.floor(Math.random()*3)); 
}}} 
else if (done==5 &amp;&amp; myway==3){ 
tmp=mynextmove; 
}}}

function findwinner(isplayer){ 
me=(isplayer)? 1 : 2; 
for(n=1;n&lt;=8;n++){ 
if( (moves[ways[n][1]]==me) &amp;&amp; (moves[ways[n][2]]==me) &amp;&amp; (moves[ways[n][3]]==me) ){ 
iswon=true; 
break; 
}} 
if(iswon){ 
if(isplayer){ 
playerwins[level]++; 
playerstarts=true; 
writetext(3); 
}else{ 
pcwins[level]++; 
playerstarts=false; 
writetext(2); 
}}else{ 
if(done&gt;8){ 
draws[level]++; 
playerstarts=!playerstarts; 
writetext(1); 
}else if(isplayer) pcturn(); 
}}
function pcrandom(){ 
do{ 
tmp=choices[Math.floor(Math.random()*9)]; 
}while(moves[tmp]!=0); 
}
function pcturn(){ 
tmp=&#39;00&#39;; 
pcstrategy(true); 
if(tmp==&#39;00&#39;)pcstrategy(false); 
if(tmp==&#39;00&#39; &amp;&amp; level&gt;1) 
    pcdontlose(); 
if(tmp==&#39;00&#39;) 
    pcrandom(); 
moves[tmp]=2; 
game[done]=tmp; 
document.images[&#39;rc&#39;+tmp].src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioHSrX1A5_s0JhofpqyvMo86XRKW2JbMHenOYU7tqVver57M3llK5GvmFyxVDrQbpmUCHG0amUoVBDsSpzyBqVNBqRV2JP5ngNUoPThAu4Qd0MuEfcUbPu0HFtJJBh8yhvQ87eu3su4bY/s400/oh.gif&quot;; 
document.images[&#39;rc&#39;+tmp].alt=&quot; O &quot;; 
done++; 
findwinner(false); 
}
window.onload=init;
window.onresize=function(){ 
  if(ns4)setTimeout(&#39;history.go(0)&#39;,400); 
}
&lt;!--Brought to you by www.mybloggertricks.com--&gt; 
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table bgcolor=&quot;white&quot; border=&quot;5&quot; bordercolor=&quot;black&quot; bordercolorlight=&quot;gray&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(11)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc11&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(12)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc12&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(13)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc13&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(21)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc21&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(22)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc22&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(23)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc23&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(31)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc31&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(32)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc32&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;td width=&quot;55&quot;&gt;&lt;a href=&quot;javascript:setbutton(33)&quot;&gt;&lt;img border=&quot;0&quot; name=&quot;rc33&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s400/nothing.gif&quot; /&gt;&lt;/a&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;form name=&quot;scores&quot;&gt;&lt;textarea cols=&quot;60&quot; name=&quot;scores2&quot; rows=&quot;6&quot;&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;input id=&quot;level&quot; name=&quot;level&quot; onclick=&quot;setlevel(0)&quot; type=&quot;radio&quot; /&gt;level 0 --  the Computer is totally dumb. &lt;br /&gt;
&lt;br /&gt;
&lt;input checked=&quot;&quot; id=&quot;level&quot; name=&quot;level&quot; onclick=&quot;setlevel(1)&quot; type=&quot;radio&quot; /&gt;level 1 --  Computer is smarter (original version). &lt;br /&gt;
&lt;br /&gt;
&lt;input id=&quot;level&quot; name=&quot;level&quot; onclick=&quot;setlevel(2)&quot; type=&quot;radio&quot; /&gt;level 2 --  You MAY win (only when you start). &lt;br /&gt;
&lt;br /&gt;
&lt;input id=&quot;level&quot; name=&quot;level&quot; onclick=&quot;setlevel(3)&quot; type=&quot;radio&quot; /&gt;level 3 --  Computer NEVER lose. &lt;br /&gt;
&lt;br /&gt;
&lt;/form&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</description><link>http://saasldiv.blogspot.com/2009/10/play-game.html</link><author>noreply@blogger.com (Sys. Administrators,Asansol Division)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3HzoAh5XwhaQR-YwlHanHj5DNBBbln69Hb66TCGDIi8TGFK-i7s1l77IKeWujoXPr10IQPwiE6JLLVcRTmp7HZCFtkd1XFf5EIPw-boXR4M-NIGknhwHDe4jyu8_hE4uPdAxh15bgy8/s72-c/nothing.gif" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>