Advertise


Friday, June 27, 2008

Re: [Shadeshi_Bondhu] Office Nick Name

If I use akashi churii as name, for example then the result is Daroga, and if I use akashii churii Notun Jamai. Basically those names are set in advance.

Have look through the source code:


<!-- saved from url=(0022)http://internet.e-mail -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0138)file://C:\Documents%20and%20Settings\Monirul.Huda\Local%20Settings\Temporary%20Internet%20Files\OLK1D\Office%20Nick%20Name%20Generator.htm -->
<!-- saved from url=(0022)http://internet.e-mail --><!-- saved from url=(0022)http://internet.e-mail --><HTML><HEAD><TITLE>Office Nick Name Generator</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type><!-- saved from url=(0022)http://internet.e-mail --><!-- saved from url=(0022)http://internet.e-mail -->
<STYLE>.menus {
BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-FAMILY: arial, verdana, geneva, "sans serif"; FONT-SIZE: 10px; TEXT-DECORATION: none
}
menus:hover {
BACKGROUND-COLOR: #cc0000; COLOR: #ffffff; FONT-FAMILY: arial, verdana, geneva, 'sans serif'; FONT-SIZE: 10px; TEXT-DECORATION: none
}
.textlink {
COLOR: #cc0000; FONT-FAMILY: verdana, arial, geneva, "sans serif"; FONT-SIZE: 8pt; TEXT-DECORATION: none
}
.textlink:hover {
COLOR: #999999; FONT-FAMILY: verdana, arial, geneva, "sans serif"; FONT-SIZE: 8pt; TEXT-DECORATION: none
}
.text {
COLOR: #666666; FONT-FAMILY: verdana, arial, geneva, sans-serif; FONT-SIZE: 8pt; FONT-STYLE: normal
}
.text2 {
COLOR: #333333; FONT-FAMILY: verdana, arial, geneva, sans-serif; FONT-SIZE: 8pt; FONT-STYLE: normal
}
.head {
COLOR: #ff6600; FONT-FAMILY: arial, verdana, geneva, sans-serif; FONT-SIZE: 32pt; FONT-STYLE: normal
}
.head2 {
COLOR: #666666; FONT-FAMILY: arial, verdana, geneva, sans-serif; FONT-SIZE: 22pt; FONT-STYLE: normal
}
.small {
COLOR: #000000; FONT-FAMILY: verdana, arial, verdana, geneva, sans-serif; FONT-SIZE: 6pt; FONT-STYLE: normal
}
</STYLE>

<SCRIPT language=JavaScript>

fullName = new String;
var x = 0;
var currentNum = 0;
var currentChar;
var y = 0;

var ozName = new Array("Chagla Dari", "Pagla", "Khobish", "Haramjada", "Bhutka", "Motu", "Half Ladies", "Moulana", "Rakkhosh", "Takku", "Tui Rajakar", "Raj Puttur", "Unmad", "Kipta", "Moch Wala", "Udar Ponthi", "Shubidha Badi", "Shala Fokir", "Laili-Mojnu", "Prem Diwana", "Kothin","Bhalo Manush", "Bhodro Lok", "Shoitan", "Rocket Scientist", "Silly Expat", "Keranir Baccha", "Daroga", "Rokto Chosha", "Shobjanta", "Shuhashini", "Shundori", "Gadha", "Goru", "Aziz Md. Bhai", "Ailsha", "Notun Jamai", "Daini Buri", "Mama", "Luichcha", "Hujur", "Moharani", "Alaler Ghorer Dulal", "Tel Machine", "Pisla", "Bari ki Chittagong?", "Bari ki Noakhali?", "Chain Shamne na Pisone?", "Laltu Mia", "Pagla Kukur", "Modon", "Neta", "Faltu", "Khuni", "Ja Bhag!!", "Bhanga Record", "Bou Pagol", "Tube Light", "Teler Dibba", "Gnajum", "Masi Mara Kerani", "Okorma", "Mathai Gobor", "Ghush Nai, Shukh Nai", "Amader Dabi Mante Hobe", "Bia Ekta Korsi, Aro Tinta Baki Ase", "Shobar Jonno Bhalobasha", "Na Korte Pari Na","Chagla Dari", "Pagla", "Khobish", "Haramjada", "Bhutka", "Motu", "Half Ladies", "Moulana", "Rakkhosh", "Takku", "Tui Rajakar", "Raj Puttur", "Unmad", "Kipta", "Moch Wala", "Udar Ponthi", "Shubidha Badi", "Shala Fokir", "Laili-Mojnu", "Prem Diwana", "Kothin","Bhalo Manush", "Bhodro Lok", "Shoitan", "Rocket Scientist", "Silly Expat", "Keranir Baccha", "Daroga", "Rokto Chosha", "Shobjanta", "Shuhashini", "Shundori", "Gadha", "Goru", "Aziz Md. Bhai", "Ailsha", "Notun Jamai", "Daini Buri", "Mama", "Luichcha", "Hujur", "Moharani", "Alaler Ghorer Dulal", "Tel Machine", "Pisla", "Bari ki Chittagong?", "Bari ki Noakhali?", "Chain Shamne na Pisone?", "Laltu Mia", "Pagla Kukur", "Modon", "Neta", "Faltu", "Khuni", "Ja Bhag!!", "Bhanga Record", "Bou Pagol", "Tube Light", "Teler Dibba", "Gnajum", "Masi Mara Kerani", "Okorma", "Mathai Gobor", "Ghush Nai, Shukh Nai", "Amader Dabi Mante Hobe", "Bia Ekta Korsi, Aro Tinta Baki Ase", "Shobar Jonno Bhalobasha", "Na Korte Pari Na")


function matchLtr() {

if (currentChar == "a" || currentChar == "A") {
currentNum = 1;
}
if (currentChar == "b" || currentChar == "B") {
currentNum = 2;
}
if (currentChar == "c" || currentChar == "C") {
currentNum = 3;
}
if (currentChar == "d" || currentChar == "D") {
currentNum = 4;
}
if (currentChar == "e" || currentChar == "E") {
currentNum = 5;
}
if (currentChar == "f" || currentChar == "F") {
currentNum = 6;
}
if (currentChar == "g" || currentChar == "G") {
currentNum = 7;
}
if (currentChar == "h" || currentChar == "H") {
currentNum = 8;
}
if (currentChar == "i" || currentChar == "I") {
currentNum = 9;
}
if (currentChar == "j" || currentChar == "J") {
currentNum = 10;
}
if (currentChar == "k" || currentChar == "K") {
currentNum = 11;
}
if (currentChar == "l" || currentChar == "L") {
currentNum = 12;
}
if (currentChar == "m" || currentChar == "M") {
currentNum = 13;
}
if (currentChar == "n" || currentChar == "N") {
currentNum = 14;
}
if (currentChar == "o" || currentChar == "O") {
currentNum = 15;
}
if (currentChar == "p" || currentChar == "P") {
currentNum = 16;
}
if (currentChar == "q" || currentChar == "Q") {
currentNum = 17;
}
if (currentChar == "r" || currentChar == "R") {
currentNum = 18;
}
if (currentChar == "s" || currentChar == "S") {
currentNum = 19;
}
if (currentChar == "t" || currentChar == "T") {
currentNum = 20;
}
if (currentChar == "u" || currentChar == "U") {
currentNum = 21;
}
if (currentChar == "v" || currentChar == "V") {
currentNum = 22;
}
if (currentChar == "w" || currentChar == "W") {
currentNum = 23;
}
if (currentChar == "x" || currentChar == "X") {
currentNum = 24;
}
if (currentChar == "y" || currentChar == "Y") {
currentNum = 25;
}
if (currentChar == "z" || currentChar == "Z") {
currentNum = 26;
}
x += currentNum;
}

function selName() {
x = 0;
fullName = document.names.firstname.value + document.names.lastname.value;
for (i=0; i < fullName.length; i++) {
currentChar = fullName.charAt(i);
matchLtr();
}
popName()
}

function popName() {

y = x % 90;
document.names.ozbitchname.value = ozName[y];
start();
}

function start() {

document.names.firstname.focus();
}

</SCRIPT>

<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff leftMargin=0 link=#ff9900 onload=start() text=#666666
topMargin=0 vLink=#ff3300 MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE align=center bgColor=#ffffff border=0 cellPadding=10 cellSpacing=0
width="100%">
<TBODY>
<TR>
<TD vAlign=top><SPAN class=head>Office<BR>Nickname<BR>Generator</SPAN>
<P><SPAN class=small>*(C) Not Microsoft</SPAN></P></TD>
<TD align=left vAlign=top>
<P><SPAN class=text><B>Want to know what your co-workers call YOU behind
your back? Just input your name and find out</B></SPAN>
<FORM name=names><SPAN class=text>Enter your first name:</SPAN><BR><INPUT
name=firstname size=18> <BR><SPAN class=text>Enter your last
name:</SPAN><BR><INPUT name=lastname size=18>
<P><INPUT onclick=javascript:selName() type=button value="What do my co-workers call me?">

<P><SPAN class=text><B>Behind your back you are called:</B><BR><INPUT
name=ozbitchname readOnly
size=36></SPAN></FORM></P></TD></TR></TBODY></TABLE></BODY></HTML>





Have Fun ....













On 6/27/08, Paglee <paglee.girl@gmail.com> wrote:

your software told me 'khobish' and you as 'nutun jamai' khek khek khek...

paglee
(i wish electricity go off and i could sleep)

On Wed, Jun 25, 2008 at 11:41 PM, Akashii Churii <9003.aj@gmail.com> wrote:
 
Just for Fun.
 
Akashii
 

(Just for mind satisfaction- If anyone Do Not want to receive any Fun mails then please feel free to tell me. I don want to bother anyone by mails. This reminder is not applicable for any groups.)





--
`*`~`*`~`*`~`*`~`*`~`*`~`*`~`

*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´ (¸.·` *R@kiB __._,_.___

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SB: Home of the Bangladeshi Teens & Youths
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

-> Official Website: http://www.ShadeshiBondhu.com
-> Group's short url: http://Group.ShadeshiBondhu.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SB: Friends' Family
++++++++++++++++++++++++++++++++++++++++++++++++++++++++




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___