bienvenue sur les codes de java de lma9bara tous ça est fait pour vous si tu veux un code écris à moi par ici
Script en javascript.
Voir les scripts javascript proposé par allhtml. Les catégories de allhtml (pas d'exemple):
Scripts frame et fenêtre: Scripts Javascript ayant pour objet les frames et les fenêtres (pop-up).
Scripts date et heure: Scripts Javascript ayant pour objet les dates (modification, affichage...).
Scripts formulaire: Scripts Javascript ayant pour objet les formulaires (vérification, contrôle...).
Scripts image: Scripts Javascript ayant pour objet les images (roll over, images aléatoires..).
Scripts texte: Scripts Javascript ayant pour objet la mise en forme de texte (défilement, choix aléatoires...).
Scripts navigateur : Scripts Javascript ayant pour objet les navigateurs (identification, redirection...).
Scripts divers: Scripts Javascript divers (email, redirection, message...).
Voir les scripts javascript proposé par Script-masters. Visionnez les exemples de scripts ci-dessous presenter par
Script-masters.com Les catégories de script-masters:
Barre de statut. exemple:
Message défilant dans la barre de statut. Un message défilant de droite à gauche apparaît dans la barre de statut de votre navigateur.
Cookies. exemple:
Ouverture d'une popup une seule fois par jour . Comme son nom l'indique, ce script ouvre une fenetre de type pop-up une seule fois par jour et par visiteur. Utile pour ne pas sucharger vos visiteurs de popup inutiles.
Date et heure. exempe:
Message selon le jour de la semaine Ce script permet d'insérer un message en fonction du jour de la semaine.
Divers. exemple:
Titre défilant. Un petit script pour faire défiler votre titre de gauche à droite dans la barre de titre du navigateur.
Formulaires. exemple:
Cocher une check box par un clic sur un texte. Inutile pour vos visiteurs de viser la check box pour que celle-ci soit cochée! Un simple clic sur un texte qui se trouve à coter pour que celle-ci soit cochée! Pratique.
Graphisme. exemple:
Opacité d'une image. Ce script permet d'afficher une image avec une faible opacité et de l'incrémenter au passage du curseur. Celle-ci retrouve son opacité initiale lors du retrait du curseur.
Jeux. Liens. exemple:
Fléche clignotante. Ce superbe script affiche une flèche clignotante près d'un lien dès que l'on passe le curseur au-dessus. Vous pouvez sauvegardez les deux images si vous le voulez.
Menus dynamiques. exemple:
Bannière de texte dynamique. Ce superbe script dynamique (dhtml) affiche plusieurs bannières à la suite dans un superbe éclair digne des meilleurs films américains. Si vous n'en voulez pas, je vous conseil quand même d'aller le voir.
Navigation. exemple:
Fausse PopUp (Dhtml)
Cette PopUp en Dhtml se superpose au reste de la page. Elle présente l'avantage de pouvoir être déplacée comme une fenêtre classique. On peut la fermer en cliquant sur la croix en haut à gauche. Vous pouvez ou non afficher l'effet d'ombre. Elle est entièrement personnalisable et fonctionne sous Internet Explore 5+ et Netscape Navigator 6+. Ne provoque pas derreur pour les autres navigateurs.
Souris. Texte. exemple:
Texte Rotatif. Affichez un message clignotant à intervalles régulier sur vos pages grâce à ce script. Vous pouvez en mettre autant que vous le désirez et même réglez la vitesse de diffusion sans oublier la police, la couleur et la taille. Pratique pour économiser les Ko d'une image.
äÕ íÊÛíÑ áæäå ÚÏÉ ãÑÇÊ
<div align="center"><p><script language="JavaScript1.2" type="text/javascript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];
}
}
// Set the text to be displayed here.
var ctext = "... www.sadaagroup.com ãÌãæÚÉ ÕÏì ... ";
// Set the speed of change here (in milliseconds)
var speed = 1000;
var x = 0;
var color = new initArray(
// Set the colours to be used here
"red",
"purple",
"blue",
"green",
"black",
"orange"
);
if(navigator.appName == "Netscape") {
document.write('<layer id="c"><center>'+ctext+'</center></layer><br>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<div id="c"><center>'+ctext+'</center></div>');
}
function chcolor(){
if(navigator.appName == "Netscape") {
document.c.document.write('<center><font color="'+color[x]);
document.c.document.write('">'+ctext+'</font></center>');
document.c.document.close();
}
else if (navigator.appVersion.indexOf("MSIE") != -1){
document.all.c.style.color = color[x];
}
(x < color.length-1) ? x++ : x = 0;
}
setInterval("chcolor()",1000);
// End -->
</script></p></div><br>
áÑÓÇáÉ ÊÑÍíÈ Çí ØáÈ ÇÓã ÇáÒÇÆÑ
<SCRIPT LANGUAGE="Javascript">
//http://www.sadaagroup.com
name=window.prompt("ÇÏÎá ÃÓãß.","ÇßÊÈ ÇÓãß åäÇ");
document.write("<H1 align=center>ãÑÍÈÇ! "+name+".</H1>")
//-->
</script>
äÕ ÈÃáæÇä ÞæÓ ÞÒÍ
<p align="center"><font size="6" face="Tahoma"><strong><script
language="JavaScript">
<!--
function createHexArray(n)
{
this.length=n;
for (var i=1; i<=n; i++)
this[i]=i-1;
this[11]="A";
this[12]="B";
this[13]="C";
this[14]="D";
this[15]="E";
this[16]="F";
return this;
}
hx = new createHexArray(16);
function convertToHex(x)
{
var high=x/16;
var s=high+"";
s=s.substring(0,2);
high=parseInt(s,10);
var left=hx[high+1];
var low=x-high*16;
s=low+"";
s=s.substring(0,2);
low=parseInt(s,10);
var right=hx[low+1];
var string=left+""+right;
return string;
}
function makeRainbow(text)
{
text=text.substring(3,text.length-4);
color_d1=255;
mul=color_d1/text.length;
for(i=0;i < text.length;i++)
{
color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))"
color_h1=convertToHex(color_d1);
color_d2=mul*i;
color_h2=convertToHex(color_d2);
document.write("<FONT COLOR=\"#FF"+color_h1+color_h2+"\">"+text.substring(i,i+1)+"</FONT>");
}
}
//-->
</script> <!--Place this script in the BODY section.--> <!--You may edit these font tags.--> </strong></font><font size="6"><strong><script
language="JavaScript"><!--
// You may edit the message below.
{makeRainbow("<< ãÑÍÈÇÈßã Ýí ãæÞÚäÇ >> ");}
// --></script></strong></font></p>
äÇÝÐÉ ãä ÛíÑ ÅØÇÑÇÊ Ãæ ÔÑíØ ÊãÑíÑ ÊÝÊÍ ÚäÏ ÇáÖÛØ Úáì æÕáÉ
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÖÚ ÚäæÇä ÇáÕÝÍÉ åäÇ', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
<A HREF="javascript:popUp()">ÇÖÛØ åäÇ </A>
äÇÝÐÉ ãä ÛíÑ ÅØÇÑÇÊ Ãæ ÔÑíØ ÊãÑíÑ ÊÝÊÍ ÚäÏ ÇáÖÛØ Úáì ÒÑ
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÖÚ ÚäæÇä ÇáÕÝÍÉ åäÇ', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
<form>
<input type=button value="ÇÖÛØ åäÇ" onClick="javascript:popUp()">
</form>
äÇÝÐÉ ãä ÛíÑ ÅØÇÑÇÊ Ãæ ÔÑíØ ÊãÑíÑ ÊÙåÑ ÊáÞÇÆíÇð Úä ÝÊÍ ÇáÕÝÍÉ ( ßäæÇÝÐ ÇáÅÚáÇäÇÊ )
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÖÚ ÚäæÇä ÇáÕÝÍÉ åäÇ', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
<BODY onLoad="javascript:popUp()">
äÇÝÐÉ ãÚ ÇáÔÑíØ ÇáãÊÍÑß ÊÙåÑ ÚäÏ ÇáÖÛØ Úáì æÕáÉ
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÚäæÇä ÇáÕÝÍÉ åäÇ', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
<A HREF="javascript:popUp()">ÇÖÛØ åäÇ</A>
äÇÝÐÉ ãÚ ÇáÔÑíØ ÇáãÊÍÑß æÔÑíØ ÇáãÚáæãÇÊ ÊÙåÑ ÚäÏ ÇáÖÛØ Úáì æÕáÉ
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÚäæÇä ÇáÕÝÍÉ', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=1, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
</script>
<A HREF="javascript:popUp()">ÇÖÛØ åäÇ </A>
äÕ íÙåÑ Ëã íÎÊÝí
<HEAD>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
ie4 = ((navigator.appVersion.indexOf("MSIE")>0) && (parseInt(navigator.appVersion) >= 4));
var count = 0, count2 = 0, add1 = 3, add2 = 10, timerID;
function show() {
if (ie4) {
count += add1;
count2 += add2;
delay = 30;
if(count2 > 100) count2 = 100;
if(count > 100) {
count = 100;
add1 = -10;
add2 = -3;
delay = 350;
}
if(count < 0) count = 0;
if(count2 < 0) {
count2 = 0;
add1 = 3;
add2 = 10;
delay = 200;
}
fader.style.filter = "Alpha(Opacity="+count2+",FinishOpacity="+count+",style=2)";
timerID = setTimeout("show()", delay);
}
}
window.onload = show;
// End -->
</script>
</HEAD>
<BODY>
<center>
<div id="fader" style="width:480; Filter:Alpha(Opacity=0,FinishOpacity=0,style=2)">
<h1>
<font family="Tahoma" color="maroon" size="+2">
äÑÍÈ Èßã Ýí ãæÞÚäÇ
<p>
ÝÃåáÇ æãÑÍÈÇ Èßã
</font>
</h1>
</div>
</center>
Ùá ááäÕ
<SPAN style="position: absolute; left: 188; font-size: 35pt; filter: shadow(color=#80FF80, direction=135); z-index: -1; top: 170; width: 423; height: 58">
<p align="center"><font color="#FF8000" face="Tahoma"><b>ãæÞÚ</b></font><font
face="Tahoma"><b> </b></font><font color="#FF8000" face="Tahoma"><b>ÇáÎØíÑ ááãÞÈÑÉ</b></font>
</SPAN></p>
<p align="center"><a href="/cgi-bin/framed/1959/"><font
color="#FF00FF" size="4"><strong>www.ma9bara.tk</strong></font></a></p>
ÊÛííÑ áæä ÇáÎáÝíÉ
<FORM name="back">
<SELECT name="g" onChange="change()">
<OPTION VALUE="aqua">ÇÒÑÞ ÝÇÊÍ
<OPTION VALUE="green">ÇÎÖÑ
<OPTION VALUE="orange">ÈÑÊÞÇáí
<OPTION VALUE="yellow">ÇÕÝÑ
<OPTION VALUE="purple">ÈäÝÓÌí
<OPTION VALUE="gray">ÑÕÇÕí
<OPTION VALUE="pink">æÑÏí
<OPTION VALUE="lavender">ÈäÝÓÌí ÝÇÊÍ
<OPTION VALUE="khaki">Èäí ÝÇÊÍ
<OPTION VALUE="skyblue">ÇÒÑÞ ÓãÇæí
<OPTION VALUE="white" SELECTED>ÇÈíÖ
</SELECT>
<INPUT TYPE="button" VALUE="ÇÎÊÇÑ Çááæä">
</FORM>
<script language="Javascript">
<!--
http://www.sadaagroup.com
function change() {
document.bgColor = document.back.g.options[document.back.g.selectedIndex].value
}
//-->
</script>
ÃáÚÇÈ äÇÑíÉ
<layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<script language="JavaScript">
/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('</div>')
}
var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;
function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();
</script>
ÝáÇÔ áæäí ÈÇáÎáÝíÉ
<script>
// sadaagroup
function initArray()
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}
var hexChars = "0123456789ABCDEF";
function Dec2Hex (Dec)
{
var a = Dec % 16;
var b = (Dec - a)/16;
hex = "" + hexChars.charAt(b) + hexChars.charAt(a);
return hex;
}
function bgChanger (begin, end, steps)
{
steps = steps -1 ;
redA = begin.charAt(0) + begin.charAt(1);
red_valA = parseInt(redA,'16');
redB = end.charAt(0) + end.charAt(1);
red_valB = parseInt(redB,'16');
red_int = ((red_valB - red_valA) / steps) * -1;
grnA = begin.charAt(2) + begin.charAt(3);
grn_valA = parseInt(grnA,'16');
grnB = end.charAt(2) + end.charAt(3);
grn_valB = parseInt(grnB,'16');
grn_int = ((grn_valB - grn_valA) / steps) * -1;
bluA = begin.charAt(4) + begin.charAt(5);
blu_valA = parseInt(bluA,'16');
bluB = end.charAt(4) + end.charAt(5);
blu_valB = parseInt(bluB,'16');
blu_int = ((blu_valB - blu_valA) / steps) * -1;
step = 2;
red = red_valA;
grn = grn_valA;
blu = blu_valA;
document.bgColor = begin;
while ( steps >= step )
{
red -= red_int;
red_round = Math.round(red);
red_hex = Dec2Hex(red);
grn -= grn_int;
grn_round = Math.round(grn);
grn_hex = Dec2Hex(grn);
blu -= blu_int;
blu_round = Math.round(blu);
blu_hex = Dec2Hex(blu);
document.bgColor = red_hex + grn_hex + blu_hex;
step++;
}
document.bgColor = end;
}
</script>
<script>
<!--
// black to black (pause)
bgChanger("000000","000000",25);
// black to red
bgChanger("000000","FF0000",25);
// red to black
bgChanger("FF0000","000000",25);
// black to purple
bgChanger("000000","AA00EE",25);
// purple to black
bgChanger("AA00EE","000000",25);
// black to blue
bgChanger("000000","0000FF",25);
// blue to black
bgChanger("0000FF","000000",25);
// black to black (pause)
bgChanger("000000","000000",25);
// -->
</script>
ÃÖÝ ÇáãæÞÚ ááãÝÖáÉ
<SCRIPT language=JavaScript1.2> function bookmarkit(){ window.external.addFavorite('http://ÖÚ ÚäæÇä ãæÞÚß/','ÖÚ ÇÓã ãæÞÚß ') } if (document.all) document.write('<small onClick="bookmarkit()"><font=Tahoma" size=5"><a href="#" class="normal">ÃÖÝ ÇáãæÞÚ ááãÝÖáÉ</a></font></small>') </SCRIPT>
ÇÌÚáäÇ ÇáãæÞÚ ÇáÇÝÊÑÇÖí
<A class=normal href="http:///"
onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://ÖÚ ÚäæÇä ãæÞÚß åäÇ');"><FONT color=#0080ff size=2><STRONG> ÇÌÚá ÇáãæÞÚ ÇÝÊÑÇÖí</STRONG></FONT></A></P>
ÊÃËíÑ ÂáÉ ßÇÊÈÉ
<script language="JavaScript1.2">
/*
Typing Text Script-
Last updated: 99/06/17
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var it=0
function initialize(){
mytext=typing.innerText
var myheight=typing.offsetHeight
typing.innerText=''
document.all.typing.style.height=myheight
document.all.typing.style.visibility="visible"
typeit()
}
function typeit(){
typing.insertAdjacentText("beforeEnd",mytext.charAt(it))
if (it<mytext.length-1){
it++
setTimeout("typeit()",100)
}
else
return
}
if (document.all)
document.body.onload=initialize
</script>
<span id="typing" style="visibility:hidden" align="left">ãÑÍÈÇð Èßã Ýí ãæÞÚ ÇáÎØíÑ ááãÞÈÑÉ...
</span></font></b></p>
ÓÇÚÉ Ýí ÃÓÝá ÇáÌåÉ Çáíãäì ááÕÝÍÉ
<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<HTML>
<HEAD>
<style type="text/css">
<!--
.tick2 { font-size: "x-small"}
-->
</style>
<script>
<!--
function show2(){
if (!document.all)
return
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime=hours+":"+minutes+":"+seconds+" "+dn
tick2.innerHTML="<style='font-size:2;color:blue;'>"+ctime+"</style>"
setTimeout("show2()",1000)
}
//-->
</script>
<TITLE>F O R M S</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#7b68ee" link="#7b68ee" vlink="#7b68ee" onLoad="show2()">
<P> <BR><CENTER>ÇäÙÑ Çáì ÇáÓÇÚÉ Ýì ÇáÌåÉ Çáíãäì</CENTER><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR>
<script language="JavaScript">
var IW= 0;
var IH= 0;
var PX= 0;
var PY= 0;
var ZIN= 0;
var us= null;
var IMGW= 50;
var IMGH= 25;
var LSAFETY= 20;
var TSAFETY= 17;
function branding() {
oldIW= IW;
oldIH= IH;
oldPX= PX;
oldPY= PY;
if (navigator.appName == 'Netscape') {
if ((window.innerHeight != oldIH)||(window.innerWidth != oldIW)||(window.pageXOffset != oldPX)||(window.pageYOffset != oldPY))
{
if (us == null)
{
for (i=0; i<document.layers.length; i++)
{
us= document.layers[i];
if (us.id == "Valley")
break;
}
}
if (us != null)
{
us.visibility= "hide";
IH= window.innerHeight;
IW= window.innerWidth;
PX= window.pageXOffset;
PY= window.pageYOffset;
(IH > IMGH) ? us.top= (IH+PY-(IMGH+TSAFETY)) : us.top= 0;
(IW > IMGW) ? us.left= (IW+PX-(IMGW+LSAFETY)) : us.left= 0;
//alert('document.layers.length: ' + document.layers.length);
for (i=0; i<document.layers.length; i++)
{
templay= document.layers[i];
// alert('document.layers[' + i + '].id: ' + document.layers[i].id);
if (templay.zIndex > ZIN)
ZIN= (templay.zIndex + 1);
}
us.zIndex= ZIN;
us.visibility= "show";
}
}
}
else{
if (navigator.appVersion.indexOf("Mac") == -1)
{
if ((document.body.clientHeight != oldIH)||(document.body.clientWidth != oldIW)||(document.body.scrollLeft != oldPX)||(document.body.scrollTop != oldPY)) {
alldivs= document.all.tags("DIV");
if (us == null){
for (i=0; i<alldivs.length; i++)
{
us= alldivs(i);
if (us.id == "Valley")
break;
}
}
if (us != null){
us.style.display= "none";
IH= document.body.clientHeight;
IW= document.body.clientWidth;
PX= document.body.scrollLeft;
PY= document.body.scrollTop;
us.style.top= (IH+PY-(IMGH+TSAFETY)+12);
us.style.left=(IW+PX-(IMGW+LSAFETY)+15);
for (i=0; i<alldivs.length; i++){
templay= alldivs(i);
if (templay.style.zIndex > ZIN)
us.style.zindex= (templay.style.zIndex + 1);
}
us.style.display= "";
}
}
}
}
}
if ((document.all) || (document.layers)){
setInterval("branding()",100);
}
</SCRIPT>
<DIV CLASS="Watermark" ID="Watermark" STYLE="position:absolute;top:1;visibility:hide;" ALIGN="right">
<span id=tick2 class=tick2> </span>
</DIV>
</BODY>
</HTML>
ÓÇÚÉ
<BODY onunload="stopTimer()" onLoad="startTimer()" >
<SCRIPT> <!-- hide from non JS browsers.
//Define a couple of global variables.
var timerID = null
var timerRunning = false
function stopTimer(){
//stop the clock
if(timerRunning) {
clearTimeout(timerID)
timerRunning = false
}
}
function startTimer(){
// Stop the clock (in case it's running), then make it go.
stopTimer()
runClock()
}
function runClock(){
document.clock.face.value = timeNow()
//Notice how setTimeout() calls its own calling function, runClock().
timerID = setTimeout("runClock()",1000)
timerRunning = true
}
function timeNow() {
//Grabs the current time and formats it into hh:mm:ss am/pm format.
now = new Date()
hours = now.getHours()
minutes = now.getMinutes()
seconds = now.getSeconds()
timeStr = "" + ((hours > 12) ? hours - 12 : hours)
timeStr += ((minutes < 10) ? ":0" : ":") + minutes
timeStr += ((seconds < 10) ? ":0" : ":") + seconds
timeStr += (hours >= 12) ? " PM" : " AM"
return timeStr
}
// End of custom functions, stop hiding code -->
</SCRIPT>
<p>
<font size=+1>Clock 2</font><hr>
This clock will tell the time. The javascript updates the clock every 1000 milliseconds.<p>
<CENTER><P><FORM NAME="clock"><INPUT TYPE="text" NAME="face" SIZE=11></FORM><p>
</body>
ÚÈÇÑÉ æÇãÖÉ Úáì ÇáãÓØÑÉ
<script language="JavaScript">
<!--
var x = 0
var speed = 300
var text = "ãÑÍÈÇ Èß Ýí ãæÞÚ ÇáÎØíÑ ááãÞÈÑÉ"
function Blinky() {
window.status = text
setTimeout("Blinky2()", speed)
}
function Blinky2() {
window.status = " "
setTimeout("Blinky()", speed)
}
Blinky()
//-->
//http://www.ma9bara.tk
</script>
áíäß ãÊÍÑß
<a href="http://www.ma9bara-2007.c.la"><marquee width=100% behavior=alternate direction=left align=middle border=3>ãæÞÚ ÇáÎØíÑ ÇáãÞÈÑÉ</marquee></a>
ÊÇÑíÎ Çáíæã ÈÇááÛÉ ÇáÚÑÈíÉ
<script LANGUAGE="JavaScript">
<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->
<!-- Begin
var day="";
var month="";
var myweekday="";
var year="";
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getYear();
year = myyear
if(myday == 0)
day = " ÇáÃÍÏ, "
else if(myday == 1)
day = " ÇáÃËäíä, "
else if(myday == 2)
day = " ÇáËáÇËÇÁ, "
else if(myday == 3)
day = " ÇáÇÑÈÚÇÁ, "
else if(myday == 4)
day = " ÇáÎãíÓ, "
else if(myday == 5)
day = " ÇáÌãÚÉ, "
else if(myday == 6)
day = " ÇáÓÈÊ, "
if(mymonth == 0) {
month = "íäÇíÑ "}
else if(mymonth ==1)
month = "ÝÈÑÇíÑ "
else if(mymonth ==2)
month = "ãÇÑÓ "
else if(mymonth ==3)
month = "ÇÈÑíá "
else if(mymonth ==4)
month = "ãÇíæ "
else if(mymonth ==5)
month = "íæäíæ "
else if(mymonth ==6)
month = "íæáíæ "
else if(mymonth ==7)
month = "ÇÛÓØÓ "
else if(mymonth ==8)
month = "ÓÈÊãÈÑ "
else if(mymonth ==9)
month = "ÇßÊæÈÑ "
else if(mymonth ==10)
month = "äæÝãÈÑ "
else if(mymonth ==11)
month = "ÏíÓãÈÑ "
// End -->
</script>
<!-- ÇáÎØæÉ ÇáËÇäíÉ-->
<script>
document.write("<b><font face=Tahoma size=1>" + day +myweekday );
document.write(month + ", " + year + "</font></b>");
</script>
ÔÑíØ ÂÎÑ ÇÎÈÇÑ ÞäÇÉ ÇáÌÒíÑÉ
<SCRIPT language=JavaScript>
//ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ ÇáãÞÈÑÉhttp://ma9bara.tk/
<!--
var g=new Date(); g=g.getTime()%1000;
document.writeln('<iframe width=100% height=17 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/News_Grab/jazeera.php>');
// --></SCRIPT>
<NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
marginWidth=0 marginHeight=0
frameBorder=0 width=0 scrolling=no
height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>
<body bgcolor="#ffffff">
ãÍÑß ÈÍË ÇáÌæÌá
<form action="http://www.google.com/search" method="get" target="_blank">
<table height="28" cellSpacing="0" cellPadding="0">
<tbody>
<tr>
<td height="24"><a style="COLOR: #00009c; TEXT-DECORATION: none" href="http://www.google.com/"><img alt="Google" src="http://www.google.com/logos/Logo_40wht.gif" align="absMiddle" border="0" width="128" height="53"></a>
<input maxLength="255" size="25" name="q" style="color: #6666FF; border: 1 solid #000000">
<input type="submit" value="ÇÈÍË" name="btnG" style="color: #FFFFFF; font-family: Tahoma; background-color: #666666; border: 1 solid #000000"></td>
</tr>
</tbody>
</table>
</form>
ÎáÝíÉ ãÇÊÑíßÓ Matrix
<script language="JavaScript">
//ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ ÇáãÞÈÑÉhttp://ma9bara.tk /
if (document.all){
Cols=10;
Cl=24;
Cs=100;
Ts=10;
Tc='#FF9933';
Tc1='#FFCC00';
MnS=5;
MxS=10;
I=Cs;
Sp=new Array();S=new Array();Y=new Array();
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1);
document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
document.write("<div style='position:relative'>");
for(i=0; i < Cols; i++){
S[i]=I+=Cs;
document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
}
document.write("</div></div>");
for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B[i]='';
C[i]=Math.round(Math.random()*1)+' ';
M[j]=B[0]+=C[i];
}
}
function Cycle(){
Container.style.top=window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
Y[i]+=Sp[i];
if (Y[i] > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]='';
C[i3]=Math.round(Math.random()*1)+' ';
C[Math.floor(Math.random()*i2)]=' '+' ';
M[i]=B[0]+=C[i3];
Y[i]=-Ts*M[i].length/1.5;
A[i].style.visibility='visible';
}
Sp[i]=Math.round(MnS+Math.random()*MxS);
}
}
A[i].style.top=Y[i];
A[i].innerHTML=M[i]+' '+E[i]+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}
// -->
</script>
ÚÈÇÑÇÊ ÊÖíÆ ÈÇáÃÕÝÑ
<h2>
<script language="JavaScript1.2">
/*
Neon Lights Text
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ ÇáãÞÈÑÉ http://ma9bara.tk/
*/
var message="ãÑÍÈÇ Èßã Ýí ãæÞÚ ÇáãÞÈÑÉ"
var neonbasecolor="gray"
var neontextcolor="yellow"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (document.all){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight">'+message.charAt(m)+'</span>')
document.write('</font>')
//cache reference to neonlight array
var tempref=document.all.neonlight
}
else
document.write(message)
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor
if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
</h2>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<a href="http://www.eqla3soft.com"><span lang="en-us">
<font face="arial, helvetica" size="-2">eqla3soft.com</font></span></a></p>
ã Ñ Í È Ç È ß ã Ý í ã æ Þ Ú ÇáãÞÈÑÉ
ÚÈÇÑÇÊ ÈÃáæÇä ÇáØíÝ
<b>
<font size="5">
<script>
/*
RAINBOW TEXT Script by Matt Hedgecoe (c) 2002
Featured on JavaScript Kit
For this script, visit http://www.javascriptkit.com
*/
// ********** ÛíÑ ãä åäÇ
var text="ãÑÍÈÇ Èßã Ýí ãæÞÚ íæÓÝ ÈáæÖíÝ" // ÇßÊÈ ÇáÌãáÉ
var speed=80 // ÓÑÚÉ ÊÛíÑ Çááæä
// ********** LEAVE THE NEXT BIT ALONE!
if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script>
</font></b>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<a href="http://sa87.tk"><span lang="en-us">
<font face="arial, helvetica" size="-2">eqla3soft.com</font></span></a></p>
ãÑÍÈÇ Èßã Ýí ãæÞÚ ÇáãÞÈÑÉ ÇáÎØíÑ
ÇßæÇÏ ÇáÌÇÝÇ
JavaScript
ØÑíÞÉ ÇÓÊÎÏÇã åÐå ÇáÇßæÇÏ: Þã ÈäÓÎ ÇáßæÏ ÇáãäÇÓÈ æÇáÕÞå Ýí ãÍÑÑ ÇáÅÊÔ Êí Åã Åá
ßæÏ ÇÎÑ ÇáÇÎÈÇÑ ãä ÞäÇÉ ÇáÌÒíÑÉ ÌÏíÏ
</iframe><iframe name="I1" marginwidth="1" marginheight="1" height="30" width="90%" scrolling="no" border="0" frameborder="0" src="http://www.ma9bara.tk">
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÇÎÑ ÇáÇÎÈÇÑ ãä ãæÞÚ ÇáÈí Èí Óí ÌÏíÏ
</iframe><iframe name="I1" marginwidth="1" marginheight="1" height="30" width="90%" scrolling="no" border="0" frameborder="0" src="http://www.ma9bara.tk">
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ãÍÑß ÈÍË
<script language="JavaScript"><!--
// START HIDE
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<strong></strong> <INPUT size=15 name="query">');
document.writeln('<strong></strong> <SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> <input type=submit value="ÇÈÍË"><br>');
document.writeln('</FORM>');
document.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) { // compress [ ]+ into \+
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "%2B";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Window
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,width='100%',hight='100%'");
}
Add("Alta Vista","SELECTED","http://altavista.digital.com/","http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("DejaNews","","http://www.dejanews.com/","http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncurrent&maxhits=25");
Add("HotBot","","http://www.search.hotbot.com","http://www.search.hotbot.com/search.html?MT=hunt&DC=25");
Add("Infoseek","","http://www.infoseek.com/Home?pg=Home.html&sv=A2","http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");
Add("Excite","","http://www.excite.com/","http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default");
Add("Lycos","","http://www.lycos.com/","http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");
Add("Magellan","","http://www.mckinley.com/","http://www.mckinley.com/extsearch.cgi?query=hunt");
Add("OpenText","","http://search.opentext.com","http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");
Add("WebCrawler","","http://webcrawler.com/","http://webcrawler.com/cgi-bin/WebQuery?searchText=hunt&maxHits=25");
// Software
Add("ZDNet Files","","http://www.zdnet.com/","http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt");
Add("Filez","","http://www.filez.com/","http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain=World&doit=Search/");
Add("Shareware.com","","http://www.shareware.com/","http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories");
Add("PC Gamer","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");
// Denmark
DisplayForm();
// STOP HIDE
// --></script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ãÍÑß ÈÍË Úä ÇáÏæãíä
<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe PageMill 3.0 Win">
<TITLE>Domain Name Search</TITLE>
</HEAD>
<BODY LINK="#990000" VLINK="#990000">
<FORM METHOD="POST" ACTION="http://click.linksynergy.com/fs-bin/statform"
ENCTYPE="x-www-form-urlencoded">
<P><CENTER><INPUT TYPE="hidden" NAME="id" VALUE="SBfxAUmUKPo"><INPUT
TYPE="hidden" NAME="offerid" VALUE="6822"><INPUT TYPE="hidden"
NAME="bnid" VALUE="2"><INPUT TYPE="hidden" NAME="subid" VALUE="">
<INPUT TYPE="hidden" NAME="lang" VALUE="es"><TABLE WIDTH="120"
BORDER="0" CELLSPACING="0" CELLPADDING="4" BGCOLOR="#EEEEEE">
<TR>
<TD COLSPAN="2" BGCOLOR="#0080a0">
<B><FONT COLOR="#ffffff" SIZE="-1" FACE="Arial">ÇáÈÇÍË Úä ÇáÏæãíä</FONT></B></TD>
</TR>
<TR VALIGN="TOP" WIDTH="150">
<TD>
<B><FONT COLOR="#000000" SIZE="-2" FACE="Arial">Search here</FONT></B>
<INPUT TYPE="text" NAME="domain" SIZE="15" MAXLENGTH="22"></TD>
<TD WIDTH="50" VALIGN="BOTTOM">
<INPUT TYPE="submit" NAME="" VALUE="ÇÈÍË">
</TD>
</TR>
<TR>
<TD COLSPAN="2">
<FONT COLOR="#000080" SIZE="-2" FACE="Arial">
</FONT></TD>
</TR>
</TABLE><IMG SRC="http://ad.linksynergy.com/fs-bin/show?id=SBfxAUmUKPo&bids=6822&type=5"
WIDTH="1" HEIGHT="1" BORDER="0" NATURALSIZEFLAG="0" ALIGN="BOTTOM"></CENTER></FORM>
</BODY>
</HTML>
<!-- Simba says Roar. -->
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ãÍÑß ÈÍË ÇáÚÑÈ
<html><head><title>Suggestion form on an Arab Search Engine</title>
<META NAME="description" CONTENT="Suggest an arab search engine or an Arab directory">
<META NAME="keywords" CONTENT="Arabic Search Engines, Arab Search Engine"></head>
<body background="backg.gif" link="#800040" vlink="#001428">
<center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">
</a></b></font></center><br><br><br>
<p><center><font size ="2" face="Arial"><b> Please enter the URL of the arab search engine or directory<p>
</b></font></center><center><form action="/cgi-bin/email/ArabAlman/sgsearch.eml" method="POST">
<input type="hidden" name="ResponsePage" value="http://members.aol.com/ArabAlman/sgsdanke.htm">
<font size="2" face="Arial"><b>URL:</b></font><input type="text" size="60" name="URL" value="http://"><br><br>
<input type="submit" value="Submit URL"> <input type="reset" value="Clear URL"></form></center>
<br><br><br><center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">
</a></b></font></center></body></html>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÊÞæíã ãíáÇÏí
<BODY>
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
monthnames = new Array(
"íäÇíÑ",
"ÝÈÑÇíÑ",
"ãÇÑÓ",
"ÇÈÑíá",
"ãÇíæ",
"íæäíæ",
"íæáíæ",
"ÇÛÓØÓ",
"ÓÈÊãÈÑ",
"ÇßÊæÈÑ",
"äæÝÈÑ",
"ÏíÓãÈÑ");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>ÇáÇÍÏ</td>");
document.write("<td align=center>ÇáÇËäíä</td>");
document.write("<td align=center>ÇáËáÇËÇÁ</td>");
document.write("<td align=center>ÇáÇÑÈÚÇÁ</td>");
document.write("<td align=center>ÇáÎãíÓ</td>");
document.write("<td align=center>ÇáÌãÚÉ</td>");
document.write("<td align=center>ÇáÓÈÊ</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
Çáå ÍÇÓÈÉ
<script>
function compute(obj)
{obj.expr.value = eval(obj.expr.value)}
var one = '1'
var two = '2'
var three = '3'
var four = '4'
var five = '5'
var six = '6'
var seven = '7'
var eight = '8'
var nine = '9'
var zero = '0'
var plus = '+'
var minus = '-'
var multiply = '*'
var divide = '/'
var decimal = '.'
function enter(obj, string)
{obj.expr.value += string}
function clear(obj)
{obj.expr.value = ''}
</script>
<p align="center"><font color="#000000" size="3"
face="Verdana, Arial, Helvetica, sans-serif"><strong></strong></font><strong> </strong></p>
<form name="calc">
<div align="center"><center><table border="1"
bgcolor="#FFEAFF">
<tr>
<td colspan="4"><input type="text" size="30"
name="expr" action="compute(this.form)"> </td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 7 " onclick="enter(this.form, seven)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 8 " onclick="enter(this.form, eight)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 9 " onclick="enter(this.form, nine)"> </p>
</td>
<td><p align="center"><input type="button"
value=" / " onclick="enter(this.form, divide)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 4 " onclick="enter(this.form, four)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 5 " onclick="enter(this.form, five)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 6 " onclick="enter(this.form, six)"> </p>
</td>
<td><p align="center"><input type="button"
value=" * " onclick="enter(this.form, multiply)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 1 " onclick="enter(this.form, one)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 2 " onclick="enter(this.form, two)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 3 " onclick="enter(this.form, three)"> </p>
</td>
<td><p align="center"><input type="button"
value=" - " onclick="enter(this.form, minus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" 0 "
onclick="enter(this.form, zero)"> </p>
</td>
<td><p align="center"><input type="button"
value=" . " onclick="enter(this.form, decimal)"> </p>
</td>
<td><p align="center"><input type="button"
value=" + " onclick="enter(this.form, plus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" = "
onclick="compute(this.form)"> </p>
</td>
<td colspan="2"><p align="center"><input type="reset"
value="AC" onclick="clear(this.form)"> </p>
</td>
</tr>
</table>
</center></div>
</form>
<p align="center"> </p>
<p align="center"><a
<p align="center"> </p>
<p> </p>
</body>
</html>
ÑÇÈØ ãÔÚ
<p align="left"><script language="JavaScript">
<!-- Begin
function initArray() {
for (var i =0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"green",
"purple",
"blue",
"red",
"black",
"white",
"blue",
"yellow",
"green",
"fuschia",
"blue",
"purple",
"green",
"purple");
delay = .5; // seconds
link = 0;
vlink = 2;
function linkDance() {
link = ( link+3)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document. vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
// End -->
</script></p>
<p align="center"><a href="http://kuwait25.com"><font size="6"
face="Monotype Koufi">ãæÞÚ ÝíÕá </font></a></p>
<p align="center"><font size="6" face="Monotype Koufi"></font> </p>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÅÎÝÇÁ ÎØ ÇáÑÇÈØ
<style type="text/css">
<!--
a { color: #000000; text-decoration: none; cursor: default}
a:hover { text-decoration: none}
-->
</style>
</head>
<a href="#"></a>
<style type="text/css">
<!--
a.blank { color: #000000; text-decoration: none; cursor: default}
a.blank:hover { text-decoration: none}
-->
</style>
</head>
<a href="#" class="blank"></a>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÑÓÇáÉ ÊÙåÑ ááÒÇÆÑ ÚäÏãÇ íÏÎá áÕÝÍÊß
<SCRIPT LANGUAGE="JavaScript">
<!--
window.alert("ãÑÍÈÇ Èßã ÇÊãäì Çä íäÇá ÑÖÇßã ãæÞÚì ÈÓ áÇÊäÓæä ÇáÊÑÔíÍ")
// -->
</SCRIPT>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
áÌÚá ÇáÕÝÍÉ ÊÊÍÑß ãä ÇáÃÚáì Çáì ÇáÃÓÝá ÈÔßá ÇÊæãÇÊíßí
<script language="JavaScript1.2">
//change 1 to another integer to alter the scroll speed. Greater is faster
var speed=1
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+speed
else
currentpos=window.pageYOffset+speed
window.scroll(0,currentpos)
}
else{
currentpos=30
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",30)
}
window.onload=initialize
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßáãÇÊ ÊÊÈÚ ÇáãÇæÓ
<HTML>
<HEAD>
<TITLE>mouse</TITLE>
<META name="description" content="">
<META name="keywords" content="">
<style>.spanstyle {
COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<SCRIPT LANGUAGE="JavaScript">
var x, y;
var step = 10;
var flag = 0;
var message = "ÍØ ÇáßÊÇÈå åäÇ ";
message = message.split("");
var xpos = new Array();
for (i = 0; i <= message.length - 1; i++) {
xpos[i] = -50;
}
var ypos = new Array();
for (i = 0; i <= message.length - 1; i++) {
ypos[i]= -50;
}
function handlerMM(e) {
x = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;
y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && document.all) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("span" + (i) + ".style");
thisspan.posLeft = xpos[i];
thisspan.posTop = ypos[i];
}
}
else if (flag==1 && document.layers) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("document.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</script>
</HEAD>
<body bgcolor="#000080" text="#000000" onload="makesnake()"
style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
for (i = 0; i <= message.length-1; i++) {
document.write("<span id='span"+i+"' class='spanstyle'>");
document.write(message[i]);
document.write("</span>");
}
if (document.layers) {
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// End -->
</script>
<//--><//"--><!-- VC layer -->
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write('<LAYER SRC="' + ValueBanner + '&t=html" WIDTH="' + IWidth
+ '" ');
document.write('HEIGHT="' + IHeight + '" VISIBILITY="hide" onLoad=');
document.write('"moveToAbsolute(VC.pageX,VC.pageY); clip.width=' + IWidth
+ '; ');
document.write('clip.height=' + IHeight +
'; visibility=\'show\'"></LAYER>');
// -->
</SCRIPT>
<!-- vc layer -->
</BODY>
</HTML>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÍÑæÝ ãÖíÆÉ ßÇáÐí ÊÔÇåÏå ÇáÇä Ýí ÇÓÝá ÇáÔÑíØ
<script language="JavaScript">
<!--
var x = 0
var speed = 300
var text = "ÇÊãäì Çä íäÇá ãæÞÚí ÑÖÇßã "
function Blinky() {
window.status = text
setTimeout("Blinky2()", speed)
}
function Blinky2() {
window.status = " "
setTimeout("Blinky()", speed)
}
Blinky()
//-->
//http://www.kuwait25.com.com
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ãäÚ ÇáÒÑ ÇáÃíãä
<script
language="JavaScript"><!--
function click() {
if (event.button==2) {
alert('áÇÏÇÚì ááÒÑ Çáíãíä ');
}
}
document.onmousedown=click
// -->
// --></script><!-- http://kok.8k.COM-->
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÓÇÚÉ
<SCRIPT LANGUAGE="JavaScript">
var timerID = null
var timerRunning = false
function stopclock()
{
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}
function startclock()
{
stopclock()
showtime()
}
function showtime()
{
var now = new Date()
var hours = now.getHours()
var minutes = now.getMinutes()
var seconds = now.getSeconds()
var timeValue = "" + ((hours > 12) ? hours - 12 : hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
timeValue += (hours >= 12) ? "PM" : "AM"
document.clock.face.value = timeValue
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
</SCRIPT>
<form name="clock" onSubmit="0">
<INPUT TYPE="text" NAME="face" SIZE=11 READONLY VALUE ="....Initializing....">
</form>
<SCRIPT LANGUAGE="JavaScript">
<!--
startclock()
//-->
</SCRIPT>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÇáÊÓÌíá Ýí ÇáãÝÖáÉ
<a href="javascript:window.external.AddFavorite('http://ÓÌá åäÇ ÚäæÇä ãæÞÚß/',%20'((( ÓÌá åäÇ ÇÓã ãæÞÚß ÈÇáÚÑÈì)))')"> ÓÌá Ýí ãÝÖáÊß </a>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
åÐÇ ßæÏ ÚÈÇÑÉ Úä ØáÈ ÊÑÔíÍ
<script language="JavaScript">
<!-- The JavaScript Source!! <a href="http://www.kuwait25.com.">
function vote () {
vote4alnadeem=window.open("http://www.arank.com/cgi-bin/rank/rankem.cgi?action=in&id=hamad999");
} function cancel () {}
if (confirm("åá ÊÑÔÍäì áÇÝÖá ãÇÆå ãæÞÚ ÚÑÈì")) { vote();
} else cancel()
// --></script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
áæÖÚ ÕÝÍÉ ÏÇÎá ÕÝÍÊß
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://åäÇ ÖÚ ÚäæÇä ÇáÕÝÍÉ"></IFRAME>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ Ìãíá ÌÏÇ .. ÊÓÊØíÚ Çä ÊÙÚ ÕæÑÊíä ãÊÛíÑÊíä Úáì Ôßá ÒÑ ÈÍíË ÇÐÇ ãÑÑÊ ÈÇáÝÇÑÉ ÊÊÛíÑ ÇáÕæÑÉ
<!-- TWO STEPS TO INSTALL PRELOAD IMAGES:
1. Paste the first into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.kuwait25.com -->
<!-- Begin
image1 = new Image();
image1.src = "ÇáÕæÑÉ ÇáËÇäíÉ";
// End -->
</script>
</HEAD>
<!-- STEP TWO: Insert this code into the BODY of your HTML document -->
<BODY>
<a href="ÇáÚäæÇä" onmouseover="image1.src='ÇáÕæÑÉ ÇáËÇäíÉ';"
onmouseout="image1.src='ÇáÕæÑÉ ÇáÃæáì';">
<img name="image1" src="ÇáÕæÑÉ ÇáÃæáì" border=0></a>
</BODY>
image.jpg ÖÚ ÇÓã ÇáÕæÑÉ ãËá ßÐÇ
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áÚãá ÇáÚÇÈ äÇÑíÉ Ýí ÕÝÍÊß
<layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<script language="JavaScript">
/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('</div>')
}
var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;
function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áØáÈ ÇÓã ÇáÒÇÆÑ
<SCRIPT LANGUAGE="Javascript">
//http://www.alsaher.net
name=window.prompt("ÇÏÎá ÃÓãß.","ÇáãáÞæÝ ");
document.write("<H1 align=center>íÇ Ôíä ÇááÞÇÝå íÇ! "+name+".</H1>")
//-->
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áÚãá ÊÍíÉ ÍÓÈ ÇáæÞÊ
<script LANGUAGE="JavaScript">
<!--
currentTime = new Date();
if (currentTime.getHours() < 12)
document.write("ÕÈÇÍ ÇáÑÞÉ æÇáÇÍÓÇÓ ");
else if (currentTime.getHours() < 17)
document.write(" æÞÊ ÇáÛÏÇÁ .. ÊÛÏíÊ Ãæ ÈÚÏß ");
else
document.write("ãÓÇÁ ÇáÎíÑ æÇáÇÍÓÇÓ æÇáØíÈÉ ");
//-->
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ ÝßÑÊÉ ÑÇÆÚå .. íãäÚ ÇáÖÛØ Úáì ÇáÒÑ ÇáÇíãä ÝæÞ Çí ÕæÑÉ ãÇÚÏÇ Ðáß Ýåæ ãÓãæÍ .. æáÇíÍÊÇÌ ãäß ÊÍÏíÏ ÚäæÇä ÇáÕæÑÉ
<script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
var clickmessage="Right click disabled on images!"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ ÝÚáÇ äÇÏÑ æåæ íãäÚ ÇÓÊÎÏÇã ÇáÒÑ ÇáÇíãä æÇíÖÇ íãäÚ Çí Úãáíå ãÓÍ áÕæÑÉ Çæ ßÊÇÈÉ
<body id="CBody"
onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false;">
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áÚãá ÑÇÈØ íÝÊÍ ÈãÌÑÏ ãÑæÑ ãÄÔÑ ÇáÝÃÑå Úáíå
<a href="" onmouseover="parent.location='http://kuwait25.com'">ããäæÚ ÇááãÓ .. áÇ ÊÞÊÑÈ </A>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ ÎÇÕ Ýí Êáæíä ÔÑíØ ÇáÊãÑíÑ Ýí ÕÝÍÊß.. æíãßä ÇáÊÍßã ÈÇáÇáæÇä ßãÇ ÊÑíÏ
<STYLE>BODY {
SCROLLBAR-FACE-COLOR: #808080; SCROLLBAR-HIGHLIGHT-COLOR: #eabc5a; SCROLLBAR-SHADOW-COLOR: #eabc5a; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #c0c0c0; SCROLLBAR-DARKSHADOW-COLOR: #eabc5a
}
</STYLE>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áÊÍÏíË ÇáÕÝÍÉ
<input type="Button" name="lukk" value=" Þã ÈÊÌÏíÏÇáÕÝÍÉ ÏÇÆãÇð" style="font-size: x-small; font-family: Tahoma; font-weight: normal; color: BLAC; background-color: #FFFFC6;" onClick="javascript:location.reload()">
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áÚÏÇÏ ÑÇÆÚ ÊÓÊØíÚ æÖÚå Ýí ÌãíÚ ÕÝÍÇÊ ãÚ ÖÑæÑÉ ÊÛííÑ ÇáÚäæÇä Ýí ßá ãÑÉ
<img src="http://cgibin.erols.com/cgi-bin/Count.cgi?df=ÛíÑ ÇáÚäæÇä Ýì ßá ãÑå &ft=6&tr=N&dd=B&md=8">
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
åÐÇ ÇáßæÏ ÎÇÕ ÈØíÑÇä ÕæÑÉ ãÚíäå Ýí ÕÝÍÊß ÝÞØ Þã ÈæÖÚ ÚäæÇä ÇáÕæÑÉ æÓÊÔÇåÏ ÇáÍÏË
<!-- ONE STEP TO INSTALL BOUNCING IMAGE:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<div id="img" style="position:absolute;">
<img src="ÖÚ ÚäæÇä ÇáÕæÑÉ Úáì ÇáäÊ åäÇ" onMouseDown="pauseResume();">
</div>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Justin Arruda (JArruda@mindspring.com) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var step = 1;
var delay = 30;
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
var name = navigator.appName;
if(name == "Microsoft Internet Explorer") name = true;
else name = false;
var xPos = 20;
if(name) var yPos = document.body.clientHeight;
else var yPos = window.innerHeight;
function changePos() {
if(name) {
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset = img.offsetHeight;
Woffset = img.offsetWidth;
img.style.left = xPos + document.body.scrollLeft;
img.style.top = yPos + document.body.scrollTop;
}
else {
height = window.innerHeight;
width = window.innerWidth;
Hoffset = document.img.clip.height;
Woffset = document.img.clip.width;
document.img.pageY = yPos + window.pageYOffset;
document.img.pageX = xPos + window.pageXOffset;
}
if (yon) {
yPos = yPos + step;
}
else {
yPos = yPos - step;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - Hoffset)) {
yon = 0;
yPos = (height - Hoffset);
}
if (xon) {
xPos = xPos + step;
}
else {
xPos = xPos - step;
}
if (xPos < 0) {
xon = 1;
xPos = 0;
}
if (xPos >= (width - Woffset)) {
xon = 0;
xPos = (width - Woffset);
}
}
function start() {
if(name) img.visibility = "visible";
else document.img.visibility = "visible";
interval = setInterval('changePos()',delay);
}
function pauseResume() {
if(pause) {
clearInterval(interval);
pause = false;
}
else {
interval = setInterval('changePos()',delay);
pause = true;
}
}
start();
// End -->
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ãÞíÇÓ ÏÑÌÉ ÍÑÇÑÉ ãÏíäÉ ÇáÑíÇÖ
<a href="http://www.wunderground.com/global/stations/40438.html">
<img src="http://banners.wunderground.com/banner/gizmotempbig/global/stations/40438.gif" height=40 width=467></a>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ ááÊÚÑÝ Úáì ÑãæÒ ÇáÇáæÇä
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<meta http-equiv="Content-Language" content="ar-sa">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Welcome To ABQARIAH</title>
<STYLE>
A:link {
TEXT-DECORATION: none
}
A:visited {
TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: none
}
</STYLE>
<SCRIPT language=JavaScript>
<!-- Begin
function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
// End -->
}
</SCRIPT>
</head>
<body link="#FFFFFF" text="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" bgcolor="#FFE88A">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="563" height="31">
<tr>
<td width="563" height="11">
<p align="center"><b><font size="7" color="#000000">ÃáæÇä</font></b></td>
</tr>
</center>
<tr>
<td width="563" height="16">
<p align="center"><b><font size="5" color="#000000">
<marquee direction="right">ÃÎÊÑ ãÇ íäÇÓÈß ãä ÇáÃáæÇä
æÖÚåÇ Ýí ãæÞÚß</marquee>
</font></b></td>
</tr>
</table>
</div>
<p align="center"><b><font color="#000000" size="6">ÃáæÇä ÃÓÇÓíÉ</font></b></p>
<div align="center">
<table border="0" cellpadding="0" cellspacing="6" width="636" height="202">
<tr>
<td width="100" height="100" bgcolor="#000000">
<p align="right"><font color="#FFFFFF"><a href="javascript:void(0)" onCLICK="document.bgColor='#000000'"><span style="background-color: #000000">#000000</span></a></font></td>
<td width="100" height="100" align="right" bgcolor="#FFFFFF">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFFFF'"><span style="background-color: #000000">#FFFFFF</span></a></td>
<td width="100" height="100" bgcolor="#008000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#008000'"><span style="background-color: #000000">#008000</span></a></td>
<td width="100" height="100" bgcolor="#800000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#800000'"><span style="background-color: #000000">#800000</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#808000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#808000'"><span style="background-color: #000000">#808000</span></a></td>
<td width="100" height="100" bgcolor="#000080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#000080'"><span style="background-color: #000000">#000080</span></a></td>
<td width="100" height="100" bgcolor="#800080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#800080'"><span style="background-color: #000000">#800080</span></a></td>
<td width="100" height="100" bgcolor="#808080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#808080'"><span style="background-color: #000000">#808080</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FFFF00" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFF00'"><span style="background-color: #000000">#fFFF00</span></a></td>
<td width="100" height="100" bgcolor="#00FF00" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FF00'"><span style="background-color: #000000">#00FF00</span></a></td>
<td width="100" height="100" bgcolor="#00FFFF" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FFFF'"><span style="background-color: #000000">#00FFFF</span></a></td>
<td width="100" height="100" bgcolor="#FF00FF" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF00FF'"><span style="background-color: #000000">#FF00FF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#C0C0C0" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#C0C0C0'"><span style="background-color: #000000">#C0C0C0</span></a></td>
<td width="100" height="100" bgcolor="#FF0000" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF0000'"><span style="background-color: #000000">#FF0000</span></a></td>
<td width="100" height="100" bgcolor="#0000FF" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#0000FF'"><span style="background-color: #000000">#0000FF</span></a></td>
<td width="100" height="100" bgcolor="#008080" align="right">
<p align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#008080'"><span style="background-color: #000000">#008080</span></a></td>
</tr>
<tr>
<td width="400" height="39" colspan="4" align="right">
<p align="right"><font color="#000000" size="6"><b>ÃáæÇä ÇÎÊíÇÑíÉ</b></font></td>
</tr>
<center>
<tr>
<td width="100" height="100" bgcolor="#CC3366" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC3366'"><span style="background-color: #000000">#CC3366</span></a></td>
<td width="100" height="100" bgcolor="#FF9999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF9999'"><span style="background-color: #000000">#FF9999</span></a></td>
<td width="100" height="100" bgcolor="#FF3366" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF3366'"><span style="background-color: #000000">#FF3366</span></a></td>
<td width="100" height="100" bgcolor="#FFCCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFCCFF'"><span style="background-color: #000000">#FFCCFF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF66CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF66CC'"><span style="background-color: #000000">#FF66CC</span></a></td>
<td width="100" height="100" bgcolor="#CC6699" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC6699'"><span style="background-color: #000000">#CC6699</span></a></td>
<td width="100" height="100" bgcolor="#CC3399" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC3399'"><span style="background-color: #000000">#CC3399</span></a></td>
<td width="100" height="100" bgcolor="#FF99CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF99CC'"><span style="background-color: #000000">#FF99CC</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF99FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF99FF'"><span style="background-color: #000000">#FF99FF</span></a></td>
<td width="100" height="100" bgcolor="#FF6699" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF6699'"><span style="background-color: #000000">#FF6699</span></a></td>
<td width="100" height="100" bgcolor="#FF0066" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF0066'"><span style="background-color: #000000">#FF0066</span></a></td>
<td width="100" height="100" bgcolor="#FF3399" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF3399'"><span style="background-color: #000000">#FF3399</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF33CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF33CC'"><span style="background-color: #000000">#FF33CC</span></a></td>
<td width="100" height="100" bgcolor="#FF66FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF66FF'"><span style="background-color: #000000">#FF66FF</span></a></td>
<td width="100" height="100" bgcolor="#CC99FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC99FF'"><span style="background-color: #000000">#CC99FF</span></a></td>
<td width="100" height="100" bgcolor="#CC66CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC66CC'"><span style="background-color: #000000">#CC66CC</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#CC0099" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC0099'"><span style="background-color: #000000">#CC0099</span></a></td>
<td width="100" height="100" bgcolor="#CC99CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC99CC'"><span style="background-color: #000000">#CC99CC</span></a></td>
<td width="100" height="100" bgcolor="#996699" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#996699'"><span style="background-color: #000000">#996699</span></a></td>
<td width="100" height="100" bgcolor="#CCCCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCCCFF'""><span style="background-color: #000000">#CCCCFF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#9999FF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#9999FF'"><span style="background-color: #000000">#9999FF</span></a></td>
<td width="100" height="100" bgcolor="#3366CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#3366CC'"><span style="background-color: #000000">#3366CC</span></a></td>
<td width="100" height="100" bgcolor="#99CCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99CCFF'"><span style="background-color: #000000">#99CCFF</span></a></td>
<td width="100" height="100" bgcolor="#6699CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#6699CC'"><span style="background-color: #000000">#6699CC</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#0099CC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#0099CC'"><span style="background-color: #000000">#0099CC</span></a></td>
<td width="100" height="100" bgcolor="#00CCFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00CCFF'"><span style="background-color: #000000">#00CCFF</span></a></td>
<td width="100" height="100" bgcolor="#99FFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99FFFF'"><span style="background-color: #000000">#99FFFF</span></a></td>
<td width="100" height="100" bgcolor="#66FFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#66FFFF'"><span style="background-color: #000000">#66FFFF</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#00FFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FFFF'"><span style="background-color: #000000">#00FFFF</span></a></td>
<td width="100" height="100" bgcolor="#CCFFFF" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCFFFF'"><span style="background-color: #000000">#CCFFFF</span></a></td>
<td width="100" height="100" bgcolor="#00FFCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FFCC'"><span style="background-color: #000000">#00FFCC</span></a></td>
<td width="100" height="100" bgcolor="#339999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#339999'"><span style="background-color: #000000">#339999</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#009999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#009999'"><span style="background-color: #000000">#009999</span></a></td>
<td width="100" height="100" bgcolor="#33CC99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#33CC99'"><span style="background-color: #000000">#33CC99</span></a></td>
<td width="100" height="100" bgcolor="#99CC99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99CC99'"><span style="background-color: #000000">#99CC99</span></a></td>
<td width="100" height="100" bgcolor="#00FF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00FF99'"><span style="background-color: #000000">#00FF99</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#66CC66" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#66CC66'"><span style="background-color: #000000">#66CC66</span></a></td>
<td width="100" height="100" bgcolor="#99FF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#99FF99'"><span style="background-color: #000000">#99FF99</span></a></td>
<td width="100" height="100" bgcolor="#003300" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#003300'"><span style="background-color: #000000">#003300</span></a></td>
<td width="100" height="100" bgcolor="#006600" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#006600'"><span style="background-color: #000000">#006600</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#CCFFCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCFFCC'"><span style="background-color: #000000">#CCFFCC</span></a></td>
<td width="100" height="100" bgcolor="#CCFF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCFF99'"><span style="background-color: #000000">#CCFF99</span></a></td>
<td width="100" height="100" bgcolor="#00CC00" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#00CC00'"><span style="background-color: #000000">#00CC00</span></a></td>
<td width="100" height="100" bgcolor="#999900" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#999900'"><span style="background-color: #000000">#999900</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#CCCC66" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCCC66'"><span style="background-color: #000000">#CCCC66</span></a></td>
<td width="100" height="100" bgcolor="#999966" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#999966'"><span style="background-color: #000000">#999966</span></a></td>
<td width="100" height="100" bgcolor="#FFFFCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFFCC'"><span style="background-color: #000000">#FFFFCC</span></a></td>
<td width="100" height="100" bgcolor="#FFFF99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFFF99'"><span style="background-color: #000000">#FFFF99</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF9900" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF9900'"><span style="background-color: #000000">#FF9900</span></a></td>
<td width="100" height="100" bgcolor="#CC9999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC9999'"><span style="background-color: #000000">#CC9999</span></a></td>
<td width="100" height="100" bgcolor="#CC9966" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CC9966'"><span style="background-color: #000000">#CC9966</span></a></td>
<td width="100" height="100" bgcolor="#FFCC99" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFCC99'"><span style="background-color: #000000">#FFCC99</span></a></td>
</tr>
<tr>
<td width="100" height="100" bgcolor="#FF6666" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FF6666'"><span style="background-color: #000000">#FF6666</span></a></td>
<td width="100" height="100" bgcolor="#CCCCCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#CCCCCC'"><span style="background-color: #000000">#CCCCCC</span></a></td>
<td width="100" height="100" bgcolor="#999999" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#999999'"><span style="background-color: #000000">#999999</span></a></td>
<td width="100" height="100" bgcolor="#FFCCCC" align="right"><a href="javascript:void(0)" onCLICK="document.bgColor='#FFCCCC'"><span style="background-color: #000000">#FFCCCC</span></a></td>
</tr>
</table>
</center>
</div>
</body>
</html>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÏÑÌÉ æÖæÍ ÇáÔÇÔÉ
<SCRIPT LANGUAGE="Javascript"><!--
if (self.screen) { // for NN4 and IE4
width = screen.width
height = screen.height
// Testing this first prevents firing the slow Java of NN4
}
else if (self.java) { // for NN3 with enabled Java
var jkit = java.awt.Toolkit.getDefaultToolkit();
var scrsize = jkit.getScreenSize();
width = scrsize.width;
height = scrsize.height;
}
else{
width = height = '?' // N2, E3, N3 w/Java off, probably Opera and WebTV
}
document.write("ÏÑÌÉ æÖæÍ ÇáÔÇÔÉ áÏíß:");
document.write(width +"×"+ height)
//or whatever based on the above results
//--></SCRIPT>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßæÏ áÚãá ÑÓÇáÉ Ýí ÃÚáì ÔÑíØ ÇáÕÝÍÉ
<CENTER>
<script language="JavaScript"><!--
http://44.4t.com
var message1 = "http://ma9bara.tk"
var message2 = "ma9bara@9.cn"
var delay = 5000 // Sets the delay between switching messages
changer1();
function changer1() {
ID = setTimeout("changer2()",delay);
document.title = (message1);
}
function changer2() {
ID = setTimeout("changer1()",delay);
document.title = (message2);
}
// end hide
// --></script>
</CENTER>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÞÇÆãÉ ÑåíÈÉ ÊÙåÑ ãä ÇáÌÇäÈ ÇáÇíÓÑ
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
left:-155px;
width:160px;
top:170px;
border:1.5px solid green;
background-color:lightyellow;
layer-background-color:lightyellow;
font:bold 12px Verdana;
line-height:20px;
}
-->
</style>
<script language="JavaScript1.2">
/*
Sliding Menu Bar Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (document.all)
document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
</script>
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<script language="JavaScript1.2">
var sitems=new Array()
var sitemlinks=new Array()
//extend or shorten this list
sitems[0]="ÇáÕÝÍÉ ÇáÑÆíÓíÉ"
sitems[1]="ÇáãæÞÚ ÇáÇæá"
sitems[2]="ÇáãæÞÚ ÇáËÇäì"
sitems[3]="ÇáãæÞÚ ÇáËÇáË"
sitems[4]="ÇáãæÞÚ ÇáÑÇÈÚ"
sitems[5]="ÇáãæÞÚ ÇáÎÇãÓ"
sitems[6]="ÇáãæÞÚ ÇáÓÇÏÓ"
sitems[7]="ÇáãæÞÚ ÇáÓÇÈÚ"
sitems[8]="ÇáãæÞÚ ÇáËÇãä"
sitems[9]="ÇáãæÞÚ ÇáÊÇÓÚ"
sitems[10]="ÇáãæÞÚ ÇáÚÇÔÑ"
sitems[11]="ÇáãæÞÚ ÇáÍÇÏì ÚÔÑ"
sitems[12]="ÇáãæÞÚ ÇáËÇäì ÚÔÑ"
//These are the links pertaining to the above text.
sitemlinks[0]="åäÇ ÊÖÚ ÇáãæÇÞÚ"
sitemlinks[1]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[2]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[3]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[4]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[5]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[6]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[7]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[8]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[9]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[10]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[11]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
sitemlinks[12]="¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿"
for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks[i]+'>'+sitems[i]+'</a><br>')
</script>
</layer>
<script language="JavaScript1.2">
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.slidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (document.all&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if(document.layers&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if(document.layers&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ßáãÇÊ ÊÊÈÚ ÇáÝÇÑÉ
<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Verdana;
font-weight:bold;
color:black;
}
</style>
<script>
/*
aLfnnan.cjb.net
ÓßÑÈÊÇÊ ÇáÝäÇä
*/
var x,y
var step=20
var flag=0
// Your snappy message. Important: the space at the end of the sentence!!!
var message="aLfnnan script! "
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}
function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}
</script>
<script>
<!-- Beginning of JavaScript -
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// - End of JavaScript - -->
</script>
<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÚÈÇÑÇÊ ãÔÚå
<p><span id="theText" style="width:100%"> </p>
<p align="center"><font color="#FFF9F2" size="5"
face="Monotype Koufi"><strong>ÌÇÝÇ ÇáÝäÑ</strong></font><font color="#FFF9F2" size="4"
face="Tahoma"><strong> </strong></font><font color="#FFF9F2"
size="6"><strong> </span><script language="JavaScript"><!--
/*
java@@@@de@@lma9bara
www.ma9bara.tk
*/
//range of glowing
var from = 3;
var to = 7;
//speed of pulsing
var delay = 85;
//color of glow, name or RGB value (example:'#')
var glowColor = "#FFBC6A";
//NO MORE EDITING!!!
var i = to;
var j = 0;
//can be called here or whenever you want the text to start pulsing
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
// --></script> </strong></font></p>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÇÓãß ÈÇáíÇÈÇäí
<!-- This script has been in the http://www.kuwait25.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>
</head>
<body>
<SCRIPT language="JavaScript"><!--
function isvowel(v) {
if ((v == "a") || (v == "e") || (v == "i") || (v == "o") || (v == "u")) {
return true }
else {
return false } }
function nihongo(inp) {
otp = ""
cnt = 0
k = ""
l = ""
inp = inp.toLowerCase()
while (cnt <= inp.length - 1) {
k = inp.charAt(cnt)
if ((cnt + 1) > (inp.length - 1)) {
l = "u" }
else {
l = inp.charAt(cnt+1) }
if ((k == " ") || (k == "-") || (k == "'")) {
otp = otp + k
cnt += 1 }
if ((l == "y") && (!isvowel(k))) {
l = "i" }
if (k == "x") {
if (cnt == 0) {
k = "z" }
else {
k = "k" }
}
if (k == "g") {
if ((l == "e") || (l == "i") || (l == "y")) {
k = "j" }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + k + "u"
cnt += 1 }
} }
if (k == "j") {
if ((l == "a") || (l == "u") || (l == "o")) {
otp = otp + k + l
cnt +=2 }
if ((l == "e") || (l == "i")) {
otp = otp + "ji"
cnt += 2 }
}
if (k == "y") {
if ((l == "a") || (l == "u") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
else {
k = "i" }
}
if (k == "m") {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
if ((l == "b") || (l == "m") || (l == "p")) {
otp = otp + "n"
cnt += 1 }
else {
otp = otp + "mu"
cnt += 1 } } }
if (isvowel(k) || ((k == "n") && (!isvowel(l)))) {
otp = otp + k
cnt = cnt + 1 }
if (k == "q") {
k = "k" }
if (k == "v") {
k = "b" }
if (k == "l") {
k = "r" }
if (k == "c") {
if (l == "h") {
otp = otp + "chi"
cnt += 3 }
else {
if ((l == "e") || (l == "i") || (l == "y")) {
k = "s" }
else {
k = "k" }
}
}
if (k == "w") {
if ((l == "a") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
else {
if ((l == "i") || (l=="e")) {
otp = otp + "u" + l
cnt += 2 }
else {
k = "b"
}
}
}
if ((k == "b") || (k == "k") || (k == "r")) {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + k + "u"
cnt += 1 } }
if (k == "d") {
if ((l == "i") || (l == "a") || (l == "e")) {
otp = otp + "de"
cnt += 2 }
if ((l == "u") || (l == "o")) {
otp = otp + "do"
cnt += 2 }
if (!isvowel(l)) {
otp = otp + "de"
cnt += 1 } }
if (k == "f") {
otp = otp + "fu"
cnt += 1
if (isvowel(l)) {
cnt += 1 } }
if (k == "h")
{
if (l == "u") {
otp = otp + "fu"
cnt += 2 }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "fu"
cnt += 1 } }
}
if (k == "z") {
if (l == "i") {
k = "j" }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "zu"
cnt += 1 } } }
if (k == "n") {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 } }
if (k == "p") {
if (l == "h") {
otp = otp + "fu"
cnt += 2 }
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "pu"
cnt += 1 } }
if (k == "s") {
if ((l == "i") || (l == "h")) {
otp = otp + "shi"
cnt += 2
if (l == "h") {
cnt += 1 } }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "su"
cnt += 1 } } }
if (k == "t") {
if ((l == "a") || (l == "e") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
if ((l == "u") || ((!isvowel(l)) && (!(l == "h")))) {
otp = otp + "tsu"
cnt += 1
if (l == "u") {
cnt += 1 }
if ((l == "s") && (inp.charAt(cnt + 1) == "u")) {
cnt += 2 } }
if (l == "i") {
otp = otp + "chi"
cnt += 2 }
if (l == "h") {
otp = otp + "fu"
cnt += 3 } }
}
win=window.open("","displayWindow","namae","toolbar=no,scrollbars=yes")
win.document.open()
win.document.write("<html><head><title>ÇÓãß ÈÇ ÇááÛÉ ÇáíÈÇäíÉ</title></head><body bgcolor='#fafafa' text='#010203' link='#182436' vlink='#428163'><p>ÇÓãß ÈÇ ÇáíÈÇäì åæ<b>")
win.document.write(((otp.charAt(0)).toUpperCase()))
j = 1
while (j <= otp.length - 1) {
win.document.write(otp.charAt(j))
j += 1 }
win.document.write(".</b></p><br><p></p><br><p align=center>")
j = 0
tem = ""
while (j <= otp.length - 1) {
if (!(otp.charAt(j) == " ")) {
tem = tem + otp.charAt(j) }
j += 1 }
otp = tem
j = 0
while (j <= otp.length - 1) {
cur = otp.charAt(j)
if ((isvowel(cur)) || ((cur == "n") && (!isvowel(otp.charAt(j+1))))) {
j += 1 }
else {
while (!isvowel(otp.charAt(j))) {
j += 1
cur = cur + otp.charAt(j) }
j += 1 }
}
win.document.write('<div align=center><form><input type="button" value="ÇÖÛØ åäÇ ááÚæÏÉ" onClick="parent.window.close()"></form></div></body></html>')
win.document.close()
}
//-->
</SCRIPT><br>
<CENTER> </CENTER>
<CENTER><B><FONT SIZE=+3></FONT></B></CENTER>
<CENTER><B>ÇßÊÈ ÇÓãß åäÇ áæÓãÍÊ </B><FORM name="funkyform" action="javascript:nihongo(document.funkyform.namae.value)//"><INPUT type="text" name="namae"></CENTER>
<CENTER> </CENTER>
<CENTER><INPUT type="submit" value="ÇÎÈÑäì ßíÝ íäØÞ ÇÓãì ÈÇ ÇáíÈÇäì"></FORM></CENTER>
<CENTER> </CENTER>
<CENTER> </CENTER>
<CENTER>
alwafi 2000<br>
</body>
</html>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
áÚãá ÕÝÍÉ ÊåÊÒ æÊÓãì ÇáÕÝÍÉ ÇáãÌäæäÉ
<script language="JavaScript1.2">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</script>
<form>
<p align="center"><input type="button"
value="ÒáÒÇá" onclick="shake(2)"> </p>
</form>
<p align="center"><a href=""><font
color="#FF00FF" size="4"><strong></strong></font></a></p>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
Úãá ËÇÈÊ Ýí ÃÓÝ ÔÑíØ ÇáãÚáæãÇÊ
<script language="JavaScript">
var boodschap = 'ma9bara.tk;
function dgstatus()
{
window.status = boodschap;
timerID= setTimeout("dgstatus()", 25);
}
</script>
<script language="JavaScript"><!--
dgstatus();
//--></script>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
äÇÝÐÉ ãä ÛíÑ ÇØÇÑÇÊ Ãæ ÔÑíØ ÊãÑíÑ ÊÝÊÍ ÚäÏ ÇáÖÛØ Úáì æÕáÉ
1- ÖÚ ÇáßæÏ ÇáÊÇáí Ýí ãäØÞÉ ÇáÑÇÓ :
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÖÚ ÚäæÇä ÇáÕÝÍÉ åäÇ', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
2- ÖÚ ÇáßæÏ ÇáÊÇáí Ýí Ãí ãßÇä ãä ãäØÞÉ ÇáÌÓã :
<A HREF="javascript:popUp()">ÇÖÛØ åäÇ </A>
ÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ
ÞÇáÈ ÇÎÈÇÑ ãÍíØ
<HTML>
<HEAD>
<title>ÇÓã ãæÞÚß </title>
</head>
<frameset rows="*,30" border="0" frameborder="0" ramespacing=0 >
<frame name="Main" marginwidth="0" marginheight="0" scrolling="Auto" src="åäÇ
ÊÖÚ ÚäæÇä ãæÞÚß">
<frame name="up" marginwidth="0" marginheight="0" scrolling="no" src="http://www.moheet.com/new/up.asp">
</frameset>
<p align="center"><font size="6" face="Tahoma"><strong><script
language="JavaScript">
<!--
function createHexArray(n)
{
this.length=n;
for (var i=1; i<=n; i++)
this[i]=i-1;
this[11]="A";
this[12]="B";
this[13]="C";
this[14]="D";
this[15]="E";
this[16]="F";
return this;
}
hx = new createHexArray(16);
function convertToHex(x)
{
var high=x/16;
var s=high+"";
s=s.substring(0,2);
high=parseInt(s,10);
var left=hx[high+1];
var low=x-high*16;
s=low+"";
s=s.substring(0,2);
low=parseInt(s,10);
var right=hx[low+1];
var string=left+""+right;
return string;
}
function makeRainbow(text)
{
text=text.substring(3,text.length-4);
color_d1=255;
mul=color_d1/text.length;
for(i=0;i < text.length;i++)
{
color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))"
color_h1=convertToHex(color_d1);
color_d2=mul*i;
color_h2=convertToHex(color_d2);
document.write("<FONT COLOR=\"#FF"+color_h1+color_h2+"\">"+text.substring(i,i+1)+"</FONT>");
}
}
//-->
</script> <!--Place this script in the BODY section.--> <!--You may edit these font tags.--> </strong></font><font size="6"><strong><script
language="JavaScript"><!--
// You may edit the message below.
{makeRainbow("<< ãÑÍÈÇÈßã Ýí ãæÞÚ ÇáãÞÈÑÉ>> ");}
// --></script></strong></font></p>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: alsaqr.com -->
<!-- Web Site: http://www.alsaqr.com -->
<!-- This script and many more are available free online at -->
<!-- Alsaqr.com at http://www.alsaqr.com -->
<!-- Begin
function createHexArray(n) {
this.length=n;
for (var i=1; i<=n; i++)
this[i]=i-1;
this[11]="A";
this[12]="B";
this[13]="C";
this[14]="D";
this[15]="E";
this[16]="F";
return this;
}
hx = new createHexArray(16);
function convertToHex(x) {
var high=x/16;
var s=high+"";
s=s.substring(0,2);
high=parseInt(s,10);
var left=hx[high+1];
var low=x-high*16;
s=low+"";
s=s.substring(0,2);
low=parseInt(s,10);
var right=hx[low+1];
var string=left+""+right;
return string;
}
function makeRainbow(text) {
text=text.substring(3,text.length-4);
color_d1=255;
mul=color_d1/text.length;
for(i=0;i < text.length;i++) {
color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))"
color_h1=convertToHex(color_d1);
color_d2=mul*i;
color_h2=convertToHex(color_d2);
document.write("<FONT COLOR=\"#FF" + color_h1 + color_h2 + "\">" + text.substring(i,i+1) + "</FONT>");
}
}
// End -->
</script>
<script>
<!--
makeRainbow(" ÇáãÞÈÑÉ ");
// -->
</script>
<HEAD>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
ie4 = ((navigator.appVersion.indexOf("MSIE")>0) && (parseInt(navigator.appVersion) >= 4));
var count = 0, count2 = 0, add1 = 3, add2 = 10, timerID;
function show() {
if (ie4) {
count += add1;
count2 += add2;
delay = 30;
if(count2 > 100) count2 = 100;
if(count > 100) {
count = 100;
add1 = -10;
add2 = -3;
delay = 350;
}
if(count < 0) count = 0;
if(count2 < 0) {
count2 = 0;
add1 = 3;
add2 = 10;
delay = 200;
}
fader.style.filter = "Alpha(Opacity="+count2+",FinishOpacity="+count+",style=2)";
timerID = setTimeout("show()", delay);
}
}
window.onload = show;
// End -->
</script>
</HEAD>
<BODY>
<center>
<div id="fader" style="width:480; Filter:Alpha(Opacity=0,FinishOpacity=0,style=2)">
<h1>
<font family="Tahoma" color="maroon" size="+2">
Thanks for visiting
<p>
Al Saqr
</font>
</h1>
</div>
</center>
<SPAN style="position: absolute; left: 188; font-size: 35pt; filter: shadow(color=#80FF80, direction=135); z-index: -1; top: 170; width: 423; height: 58">
<p align="center"><font color="#FF8000" face="Tahoma"><b>ãæÞÚ</b></font><font
face="Tahoma"><b> </b></font><font color="#FF8000" face="Tahoma"><b>ÇáãÞÈÑÉ</b></font>
</SPAN></p>
<p align="center"><a href="/cgi-bin/framed/1959/"><font
color="#FF00FF" size="4"><strong>ma9bara.tk</strong></font></a></p>
<FORM name="back">
<SELECT name="g" onChange="change()">
<OPTION VALUE="aqua">ÇÒÑÞ ÝÇÊÍ
<OPTION VALUE="green">ÇÎÖÑ
<OPTION VALUE="orange">ÈÑÊÞÇáí
<OPTION VALUE="yellow">ÇÕÝÑ
<OPTION VALUE="purple">ÈäÝÓÌí
<OPTION VALUE="gray">ÑÕÇÕí
<OPTION VALUE="pink">æÑÏí
<OPTION VALUE="lavender">ÈäÝÓÌí ÝÇÊÍ
<OPTION VALUE="khaki">Èäí ÝÇÊÍ
<OPTION VALUE="skyblue">ÇÒÑÞ ÓãÇæí
<OPTION VALUE="white" SELECTED>ÇÈíÖ
</SELECT>
<INPUT TYPE="button" VALUE="ÇÎÊÇÑ Çááæä">
</FORM>
<script language="Javascript">
<!--
http://www.ajnadeen.cjb.net
function change() {
document.bgColor = document.back.g.options[document.back.g.selectedIndex].value
}
//-->
</script>
<html>
<head>
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:yellow;
background-color:yellow;
border:0.1px solid yellow;
}
-->
</style>
</head>
<body>
<div id="p1" class="intro"></div>
<div id="p2" class="intro"></div>
<div id="p3" class="intro"></div>
<div id="p4" class="intro"></div>
<div id="p5" class="intro"></div>
<div id="p6" class="intro"></div>
<div id="p7" class="intro"></div>
<div id="p8" class="intro"></div>
<div id="p9" class="intro"></div>
<div id="p10" class="intro"></div>
<div id="p11" class="intro"></div>
<div id="p12" class="intro"></div>
<div id="p13" class="intro"></div>
<div id="p14" class="intro"></div>
<div id="p15" class="intro"></div>
<div id="p16" class="intro"></div>
<div id="p17" class="intro"></div>
<div id="p18" class="intro"></div>
<div id="p19" class="intro"></div>
<div id="p20" class="intro"></div>
<div id="p21" class="intro"></div>
<div id="p22" class="intro"></div>
<div id="p23" class="intro"></div>
<div id="p24" class="intro"></div>
<div id="p25" class="intro"></div>
<script>
/*
Boxing-away Script-
By Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more free DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var espeed=300
var counter=1
var temp=new Array()
var temp2=new Array()
////////Code for Netscape NS 4+////
if (document.layers){
for (i=1;i<=25;i++){
temp[i]=eval("document.p"+i+".clip")
temp2[i]=eval("document.p"+i)
temp[i].width=window.innerWidth/5
temp[i].height=window.innerHeight/5
}
for (i=1;i<=5;i++)
temp2[i].left=(i-1)*temp[i].width
for (i=6;i<=10;i++){
temp2[i].left=(i-6)*temp[i].width
temp2[i].top=temp[i].height
}
for (i=11;i<=15;i++){
temp2[i].left=(i-11)*temp[i].width
temp2[i].top=2*temp[i].height
}
for (i=16;i<=20;i++){
temp2[i].left=(i-16)*temp[i].width
temp2[i].top=3*temp[i].height
}
for (i=21;i<=25;i++){
temp2[i].left=(i-21)*temp[i].width
temp2[i].top=4*temp[i].height
}
}
function erasecontainerns(){
window.scrollTo(0,0)
var whichcontainer=Math.round(Math.random()*25)
if (whichcontainer==0)
whichcontainer=1
if (temp2[whichcontainer].visibility!="hide")
temp2[whichcontainer].visibility="hide"
else{
while (temp2[whichcontainer].visibility=="hide"){
whichcontainer=Math.round(Math.random()*25)
if (whichcontainer==0)
whichcontainer=1
}
temp2[whichcontainer].visibility="hide"
}
if (counter==25)
clearInterval(beginerase)
counter++
espeed-=10
}
////////End code for NS 4+////////
///////////Code for IE 4+/////////
if (document.all){
var containerwidth=parseInt(document.body.clientWidth/5)
var containerheight=parseInt(document.body.offsetHeight/5)
for (i=1;i<=25;i++){
temp[i]=eval("document.all.p"+i+".style")
temp[i].width=containerwidth
temp[i].height=containerheight
}
for (i=1;i<=5;i++)
temp[i].left=(i-1)*containerwidth
for (i=6;i<=10;i++){
temp[i].left=(i-6)*containerwidth
temp[i].top=containerheight
}
for (i=11;i<=15;i++){
temp[i].left=(i-11)*containerwidth
temp[i].top=2*containerheight
}
for (i=16;i<=20;i++){
temp[i].left=(i-16)*containerwidth
temp[i].top=3*containerheight
}
for (i=21;i<=25;i++){
temp[i].left=(i-21)*containerwidth
temp[i].top=4*containerheight
}
}
function erasecontainerie(){
var whichcontainer=Math.round(Math.random()*25)
if (whichcontainer==0)
whichcontainer=1
if (temp[whichcontainer].visibility!="hidden")
temp[whichcontainer].visibility="hidden"
else{
while (temp[whichcontainer].visibility=="hidden"){
whichcontainer=Math.round(Math.random()*25)
if (whichcontainer==0)
whichcontainer=1
}
temp[whichcontainer].visibility="hidden"
}
if (counter==25){
clearInterval(beginerase)
clearInterval(keeptop)
}
counter++
espeed-=10
}
/////////End IE 4+ code////////
if (document.layers)
beginerase=setInterval("erasecontainerns()",espeed)
else if (document.all){
beginerase=setInterval("erasecontainerie()",espeed)
keeptop=setInterval("window.scrollTo(0.0)",100)
}
</script>
</body>
</html>
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:25 ridge red"
</script>
<table border="0" width="280" id="myexample" style="border:5px solid blue">
<tr>
<td>æåÐÇ ÇíÖà ÚÒíÒì ÇáÒÇÆÑ<br>ÅØÇÑ ãÔÚ ááÝÊ ÇäÊÈÇÉ ÒÇÆÑ ãæÞÚß ÇáÒÇÆÑ<br><br></td>
</tr>
</table>
<script language="JavaScript1.2">
<!--
/*
Flashing Table Border Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="green")
myexample.style.borderColor="red"
else
myexample.style.borderColor="blue"
}
setInterval("flashit()", 500)
//-->
</script>
<layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<script language="JavaScript">
/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('</div>')
}
var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;
function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();
</script>
<script language="JavaScript1.2">
//change 1 to another integer to alter the scroll speed. Greater is faster
var speed=1
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+speed
else
currentpos=window.pageYOffset+speed
window.scroll(0,currentpos)
}
else{
currentpos=30
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",30)
}
window.onload=initialize
</script>
<script>
// alsaqr 2000-2001
function initArray()
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}
var hexChars = "0123456789ABCDEF";
function Dec2Hex (Dec)
{
var a = Dec % 16;
var b = (Dec - a)/16;
hex = "" + hexChars.charAt(b) + hexChars.charAt(a);
return hex;
}
function bgChanger (begin, end, steps)
{
steps = steps -1 ;
redA = begin.charAt(0) + begin.charAt(1);
red_valA = parseInt(redA,'16');
redB = end.charAt(0) + end.charAt(1);
red_valB = parseInt(redB,'16');
red_int = ((red_valB - red_valA) / steps) * -1;
grnA = begin.charAt(2) + begin.charAt(3);
grn_valA = parseInt(grnA,'16');
grnB = end.charAt(2) + end.charAt(3);
grn_valB = parseInt(grnB,'16');
grn_int = ((grn_valB - grn_valA) / steps) * -1;
bluA = begin.charAt(4) + begin.charAt(5);
blu_valA = parseInt(bluA,'16');
bluB = end.charAt(4) + end.charAt(5);
blu_valB = parseInt(bluB,'16');
blu_int = ((blu_valB - blu_valA) / steps) * -1;
step = 2;
red = red_valA;
grn = grn_valA;
blu = blu_valA;
document.bgColor = begin;
while ( steps >= step )
{
red -= red_int;
red_round = Math.round(red);
red_hex = Dec2Hex(red);
grn -= grn_int;
grn_round = Math.round(grn);
grn_hex = Dec2Hex(grn);
blu -= blu_int;
blu_round = Math.round(blu);
blu_hex = Dec2Hex(blu);
document.bgColor = red_hex + grn_hex + blu_hex;
step++;
}
document.bgColor = end;
}
</script>
<script>
<!--
// black to black (pause)
bgChanger("000000","000000",25);
// black to red
bgChanger("000000","FF0000",25);
// red to black
bgChanger("FF0000","000000",25);
// black to purple
bgChanger("000000","AA00EE",25);
// purple to black
bgChanger("AA00EE","000000",25);
// black to blue
bgChanger("000000","0000FF",25);
// blue to black
bgChanger("0000FF","000000",25);
// black to black (pause)
bgChanger("000000","000000",25);
// -->
</script>
<html>
<head>
<title>Java Script Library -> http://java.tatousek.cz - 00020 Sample</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<script language="VBScript">
Dim a
Dim min1
Dim hr1
Dim sec1
'Initializes clock and tells it how to behave, when to start animation, etc
Sub window_onload
a = time
min1 = minute(time)
hr1 = hour(time)
if hr1 > 12 then
hr1 = hr1 - 12
end if
sec1 = second(time)
call sgSecondHand.Rotate(0,0,sec1*6 - 90)
call sgMinuteHand.Rotate(0,0,min1*6 - 90)
call sgHourHand.Rotate(0,0,hr1*360/12 - 90)
call seq("Time").Play
end Sub
'Sequencer initilization
Sub Seq_OnInit
Call seq("Time").at(0.000, "SecRot", -1, 1.000, 1)
Call seq("Time").at(60.000, "MinRot", -1, 60.000, 1)
Call seq("Time").at(0.000, "HourRot", -1, 1800.000, 1)
End Sub
'rotates second hand of clock
Sub SecRot
Call sgSecondHand.Rotate(0,0,6)
End Sub
' rotates minute hand of clock
Sub MinRot
Call sgMinuteHand.Rotate(0,0,6)
End Sub
' rotates hour hand of clock
Sub HourRot
Call sgHourHand.Rotate(0,0,15)
End Sub
</script>
<!-- This is the master div, sets over all height, width and positioning-->
<div id="MASTERLAYOUT" STYLE="POSITION:ABSOLUTE;WIDTH:300; HEIGHT:300;TOP:25%;LEFT:25%">
<!-- Div sets positioning of text on clock face, z-index tells it to go in front of background data in master div -->
<div id="divTimeText" STYLE="POSITION:ABSOLUTE; WIDTH:200; HEIGHT:200; TOP:0; LEFT:0;z-index:2">
<br>
<br>
<br>
<p align="center">
<font face="Verdana,Tahoma,Arial" size="5" color="YELLOW">
<BR>
<BR>
</font>
</p>
<!-- Object displays the numbers on the clock face -->
<OBJECT ID="SgNumbers"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE= "POSITION:ABSOLUTE; WIDTH:215; HEIGHT:200; TOP:0; LEFT:0;Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(255, 255, 255)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0004" VALUE="SetFillColor(255,255,255)">
<PARAM NAME="Line0005" VALUE="SetFont('ARIAL',24,650,0,0,0)">
<PARAM NAME="Line0006" VALUE="Text('1',30,-66,0">
<PARAM NAME="Line0007" VALUE="Text('2',60,-36,0">
<PARAM NAME="Line0008" VALUE="Text('3',70,4,0">
<PARAM NAME="Line0009" VALUE="Text('4',60,44,0">
<PARAM NAME="Line0010" VALUE="Text('5',30,74,0">
<PARAM NAME="Line0011" VALUE="Text('6',-10,89,0">
<PARAM NAME="Line0012" VALUE="Text('7',-50,79,0">
<PARAM NAME="Line0013" VALUE="Text('8',-85,44,0">
<PARAM NAME="Line0014" VALUE="Text('9',-95,4,0">
<PARAM NAME="Line0015" VALUE="Text('10',-85,-36,0">
<PARAM NAME="Line0016" VALUE="Text('11',-60,-61,0">
<PARAM NAME="Line0017" VALUE="Text('12',-20,-76,0">
</OBJECT>
</div>
<!-- Creates the clock face , structured graphic-->
<OBJECT ID="sgBackground"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:absolute; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200">
<PARAM NAME="Line0001" VALUE="SetLineStyle(5)">
<PARAM NAME="Line0002" VALUE="SetFillStyle(11)">
<PARAM NAME="Line0003" VALUE="SetFillColor(255,0,0,0,0,255)">
<PARAM NAME="Line0004" VALUE="SetGradientFill(0,0,-100,-100,0)">
<PARAM NAME="Line0005" VALUE="Oval(-100,-100,200,200,0)">
</OBJECT>
<div id="divClock" STYLE="POSITION:ABSOLUTE; WIDTH:200; HEIGHT:200; TOP:0; LEFT:0;">
<!-- Object creates second hand for clock, structured graphic -->
<OBJECT ID="sgSecondHand"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:absolute; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200; Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(255, 255, 255)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,255)">
<PARAM NAME="Line0004" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0005" VALUE="Rect(-5,-2,100,4,0)">
</OBJECT>
<!-- Object creates minute hand for clock, structured graphic-->
<OBJECT ID="sgMinuteHand"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:absolute; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200; Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(255, 0, 0)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillColor(255,0,0)">
<PARAM NAME="Line0004" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0005" VALUE="Rect(-5,-3,85,6,0)">
</OBJECT>
<!-- Object creates hour hand for clock, structured graphic -->
<OBJECT ID="sgHourHand"
CLASSID = "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
STYLE="POSITION:ABSOLUTE; TOP:0; LEFT:0; WIDTH:200; HEIGHT:200; Z-INDEX:5">
<PARAM NAME="Line0001" VALUE="SetLineColor(0, 0, 255)">
<PARAM NAME="Line0002" VALUE="SetLineStyle(1)">
<PARAM NAME="Line0003" VALUE="SetFillColor(0,0,255)">
<PARAM NAME="Line0004" VALUE="SetFillStyle(1)">
<PARAM NAME="Line0005" VALUE="Rect(-5,-3,70,6,0)">
</OBJECT>
</div>
</div>
<!-- Sequencer, controls timing and continuation of clock motion -->
<OBJECT ID="Seq"
CLASSID="CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96">
</OBJECT>
</body>
</html>
<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<HTML>
<HEAD>
<style type="text/css">
<!--
.tick2 { font-size: "x-small"}
-->
</style>
<script>
<!--
function show2(){
if (!document.all)
return
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime=hours+":"+minutes+":"+seconds+" "+dn
tick2.innerHTML="<style='font-size:2;color:blue;'>"+ctime+"</style>"
setTimeout("show2()",1000)
}
//-->
</script>
<TITLE>F O R M S</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#7b68ee" link="#7b68ee" vlink="#7b68ee" onLoad="show2()">
<P> <BR><CENTER>ÇäÙÑ Çáì ÇáÓÇÚÉ Ýì ÇáÌåÉ Çáíãäì</CENTER><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR><P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR> <P> <BR>
<script language="JavaScript">
var IW= 0;
var IH= 0;
var PX= 0;
var PY= 0;
var ZIN= 0;
var us= null;
var IMGW= 50;
var IMGH= 25;
var LSAFETY= 20;
var TSAFETY= 17;
function branding() {
oldIW= IW;
oldIH= IH;
oldPX= PX;
oldPY= PY;
if (navigator.appName == 'Netscape') {
if ((window.innerHeight != oldIH)||(window.innerWidth != oldIW)||(window.pageXOffset != oldPX)||(window.pageYOffset != oldPY))
{
if (us == null)
{
for (i=0; i<document.layers.length; i++)
{
us= document.layers[i];
if (us.id == "Valley")
break;
}
}
if (us != null)
{
us.visibility= "hide";
IH= window.innerHeight;
IW= window.innerWidth;
PX= window.pageXOffset;
PY= window.pageYOffset;
(IH > IMGH) ? us.top= (IH+PY-(IMGH+TSAFETY)) : us.top= 0;
(IW > IMGW) ? us.left= (IW+PX-(IMGW+LSAFETY)) : us.left= 0;
//alert('document.layers.length: ' + document.layers.length);
for (i=0; i<document.layers.length; i++)
{
templay= document.layers[i];
// alert('document.layers[' + i + '].id: ' + document.layers[i].id);
if (templay.zIndex > ZIN)
ZIN= (templay.zIndex + 1);
}
us.zIndex= ZIN;
us.visibility= "show";
}
}
}
else{
if (navigator.appVersion.indexOf("Mac") == -1)
{
if ((document.body.clientHeight != oldIH)||(document.body.clientWidth != oldIW)||(document.body.scrollLeft != oldPX)||(document.body.scrollTop != oldPY)) {
alldivs= document.all.tags("DIV");
if (us == null){
for (i=0; i<alldivs.length; i++)
{
us= alldivs(i);
if (us.id == "Valley")
break;
}
}
if (us != null){
us.style.display= "none";
IH= document.body.clientHeight;
IW= document.body.clientWidth;
PX= document.body.scrollLeft;
PY= document.body.scrollTop;
us.style.top= (IH+PY-(IMGH+TSAFETY)+12);
us.style.left=(IW+PX-(IMGW+LSAFETY)+15);
for (i=0; i<alldivs.length; i++){
templay= alldivs(i);
if (templay.style.zIndex > ZIN)
us.style.zindex= (templay.style.zIndex + 1);
}
us.style.display= "";
}
}
}
}
}
if ((document.all) || (document.layers)){
setInterval("branding()",100);
}
</SCRIPT>
<DIV CLASS="Watermark" ID="Watermark" STYLE="position:absolute;top:1;visibility:hide;" ALIGN="right">
<span id=tick2 class=tick2> </span>
</DIV>
</BODY>
</HTML>
<BODY onunload="stopTimer()" onLoad="startTimer()" >
<SCRIPT> <!-- hide from non JS browsers.
//Define a couple of global variables.
var timerID = null
var timerRunning = false
function stopTimer(){
//stop the clock
if(timerRunning) {
clearTimeout(timerID)
timerRunning = false
}
}
function startTimer(){
// Stop the clock (in case it's running), then make it go.
stopTimer()
runClock()
}
function runClock(){
document.clock.face.value = timeNow()
//Notice how setTimeout() calls its own calling function, runClock().
timerID = setTimeout("runClock()",1000)
timerRunning = true
}
function timeNow() {
//Grabs the current time and formats it into hh:mm:ss am/pm format.
now = new Date()
hours = now.getHours()
minutes = now.getMinutes()
seconds = now.getSeconds()
timeStr = "" + ((hours > 12) ? hours - 12 : hours)
timeStr += ((minutes < 10) ? ":0" : ":") + minutes
timeStr += ((seconds < 10) ? ":0" : ":") + seconds
timeStr += (hours >= 12) ? " PM" : " AM"
return timeStr
}
// End of custom functions, stop hiding code -->
</SCRIPT>
<p>
<font size=+1>Clock 2</font><hr>
This clock will tell the time. The javascript updates the clock every 1000 milliseconds.<p>
<CENTER><P><FORM NAME="clock"><INPUT TYPE="text" NAME="face" SIZE=11></FORM><p>
</body>
<!-- TWO STEPS TO INSTALL FIND IN PAGE:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- The JavaScript Source!! http://www.hey.to/spcialman -->
<!-- Begin
var NS4 = (document.layers);
var IE4 = (document.all);
var win = this;
var n = 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " was not found on this page.");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " was not found on this page.");
}
}
return false;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<form name=search onSubmit="return findInPage(this.string.value);">
Find in Page
<input name=string type=text size=15 onChange="n = 0;">
</form>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://www.hey.to/spcialman">SpcialMan</a></font>
</center><p>
<!-- Script Size: 1.54 KB -->
<script language="JavaScript">
<!--
var x = 0
var speed = 300
var text = "ãÑÍÈÇ Èß Ýí ãæÞÚ ÇáãÞÈÑÉ"
function Blinky() {
window.status = text
setTimeout("Blinky2()", speed)
}
function Blinky2() {
window.status = " "
setTimeout("Blinky()", speed)
}
Blinky()
//-->
//http://www.ma9bara.tk
</script>
<a href="http://www.ma9bara.tk"><marquee width=100% behavior=alternate direction=left align=middle border=3>site de lma9bara.tk</marquee></a>
ãæÞÚ ÏÇÎá ÕÝÍÊß ÃäÓÎ ÇáßæÏ æÛíÑ ÇáÚäæÇä ÇáãæÌæÏ ÈÏÇÎáå Çáì ÚäæÇä ÇáÕÝÍÉ ÇáãÑÇÏ æÖÚåÇ Ýí ÕÝÍÊß
<br>
<br>
<IFRAME WIDTH=100% HEIGHT=400 SRC="http://www.alsaqr.com/"></IFRAME>
<br>
<br>
<br>
áÅÏÑÇÌ ãÞØæÚÉ ãæÓíÞíÉ ãä ÇãÊÏÇÏ ÇáÑÇã Ãí : ÇáÑíá ÈáÇíÑ ... ÊäÓÎ ÇáßæÏ æÊÛííÑ ÚäæÇä ÇáÃÛäíÉ
<param name="BACKGROUNDCOLOR" value="#000000"><embed src="http://www.arabicsongs.com/realaudio/yasalone.ram" align="baseline" border="0" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" autostart="true">
<br>
áÅÏÑÇÌ ãÞØæÚÉ ãæÓíÞíÉ Ýí ÕÝÍÊß ÈÇãÊÏÇÏ ÇáãíÏ Ãæ ÇáæíÝ .. ÇäÓÎ ÇáßæÏ æ ÛíÑ ÚäæÇä ÇáãÞØæÚÉ Ãæ ÇáÃÛäíÉ ..áÇÍÙ Ãä åÐÇ ÇáßæÏ ãÎÝí
<bgsound src="http://www.cyberegypt.com/Tedry_lesh.mid" loop="infinite">
<br>
ãËá ÇáÓÇÈÞ áßä ÇáÝÑÞ Ãäå ÈÃãßÇä ÇáÒÇÆÑ Ãä íæÞÝ ÇáãÞØæÚÉ Ãæ ÇáÃÛäíÉ ÇÐÇ áã íÑÛÈ Ýí ÇáÅÓÊãÇÚ
<embed src=http://alwan.virtualave.net/music/madi/arabic/faker.mid autostart="true" loop="false" width="128" height="128">
ÑÓÇáÉ ÊÑÍíÈ áÒÇÆÑ ÕÝÍÊß æ ÑÓÇáÉ ÊæÏíÚ ÚäÏ ÎÑæÌå ãä ÕÝÍÊß
<br>
<br>
<!-- saudi cat 1999-2000 -->
<br>
<br>
<br>
<br>
<br>
<br>
<BODY bgcolor="#005A96" onLoad="alert('ãÑÇÇÇÇÇÇÍÈ åáÇ æ ÛáÇ');" onUnload="alert('ÔßÑÇ áÒíÇÑÊß .. ÈÇäÊÙÇÑß ÈÇÇÇÇÇÇí');" link="orange" vlink="orange" alink="00FF95">
<br>
<br>
<br>
<center>
<br>
<br>
<br>
<font color=white>
<br>
<br>
<br>
<p>
<br>
<br>
<br>
<P> <script language="JavaScript" src="footer.js"></script>
<br>
<br>
<br>
<br>
<br>
<br>
áÅÏÑÇÌ ÇáßæÏ Ýí Ãí ãäÊÏì íÊÚÇãá ãÚ áÛÉ ÇáåÊãá
<form method="POST" action="--WEBBOT-SELF--">
<br>
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.txt"
<br>
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<br>
<p align="center"><textarea rows="4" name="S1" cols="40">Put Hire
ÃíÖÇ áÅÏÑÇÌ ßæÏ Ýí ÇáãäÊÏíÇÊ
<form name=Copy>
<br>
<br>
<br>
<p align="center"><input onClick=javascript:this.form.txt.focus();this.form.txt.select(); type=button value="ÊÙáíá ÇáßæÏ" name="button" style="font-family: Tahoma; background-color: #C4F0FF; color: #000080; border-style: solid; border-color: #000080">
<br>
<br>
<br>
<p align="center"><textarea rows="8" name="txt" cols="52" style="color: #000080; background-color: #DDEEFF; border-style: solid">
<br>
ßÊÇÈÉ ãä ÊÍÊ Çáì ÝæÞ Ýí ãÓÊØíá Ãæ ãÑÈÚ ÍÓÈ ÑÛÈÊß
<center><marquee direction="up" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
ÇáÓáÇã Úáíßã æÑÍãÉ Çááå æÈÑßÇÊå .. ßíÝ ÍÇáßã ¿¿ åÐí åí ÇáØÑíÞÉ ÇáÃæáì æåí ãä ÊÍÊ áÝæÞ ...
<br>
<br>
<br>
</marquee>
<br>
ßÊÇÈÉ ãä ÝæÞ Çáì ÊÍÊ Ýí ãÓÊØíá Ãæ ãÑÈÚ
<center><marquee direction="down" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
ÇáÓáÇã Úáíßã æÑÍãÉ Çááå æÈÑßÇÊå .. ßíÝ ÍÇáßã ¿¿ åÐí åí ÇáØÑíÞÉ ÇáËÇäíÉ æåí ãä ÝæÞ áÊÍÊ ...
<br>
<br>
<br>
</marquee>
<br>
ßÊÇÈÉ ãä Çáíãíä Çáì ÇáíÓÇÑ
<center><marquee direction="right" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
ÃßÊÈ åäÇ .... ãÇ ÑÃíß ...
<br>
<br>
<br>
</marquee>
<br>
ßÊÇÈÉ ãä ÇáíÓÇÑ Çáì Çáíãíä
<center><marquee direction="left" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
äÕÜÜÜÜÜß åäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÇ ... ÃßÊÈ ãÇ ÊÜÜÜÑíÜÜÜÜÏ ...
<br>
<br>
<br>
</marquee>
<br>
æåÐÇ ÇáßæÏ ÇÐÇ ÃÑÏÊ ÇÏÑÇÌ ÕÝÍÉ Ãæ ãæÞÚ ãä ÇáÝáÇÔ
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://www.home4arab.com/members//computers/safe109058/safe104.swf"></IFRAME>
<br>
áÅÏÑÇÌ ÇØÇÑ áãæÖæÚß
<body style="border: 10 solid #800000 ">
<br>
áßÔÝ ãÍÊæíÇÊ ÇáÌåÇÒ æÈÃÓÊØÇÚÊß ÇáÅÎÊíÇÑ ãÇ Èíä ÇáÏÑÇíÝÑ
<form action="file:///c|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="c:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///a|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="a:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///b|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="b:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///d|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="d:\ drive">
<br>
<br>
<br>
</form>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
<p align="center"><br>
<br>
<br>
<br>
</p>
<br>
<br>
<br>
<form action="file:///e|/">
<br>
<br>
<br>
<p align="center"><input type="submit" value="e:\ drive">
<br>
<br>
<br>
</form>
<br>
ÇáÅäÊÞÇá ÇáÊáÞÇÆí áÕÝÍÉ Ãæ áãæÞÚ ÂÎÑ
<META HTTP-EQUIV="Refresh" CONTENT="10;URL=http://hotmail.com">
<br>
ÞÇÆãÉ ãäÓÏáÉ
<form>
<br>
<br>
<br>
<select name="selector">
<br>
<br>
<br>
<option value="ÇáÝíÑæÓ">ÞáÈ ÇáãäÊÏíÇÊ¿
<br>
<br>
<br>
<option value="ÇáãÞÈÑÉ">ÚÞá ÇáãäÊÏíÇÊ¿
<br>
<br>
<br>
<option value="ÇáÒÇÆÑ">ÚÌíÈ ÇáãäÊÏíÇÊ¿
<br>
<br>
<br>
<option value="ÑÍíá ÇáæÏ">ÏáæÚÉ ÇáãäÊÏíÇÊ¿
<br>
<br>
<br>
</select>
<br>
<br>
<br>
<INPUT TYPE="button" value="ÇÖÛØ åäÇ" onClick="alert(form.selector.options[form.selector.selectedIndex].value)"></form>
<br>
ÞáÈ ÇáãäÊÏíÇÊ¿ ÚÞá ÇáãäÊÏíÇÊ¿ ÚÌíÈ ÇáãäÊÏíÇÊ¿ ÏáæÚÉ ÇáãäÊÏíÇÊ¿
ßÊÇÈÉ ÊÕÚÏ Çáì ÝæÞ æÊäÒá Çáì ÊÍÊ
<p align="center"><b><font color="#FF0000" size="7" face="Tahoma"><marquee direction="up" scrolldelay="100" align="bottom" scro15amount="5" width="657" height="301"> Çááå ãÇ ÇßÈÑ ÛáÇß ¿¿ </marquee></span></font><BR> <BR> </b>
<br>
æåÐÇ ãä ÊÍÊ Çáì ÝÜÜæÞ
<p align="center"><b><font color="#FF0000" size="7" face="Tahoma"><marquee direction="down" scrolldelay="100" align="bottom" scro15amount="5" width="657" height="301"> Çááå ãÇ ÇßÈÜÜÜÜÜÑ ÛÜÜáÇß ¿¿ </marquee></span></font><BR> <BR> </b>
<br>
ÑÓÜÜÜÜÜÜÜÜÜÜÇáÉ ÊÍÜÜÜÜÜÜÜÜÜÜÏí
<p><!--webbot bot="HTMLMarkup" startspan --><p align="center"><font face="MS Dialog Light" size="4"><b> <a href="" onMouseover="alert('áíÔ ÊÍØ ÇáãÇæÓ åäÇ¿'); alert('ÃäÇ ãÇ ÞáÊ áß áÇ ÊÖÛØ åäÇ¿'); alert('íÚäí æÔ ÇÓæí Ýíß ¿¿'); alert('áíå ÊÝßÑ ÃÕáÇ Çäß ÊÖÛØ åäÇ æÃäÇ ãÍÐÑß¿¿¿'); alert('æÇááå íÇ ÇäÊ ÊæÑØÊ '); alert('ÊÍÓ Çäß ãÊæÑØ¿ åÇå ¿'); alert('ÊÈíäí ÇÝßß¿'); alert('ÇáÍíä áÇÒã ÊÑÓá áí ÑÓÇáÉ ÊÚÊÐÑ Ýíå ãäí '); alert('æÃÍÓä áß ÃÑÓá ÇáÑÓÇáÉáÇ ÃæÑíß ÔÛáß'); document.bgColor='black'; document.fgColor='Red'; window.location.href='mailto:hammad9@hotmail.com ?subject=ãÇ ÚáíÔ ÊßÈÜÜÜÜÜÑ æÊäÓÜÜÜÜì';"">ÌÑÈ ÞÑÈ ãÇæÓß åäÜÜÜÜÇ </a>
<br>
<br>
<br>
<!--webbot bot="HTMLMarkup" endspan -->
<br>
<br>
<br>
</p>
<br>
ÑÓÇáÉ áÒÇÆÑ ÕÝÍÊß ÊÙåÑ áå ÚäÏ ÎÑæÌå
<body onUnload="window.alert('Çä ÏÎáÊ ãæÇÖíÚí ãÑÉ ËÇäíÉ íÇ æíáß !! ÝÇåã ¿¿¿ .. ãÚ ÇáÓáÇãÉ')">
<br>
áÅÖÇÝÉ ÎáÝíÉ ááãäÊÏì
<body background="http://ramah.8k.com/images/big/water/Image3.jpg">
<br>
áæÖÚ ÇØÇÑ áãÞØÚ ÝíÜÜÜÜÏíÜÜÜÜÜæ
<p align="center">
<br>
<br>
<br>
<embed SRC="ãæÞÚ ÇáÝíáã Ýí ÇáÇäÊÑäÊ" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ImageWindow" HEIGHT="172" WIDTH="220" AUTOSTART="true" style="border: 179 groove #333333">
<br>
<br>
<br>
<p align="center">
<br>
<br>
<br>
<embed type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ControlPanel" HEIGHT="40" WIDTH="218" AUTOSTART="true" style="border: 10 double #000000">
<br>
áÅÏÑÇÌ ÊæÞíÚß Ýí ãÓÊØíá æ ÊÃÑÌÍå íãíäÇ æíÓÇÑÇ
<marquee style=
<br>
"font-size: 20pt; font-weight: bold; border-style: ridge" align="Middle" bgcolor=
<br>
"#0000ff" scrolldelay="100" behavior="alternate">ãÚ ÊÍíÇÊ ÃÎæßã ÇáÝíÑæÓ</marquee>
<br>
ÃÝÑÖ ÚäÏß ÈÑæßÓí æáÇ ÊÑíÏ ÃÍÏ íÚÑÝ ãÕÏÑå Ãæ ÚäæÇäå ... åÐÇ íÝí ÈÇáÛÑÖ
<br>
<br>
<tr><td><br>
<br>
<center><br>
<br>
<form action="http://proxy.fakeproxy.com/nph-fp.cgi/_/" method=post><br>
<br>
<i>ÊãÊÚÜÜæÇ ÃÍÈÇÈí </i><br>
<br>
<input name="URL" size=50 value=http://><br><br>
<br>
<input type=checkbox name="rc" checked> Remove cookies<br>
<br>
<input type=checkbox name="rs"> Remove scripts<br>
<br>
<input type=checkbox name="fa"> Remove ads<br>
<br>
</center><br>
<br>
</td><td valign=bottom><br>
<br>
<center><br>
<br>
<br>
<br>
</form><br>
<br>
</center><br>
<br>
</td>
<br>
ßÊÇÈÉ ãÙááå ãÚ ÇãßÇäß ÊÛííÑ ÍÌã æäæÚ æáæä ÇáÎØ
<center><div style="width:100%;filter:shadow(color=black,strength=20);color:yellow"><BR><font color="#FFFFFF" size="7" face="Amerigo BT">ãÚ ÊÍíÇÊí : ÇáÝíÑæÓ</font></div style> <BR>
<br>
ÇáßÊÇÈÉ ÈÇáäÇÑ
<center>
<br>
<br>
<br>
<APPLET codebase="http://ie.yimg.com/e/5da47e1c/h/87d89c18"code="flame.class" width=400height=200>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<param name="text" value="ãäÊÏíÇÊ ÇáãÞÈÑÉ+ÊÑÍÈ ÈÇáÌãíÚ+æÊÊãäì áßã+ÞÖÇÁ æÞÊ ããÊÚ+ãÚ ÊÍíÇÊ ÃÎæßã+ÚãÑ2000"></applet>
<br>
ÚÈÇÑÉ Úä ÑÓÇáÉ íÙåÑ Ýí ÇáÕÝÍÉ ÒÑÇÑ .. ÇÐÇ ÖÛØ Úáíå ÇáÒÇÆÜÜÑ ÊÎÑÌ áå ÑÓÇáÉ
<b><FONT face="arial, helvetica" size="5" ><B></b></b></font>
<br>
<p><b><FONT face="arial, helvetica" size="3" ><input type=button value=ÇÖÛØ onClick="alert(' ÇÚÖÇÁ ãÚ ÊÍíÇÊ ÇáÝíÑæÓ ãÑÍÈÇ Èß ... æáÇ ÊÞÇØÚ ... ÊÍíÜÜÜÜÇÊí..... ')">
<br>
ÚÈÇÑÉ Úä ãÓÊØíá æßÊÇÈÊß Ýí æÓØå ... ÊÊÍÑß ãä ÇáíÓÇÑ Çáì Çáíãíä æÇáÚßÓ
<table border="1" width="100%"><BR> <tr><BR> <td width="100%" bgcolor="#000080"><b><BR> <marquee style="color: #FFFF00" direction="right">ÇáÓáÇã Úáíßã æÑÍãÉ Çááå æÈÑßÇÊå .. ßá ÚÇã æÃäÊã ÈÃáÝ ÎíÑ æÓáÇãÉ .. æÚÓÇßã ãä ÚæÇÏå .. æÍíÇßã Çááå Èíä ÃÎæÇäßã æÃÍÈÇÈßã .. ãÌÇáÓ ÇáãÞÈÑÉ ááÍæÇÑ ÊÊãäì áßã ÇÓÚÏ ÇáÃæÞÇÊ .. ãÚ ÊÍíÇÊ ÃÎæßã /ÇáÝíÑæÓ</marquee><BR> </b></td><BR> </tr><BR></table><BR>
<br>
ÚÈÇÑÉ Úä ãÓÊØíá æßÊÇÈÊß ÊÊÍÑß ãä ÊÍÊ Çáì ÝæÞ æÇáÚßÓ
<center><marquee direction="up" width="500" height="200" style="TAHOMA: 150%; font-size: 18pt; color: BLUE; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="70" scrollamount="3">
<br>
<br>
<br>
<center>ÇíÔ ÑÇíßã Ýí ÇáÍÑßÉ åÇÇÇÇÇÇÇÇÇÇÇÐí
<br>
<br>
<br>
<br>
<br>
<br>
</marquee></center>
<br>
áÊÛííÜÜÜÑ ÇáßÊÇÈÉ Ýí ÇáãäÊÏíÇÊ ÇáÊí ÊÊÚÇãá ãÚ áÛÉ ÇáåÊãá
<center><hr size=6><FONT FACE="andalus"><h2><TABLE STYLE=filter:GLOW(color="jwight",strength=#+9)><FONT COLOR="yellow"><div align=center>
<br>
ãÚ ÊÍíÇÊ ÃÎæßã ( virus )
<br>
</div></TABLE></FONT>
<br>
ßÊÇÈÉ ãáæäÉ ãËá ÇáÅÔÚÇÚ
<FONT size="15"><TABLE STYLE=filter:GLOW(color="brown",strength=#+9)><FONT COLOR="yellow">ÇáäÕ<BR> <P> <BR></TABLE></FONT></FONT s>
ÇáßÊÇÈÉ Úáì ÎáÝíÉ ÈÏáÇ ãä ÎáÝíÉ ÇáãäÊÏì
<CENTER>
<TABLE BORDER=1 WIDTH=500 Background="ÚäæÇä ÇáÕæÑå åäÇ">
<TR><TD ALIGN=CENTER><h1><FONT FACE="DecoType Naskh" SIZE="5"><FONT COLOR="white">
ÇßÊÈ ãÇ ÊÑíÏ åäÇ
</FONT></FONT>
</center>
</marquee></TD></TR></TABLE></center>
ßÊÇÈå ãÊãæÌå ãä ÇáÃÓÝá Åáì ÇáÃÚáì
<center>
<br>
<font color="green" size="6">
<br>
<center>
<br>
<DIV STYLE="width:550;height:70;filter:wave(strength=4, freq=2, lightstrength=40, add=0, phase=20)"><marquee direction="up" height="280" scrollamount="2"><BR>ÖÚ äÕß åäÇ<a href=""></a><a href=""></a> </marquee></DIV></FONT><BR><BR><BR>
<br>
<BR>
<br>
<BR>
<br>
<center><a href=""></center>
<br>
</BODY>
<br>
</html>
ÎáÝíÉ ãÊÍÑßÉ
<BR><DIV id=cdiv style="BACKGROUND-COLOR: bron"><BR><marquee direction="Up" scrollAmount="1.5"> <BR><BR><FONT size="5"><FONT COLOR="Blue"><BR><center><B><I><FONT face="Tahoma"><FONT COLOR="Yellow">äÕß åäÇ</FONT c></FONT f></I></B></center> </FONT c></FONT <P><P>
<br>
áæÖÚ ÎáÝíÉ ááãæÖæÚ
<CENTER>
<DIV id=cdiv style="BACKGROUND-COLOR: 800000">
.
.
<P align=center>[qb]<FONT color=#ffffff size=5>
ÇßÊÈ ÇáäÕ åäÇ
</FONT>[/qb]
ßæÏ áÚÑÖ Úãá ÇáÝáÇÔ
<embed width="463" height="237" src="ÚäæÇä ÇáÝáÇÔ">
ßÊÇÈÉ ãÙááÉ
<body>
<div align="center"><center>
<table border="0" width="319"
style="FILTER: GLOW(color='red', strength=#+6)">
<tbody> <tr>
<td width="313"><h1 align="center"><font size="5">
ÖÚ äÕß åäÇ ãÚ ÇãßÇäíÉ ÊÛííÑ Çááæä</font></h1>
</td>
</tr>
</tbody></table>
</center></div>
</body>
áæÖÚ ÕæÑÉ Ýí ÇáãäÊÏì
[img]ÚäæÇä ÇáÕæÑÉ åäÇ[/img]
áÅÖÇÝÉ æÕáÉ ãä ãæÞÚ ßÇä
[url]ÚäæÇä ÇáãæÞÚ åäÇ[/url]
áæÖÚ ÇÑÊÈÇØ áãæÞÚ Ãæ ááÅÚáÇä Úáì ÕæÑÉ
<p align="center"><a href="http://omar2000.4t.com"><img border="0" src="http://albeed.com/vb/images/vBulletin_logo.gif" width="192" height="65"></a></p>
áæÖÚ ÚäæÇä ÈÑíÏß ÇáÅáßÊÑæäí Úáì ÕæÑÉ ÃäÊ ÊÎÊÇÑåÇ
<p align="center"><a href="mailto:dady_w6@yahoo.com"><img border="0" src="http://albeed.com/vb/images/vBulletin_logo.gif" width="192" height="65"></a></p>
áæÖÚ æÕáÉ áÈÑíÏß
[email]åäÇ ÈÑíÏß [/email]
ßÊÇÈÉ ãÌæÝÉ ÌãíáÉ
<div style="width:100%;filter:glow(color=red,strength=4);color:white;font:14pt">
ÇßÊÈ åäÇ
ááßÊÇÈÉ ÈÇáÃáæÇä ãÚ ÇãßÇäíÉ ÊÛííÑ Çááæä
<FONT FACE="Andalus" SIZE="5"><FONT COLOR="#000054">
ÇßÊÈ åäÇ
ááßÊÇÈÉ ÇáãÇÆáÉ
[i]ÇßÊÈ åäÇ[/i]
ÓßÑÈÊ áÃÙåÇÑ ÊÇÑíÎ ÃÎÑ ÊÚÏíá Êã Úáì ÇáÕÝÍå
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.geocities.com/okonsul -->
<!-- Begin
var days = new Array(8);
days[1] = "ÇáÇÍÏ";
days[2] = "ÇáÇËäíä";
days[3] = "ÇáËáÇËÇÁ";
days[4] = "ÇáÇÑÈÚÇÁ";
days[5] = "ÇáÎãíÓ";
days[6] = "ÇáÌãÚÉ";
days[7] = "ÇáÓÈÊ";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November1";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear =+ dateObj.getYear()
document.write(wday + ", " + lmonth + " " + date + ", " + fyear)
// End -->
</SCRIPT>
ÓßÑíÈÊ ÅÙåÇÑ ÇáÊÇÑíÎ ÈÇááÛÉ ÇáÚÑÈíÉ Ýí ãæÞÚß
<script LANGUAGE="JavaScript">
<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->
<!-- Begin
var day="";
var month="";
var myweekday="";
var year="";
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getYear();
year = myyear
if(myday == 0)
day = " ÇáÃÍÏ, "
else if(myday == 1)
day = " ÇáÃËäíä, "
else if(myday == 2)
day = " ÇáËáÇËÇÁ, "
else if(myday == 3)
day = " ÇáÇÑÈÚÇÁ, "
else if(myday == 4)
day = " ÇáÎãíÓ, "
else if(myday == 5)
day = " ÇáÌãÚÉ, "
else if(myday == 6)
day = " ÇáÓÈÊ, "
if(mymonth == 0) {
month = "íäÇíÑ "}
else if(mymonth ==1)
month = "ÝÈÑÇíÑ "
else if(mymonth ==2)
month = "ãÇÑÓ "
else if(mymonth ==3)
month = "ÇÈÑíá "
else if(mymonth ==4)
month = "ãÇíæ "
else if(mymonth ==5)
month = "íæäíæ "
else if(mymonth ==6)
month = "íæáíæ "
else if(mymonth ==7)
month = "ÇÛÓØÓ "
else if(mymonth ==8)
month = "ÓÈÊãÈÑ "
else if(mymonth ==9)
month = "ÇßÊæÈÑ "
else if(mymonth ==10)
month = "äæÝãÈÑ "
else if(mymonth ==11)
month = "ÏíÓãÈÑ "
// End -->
</script>
<!-- ÇáÎØæÉ ÇáËÇäíÉ-->
<script>
document.write("<b><font face=Tahoma size=1>" + day +myweekday );
document.write(month + ", " + year + "</font></b>");
</script>
ÓßÑíÈÊ ßá ÊÍÏíË áÕÝÍÊß ÈÕæÑÉ ÌÏíÏ
<center>
<script>
img = new Array("img1.gif","img2.gif","img3.gif","img4.gif","img5.gif","img6.gif");
num =Math.floor(Math.random()*img.length);
str=img[num]+" ";
document.write('<img src=' + str +'>');
</script>
( ãáÇÍÙÉ : Úáíß ÈÊÛííÑ ÃÓãÇÁ ãáÝÇÊ ÇáÕæÑ ÈãáÝÇÊ ÕæÑß )
ÓßÑíÈÊ ÕæÑÉ ÍÓÈ Çáíæã ãä ÇáÔåÑ
<script>
image= new Array("1.gif","2.gif","3.gif","4.gif","5.gif","6.gif",
"7.gif","8.gif","9.gif","10.gif","11.gif","12.gif","13.gif","14.gif",
"15.gif","16.gif","17.gif","18.gif","19.gif","20.gif","21.gif","22.gif",
"23.gif","24.gif","25.gif","26.gif","27.gif","28.gif","29.gif","30.gif",
"31.gif");
date =new Date();
day=date.getDate();
document.write('<img src='+ image[day-1]+'>');
</script>
( ãÇ Úáíß ÅáÇ ÅÈÏÇá ÇáÂÑÞÇã ÈÃÓãÇÁ ÇáãáÝÇÊ ÇáÎÇÕÉ ÈÕæÑ ÇáÃíÇã ÇáãØáæÈÉ )
ØÑíÞÉ ÇáÊÑßíÈ: ÖÚØ ÇáßæÏ Èíä ÚáÇãÊí ÇáÜ <body > æ </body >
ÇáßæÏ:
ne pas coupier de votre site sans message <script language=JavaScript>
<!--
//ãÇäÚ ÇÓÊÎÏÇã ÇáÒÑ ÇáÃíãä (ÈÏæä ÑÓÇáÉ ÊÍÐíÑ)
//ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ ÇáãÞÈÑÉhttp://ma9bara.tk/
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
ne pas coupier de votre site avec le message il faut que tu change (votre message................) avec le message que tu veux
<script language=JavaScript>
<!--
//ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ ÇáãÞÈÑÉhttp://ma9bara.tk/
var message="votre message.........";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
ne pas coupier de votre site seul les photos avec un message il faut que tu change (votre message..................) avec ton texte
<script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ ÇáãÞÈÑÉ ÇáÎØíÑ http://www.ma9bara.tk/
*/
var clickmessage="votre message................"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
áÊÔÛíá ÇáßáíÈ ãÈÇÔÑÉ Ýì ãæÞÚß
<p align="center">
<br>
<br>
<br>
<embed SRC="http://ÖÚ ÚäæÇä ÇáßáíÈ åäÇ" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ImageWindow" HEIGHT="172" WIDTH="220" AUTOSTART="true" style="border: 179 groove #333333">
<br>
<br>
<br>
<p align="center">
<br>
<br>
<br>
<embed type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ControlPanel" HEIGHT="40" WIDTH="218" AUTOSTART="true" style="border: 10 double #000000">
<br>
áæÖÚ ÇáÇÚãÇá ÇáÝáÇÔíå
<embed width="463" height="237" src="http://ÖÚ ÚäæÇä ÇáÝáÇÔ åäÇ áíÙåÑ Ýì ãæÞÚß">
ÇÎÈÇÑ ÇáÌÒíÑÉ
<SCRIPT language=JavaScript><!--
var g=new Date(); g=g.getTime()%1000;
document.writeln('<iframe width=100% height=17 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/News_Grab/jazeera.php>');
// --></SCRIPT>
<NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
marginWidth=0 marginHeight=0
frameBorder=0 width=0 scrolling=no
height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>
<body bgcolor="#ffffff">
ÇÎÈÇÑ ÇáÈì ÇáÈì Óì
<SCRIPT language=JavaScript><!--
var g=new Date(); g=g.getTime()%1000;
document.writeln('<iframe width=100% height=30 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/bbc1m.php>');
// --></SCRIPT>
<NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
marginWidth=0 marginHeight=0
frameBorder=0 width=0 scrolling=no
height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>
ãÍÑß ÈÍË ÇáÝíÕá
<body>
<table cellSpacing="0" cellPadding="0" align="center" border="0" width="46">
<form name="search_form" action="http://www.faisal1.com/links/index.php?action=search" method="post">
<tbody>
<tr>
<td class="bodymd" width="53"><input size="11" name="search_for" value="Ïáíá ÝíÕá" style="font-family: Tahoma; color: #800000; font-size: 8pt; background-color: #F1F1EB; border: 1 solid #000000"></td>
</tr>
<tr>
<td align="middle" width="53">
<p align="center"><input type="submit" value="ÇÈÍË ÇáÇä" name="submit" style="font-family: Tahoma; color: #FF9900; background-color: #000000; border: 1 solid #000000"></p>
</td>
</tr>
</FORM>
</tbody>
</table>
</body>
ÇÎÈÇÑ ÇáãÝßÑÉ ÇáÇÓáÇãíå
<p align="center"><!--webbot bot="HTMLMarkup" startspan --><p align="center"><!--webbot bot="HTMLMarkup" startspan --><P align="left" class="para">
<iframe id='myframe' src=' http://islammemo.cc/news/bar.asp?bgcolor_var=white&fgcolor_var=black&fontname_var=tahoma&fontsize_var=4&fontbold_var=1&fontitalic_var=0&fontunderline_var=0&direction_var=right' frameBorder='no' width='100%' height='100%'></iframe>
</P>
<!--webbot bot="HTMLMarkup" endspan -->
</p>
ÇÎÈÇÑ ÇáãÍíØ
<SCRIPT language=JavaScript><!--
var g=new Date(); g=g.getTime()%1000;
document.writeln('<iframe width=100% height=30 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://us.moheet.com/asp/country_m.asp?m=23>');
// --></SCRIPT>
<NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
marginWidth=0 marginHeight=0
frameBorder=0 width=0 scrolling=no
height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>
ÇÎÈÇÑ ÇáÇì ÇÝ Èì
<SCRIPT language=JavaScript><!--
var g=new Date(); g=g.getTime()%1000;
document.writeln('<iframe width=100% height=45 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.asharqalawsat.com/scrollafp.asp>');
// --></SCRIPT>
<NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
marginWidth=0 marginHeight=0
frameBorder=0 width=0 scrolling=no
height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>
ãÍÑß ÈÍË
<script language="JavaScript"><!--
// START HIDE
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<strong></strong> <INPUT size=15 name="query">');
document.writeln('<strong></strong> <SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> <input type=submit value="ÇÈÍË"><br>');
document.writeln('</FORM>');
document.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) { // compress [ ]+ into \+
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "%2B";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Window
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,width='100%',hight='100%'");
}
Add("Alta Vista","SELECTED","http://altavista.digital.com/","http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("DejaNews","","http://www.dejanews.com/","http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncurrent&maxhits=25");
Add("HotBot","","http://www.search.hotbot.com","http://www.search.hotbot.com/search.html?MT=hunt&DC=25");
Add("Infoseek","","http://www.infoseek.com/Home?pg=Home.html&sv=A2","http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");
Add("Excite","","http://www.excite.com/","http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default");
Add("Lycos","","http://www.lycos.com/","http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");
Add("Magellan","","http://www.mckinley.com/","http://www.mckinley.com/extsearch.cgi?query=hunt");
Add("OpenText","","http://search.opentext.com","http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");
Add("WebCrawler","","http://webcrawler.com/","http://webcrawler.com/cgi-bin/WebQuery?searchText=hunt&maxHits=25");
// Software
Add("ZDNet Files","","http://www.zdnet.com/","http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt");
Add("Filez","","http://www.filez.com/","http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain=World&doit=Search/");
Add("Shareware.com","","http://www.shareware.com/","http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories");
Add("PC Gamer","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");
// Denmark
DisplayForm();
// STOP HIDE
// --></script>
ãÍÑß ÈÍË ÌæÌÇá
<center>
<form action="http://www.google.com/search" method="get" target="_blank">
<table height="28" cellSpacing="0" cellPadding="0">
<tbody>
<tr>
<td height="24"><a style="COLOR: #00009c; TEXT-DECORATION: none" href="http://www.google.com/"><img alt="Google" src="http://www.google.com/logos/Logo_40wht.gif" align="absMiddle" border="0" width="128" height="53"></a>
<input maxLength="255" size="25" name="q" style="color: #800000; border: 1 solid #000000">
<input type="submit" value="ÇÈÍË" name="btnG" style="color: #FFFFFF; font-family: Tahoma; background-color: #333300; border: 1 solid #000000"></td>
</tr>
</tbody>
</table>
</form>
</center><!-- Search Google -->
ãÍÑß ÈÍË ÇáÏæãíä
<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe PageMill 3.0 Win">
<TITLE>Domain Name Search</TITLE>
</HEAD>
<BODY LINK="#990000" VLINK="#990000">
<FORM METHOD="POST" ACTION="http://click.linksynergy.com/fs-bin/statform"
ENCTYPE="x-www-form-urlencoded">
<P><CENTER><INPUT TYPE="hidden" NAME="id" VALUE="SBfxAUmUKPo"><INPUT
TYPE="hidden" NAME="offerid" VALUE="6822"><INPUT TYPE="hidden"
NAME="bnid" VALUE="2"><INPUT TYPE="hidden" NAME="subid" VALUE="">
<INPUT TYPE="hidden" NAME="lang" VALUE="es"><TABLE WIDTH="120"
BORDER="0" CELLSPACING="0" CELLPADDING="4" BGCOLOR="#EEEEEE">
<TR>
<TD COLSPAN="2" BGCOLOR="#0080a0">
<B><FONT COLOR="#ffffff" SIZE="-1" FACE="Arial">ÇáÈÇÍË Úä ÇáÏæãíä</FONT></B></TD>
</TR>
<TR VALIGN="TOP" WIDTH="150">
<TD>
<B><FONT COLOR="#000000" SIZE="-2" FACE="Arial">Search here</FONT></B>
<INPUT TYPE="text" NAME="domain" SIZE="15" MAXLENGTH="22"></TD>
<TD WIDTH="50" VALIGN="BOTTOM">
<INPUT TYPE="submit" NAME="" VALUE="ÇÈÍË">
</TD>
</TR>
<TR>
<TD COLSPAN="2">
<FONT COLOR="#000080" SIZE="-2" FACE="Arial">
</FONT></TD>
</TR>
</TABLE><IMG SRC="http://ad.linksynergy.com/fs-bin/show?id=SBfxAUmUKPo&bids=6822&type=5"
WIDTH="1" HEIGHT="1" BORDER="0" NATURALSIZEFLAG="0" ALIGN="BOTTOM"></CENTER></FORM>
</BODY>
</HTML>
<!-- Simba says Roar. -->
ãÍÑß ÈÍË ÇáÚÑÈ
<html><head><title>Suggestion form on an Arab Search Engine</title>
<META NAME="description" CONTENT="Suggest an arab search engine or an Arab directory">
<META NAME="keywords" CONTENT="Arabic Search Engines, Arab Search Engine"></head>
<body background="backg.gif" link="#800040" vlink="#001428">
<center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">
</a></b></font></center><br><br><br>
<p><center><font size ="2" face="Arial"><b> Please enter the URL of the arab search engine or directory<p>
</b></font></center><center><form action="/cgi-bin/email/ArabAlman/sgsearch.eml" method="POST">
<input type="hidden" name="ResponsePage" value="http://members.aol.com/ArabAlman/sgsdanke.htm">
<font size="2" face="Arial"><b>URL:</b></font><input type="text" size="60" name="URL" value="http://"><br><br>
<input type="submit" value="Submit URL"> <input type="reset" value="Clear URL"></form></center>
<br><br><br><center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">
</a></b></font></center></body></html>
ÊÇÑíÎ ãíáÇÏì
<BODY>
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
monthnames = new Array(
"íäÇíÑ",
"ÝÈÑÇíÑ",
"ãÇÑÓ",
"ÇÈÑíá",
"ãÇíæ",
"íæäíæ",
"íæáíæ",
"ÇÛÓØÓ",
"ÓÈÊãÈÑ",
"ÇßÊæÈÑ",
"äæÝÈÑ",
"ÏíÓãÈÑ");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>ÇáÇÍÏ</td>");
document.write("<td align=center>ÇáÇËäíä</td>");
document.write("<td align=center>ÇáËáÇËÇÁ</td>");
document.write("<td align=center>ÇáÇÑÈÚÇÁ</td>");
document.write("<td align=center>ÇáÎãíÓ</td>");
document.write("<td align=center>ÇáÌãÚÉ</td>");
document.write("<td align=center>ÇáÓÈÊ</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>
Çáå ÍÇÓÈå
<script>
function compute(obj)
{obj.expr.value = eval(obj.expr.value)}
var one = '1'
var two = '2'
var three = '3'
var four = '4'
var five = '5'
var six = '6'
var seven = '7'
var eight = '8'
var nine = '9'
var zero = '0'
var plus = '+'
var minus = '-'
var multiply = '*'
var divide = '/'
var decimal = '.'
function enter(obj, string)
{obj.expr.value += string}
function clear(obj)
{obj.expr.value = ''}
</script>
<p align="center"><font color="#000000" size="3"
face="Verdana, Arial, Helvetica, sans-serif"><strong></strong></font><strong> </strong></p>
<form name="calc">
<div align="center"><center><table border="1"
bgcolor="#FFEAFF">
<tr>
<td colspan="4"><input type="text" size="30"
name="expr" action="compute(this.form)"> </td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 7 " onclick="enter(this.form, seven)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 8 " onclick="enter(this.form, eight)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 9 " onclick="enter(this.form, nine)"> </p>
</td>
<td><p align="center"><input type="button"
value=" / " onclick="enter(this.form, divide)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 4 " onclick="enter(this.form, four)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 5 " onclick="enter(this.form, five)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 6 " onclick="enter(this.form, six)"> </p>
</td>
<td><p align="center"><input type="button"
value=" * " onclick="enter(this.form, multiply)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 1 " onclick="enter(this.form, one)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 2 " onclick="enter(this.form, two)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 3 " onclick="enter(this.form, three)"> </p>
</td>
<td><p align="center"><input type="button"
value=" - " onclick="enter(this.form, minus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" 0 "
onclick="enter(this.form, zero)"> </p>
</td>
<td><p align="center"><input type="button"
value=" . " onclick="enter(this.form, decimal)"> </p>
</td>
<td><p align="center"><input type="button"
value=" + " onclick="enter(this.form, plus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" = "
onclick="compute(this.form)"> </p>
</td>
<td colspan="2"><p align="center"><input type="reset"
value="AC" onclick="clear(this.form)"> </p>
</td>
</tr>
</table>
</center></div>
</form>
<p align="center"> </p>
<p align="center"><a
<p align="center"> </p>
<p> </p>
</body>
</html>
ÑÇÈØ ãÔÚ
<p align="left"><script language="JavaScript">
<!-- Begin
function initArray() {
for (var i =0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"green",
"purple",
"blue",
"red",
"black",
"white",
"blue",
"yellow",
"green",
"fuschia",
"blue",
"purple",
"green",
"purple");
delay = .5; // seconds
link = 0;
vlink = 2;
function linkDance() {
link = ( link+3)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document. vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
// End -->
</script></p>
<p align="center"><a href="http://faisal1.com"><font size="6"
face="Monotype Koufi">ãæÞÚ áæÑÏ </font></a></p>
<p align="center"><font size="6" face="Monotype Koufi"></font> </p>
ÇÎÝÇÁ ÎØ ÇáÑÇÈØ
<style type="text/css">
<!--
a { color: #000000; text-decoration: none; cursor: default}
a:hover { text-decoration: none}
-->
</style>
</head>
<a href="#"></a>
<style type="text/css">
<!--
a.blank { color: #000000; text-decoration: none; cursor: default}
a.blank:hover { text-decoration: none}
-->
</style>
</head>
<a href="#" class="blank"></a>
ÑÓÇáå ÊÑÍíÈ ÈÇáÒÇÆÑ ÚäÏ ÇáÏÎæá ááãæÞÚ
<SCRIPT LANGUAGE="JavaScript">
<!--
window.alert("ãÑÍÈÇ Èßã ÇÊãäì Çä íäÇá ÑÖÇßã ãæÞÚì ÈÓ áÇÊäÓæä ÇáÊÑÔíÍ")
// -->
</SCRIPT>
ÕÝÍå ÊÊÍÑß ÇæÊæãÇÊíßì ãä ÇÚáì Çáì ÇÓÝá
<script language="JavaScript1.2">
//change 1 to another integer to alter the scroll speed. Greater is faster
var speed=1
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+speed
else
currentpos=window.pageYOffset+speed
window.scroll(0,currentpos)
}
else{
currentpos=30
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",30)
}
window.onload=initialize
</script>
ßáãå ÊÊÍÑß ãÚ ÇáãÇæÓ
<HTML>
<HEAD>
<TITLE>mouse</TITLE>
<META name="description" content="">
<META name="keywords" content="">
<style>.spanstyle {
COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<SCRIPT LANGUAGE="JavaScript">
var x, y;
var step = 10;
var flag = 0;
var message = "ÇåáÇ Èßã Ýì ãæÞå áæÑÏÇ ";
message = message.split("");
var xpos = new Array();
for (i = 0; i <= message.length - 1; i++) {
xpos[i] = -50;
}
var ypos = new Array();
for (i = 0; i <= message.length - 1; i++) {
ypos[i]= -50;
}
function handlerMM(e) {
x = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;
y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && document.all) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("span" + (i) + ".style");
thisspan.posLeft = xpos[i];
thisspan.posTop = ypos[i];
}
}
else if (flag==1 && document.layers) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("document.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</script>
</HEAD>
<body bgcolor="#000080" text="#000000" onload="makesnake()"
style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
for (i = 0; i <= message.length-1; i++) {
document.write("<span id='span"+i+"' class='spanstyle'>");
document.write(message[i]);
document.write("</span>");
}
if (document.layers) {
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// End -->
</script>
<//--><//"--><!-- VC layer -->
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write('<LAYER SRC="' + ValueBanner + '&t=html" WIDTH="' + IWidth
+ '" ');
document.write('HEIGHT="' + IHeight + '" VISIBILITY="hide" onLoad=');
document.write('"moveToAbsolute(VC.pageX,VC.pageY); clip.width=' + IWidth
+ '; ');
document.write('clip.height=' + IHeight +
'; visibility=\'show\'"></LAYER>');
// -->
</SCRIPT>
<!-- vc layer -->
</BODY>
</HTML>
ÍÑæÝ ãÖíÆå
<script language="JavaScript">
<!--
var x = 0
var speed = 300
var text = "áÜÜÜÜÜÜÜÜÜÜæÑÏ"
function Blinky() {
window.status = text
setTimeout("Blinky2()", speed)
}
function Blinky2() {
window.status = " "
setTimeout("Blinky()", speed)
}
Blinky()
//-->
//http://www.faisal.com
</script>
ÑÓÇáå ÊÙåÑ ÚäÏ ÇÓÊÎÏÇã ÇáÒÑ ÇáÇíãä
<script
language="JavaScript"><!--
function click() {
if (event.button==2) {
alert('áÇÏÇÚì ááÒÑ Çáíãíä ');
}
}
document.onmousedown=click
// -->
// --></script><!-- http://kok.8k.COM-->
ÓÇÚå
<SCRIPT LANGUAGE="JavaScript">
var timerID = null
var timerRunning = false
function stopclock()
{
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}
function startclock()
{
stopclock()
showtime()
}
function showtime()
{
var now = new Date()
var hours = now.getHours()
var minutes = now.getMinutes()
var seconds = now.getSeconds()
var timeValue = "" + ((hours > 12) ? hours - 12 : hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
timeValue += (hours >= 12) ? "PM" : "AM"
document.clock.face.value = timeValue
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
</SCRIPT>
<form name="clock" onSubmit="0">
<INPUT TYPE="text" NAME="face" SIZE=11 READONLY VALUE ="....Initializing....">
</form>
<SCRIPT LANGUAGE="JavaScript">
<!--
startclock()
//-->
</SCRIPT>
ÇáÊÓÌíá Ýì ÇáãÝÖáå
<a href="javascript:window.external.AddFavorite('http://ÓÌá åäÇ ÚäæÇä ãæÞÚß/',%20'((( ÓÌá åäÇ ÇÓã ãæÞÚß ÈÇáÚÑÈì)))')"> ÓÌá Ýí ãÝÖáÊß </a>
ØáÈ ÊÑÔíÍ áÇÝÖá ãæÞÚ ÚÑÈì
<script language="JavaScript">
<!-- The JavaScript Source!! <a href="http://faam.8m.com.">
function vote () {
vote4alnadeem=window.open("http://www.arank.com/cgi-bin/rank/rankem.cgi?action=in&id=hamad999");
} function cancel () {}
if (confirm("åá ÊÑÔÍäì áÇÝÖá ãÇÆå ãæÞÚ ÚÑÈì")) { vote();
} else cancel()
// --></script>
æÖÚ ÕÝÍå ÏÇÎá ÕÝÍå
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://åäÇ ÖÚ ÚäæÇä ÇáÕÝÍÉ"></IFRAME>
ÖÚ ÕæÑÊíä ÕÛíÑÊíä Úáì Ôßá ÒÑ ÈÍíË ÇÏÇ ãÑÑÊ Úáì æÇÍÏå ãäåã ÊÊÍæá Çáì ÇáËÇäíå
<!-- TWO STEPS TO INSTALL PRELOAD IMAGES:
1. Paste the first into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.faisal1.com -->
<!-- Begin
image1 = new Image();
image1.src = "ÇáÕæÑÉ ÇáËÇäíÉ";
// End -->
</script>
</HEAD>
<!-- STEP TWO: Insert this code into the BODY of your HTML document -->
<BODY>
<a href="ÇáÚäæÇä" onmouseover="image1.src='ÇáÕæÑÉ ÇáËÇäíÉ';"
onmouseout="image1.src='ÇáÕæÑÉ ÇáÃæáì';">
<img name="image1" src="ÇáÕæÑÉ ÇáÃæáì" border=0></a>
</BODY>
ÇáÚÇÈ äÇÑíå
<layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<script language="JavaScript">
/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('</div>')
}
var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;
function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();
</script>
íØáÈ ÇÓã ÇáÒÇÆÑ
<SCRIPT LANGUAGE="Javascript">
//http://www.alsaher.net
name=window.prompt("ÇÏÎá ÃÓãß.","ÇáãáÞæÝ ");
document.write("<H1 align=center>íÇ Ôíä ÇááÞÇÝå íÇ! "+name+".</H1>")
//-->
</script>
ßæÏ áÚãá ÊÍíå ÍÓÈ ÇáæÞÊ
<script LANGUAGE="JavaScript">
<!--
currentTime = new Date();
if (currentTime.getHours() < 12)
document.write("ÕÈÇÍ ÇáÑÞÉ æÇáÇÍÓÇÓ ");
else if (currentTime.getHours() < 17)
document.write(" æÞÊ ÇáÛÏÇÁ .. ÊÛÏíÊ Ãæ ÈÚÏß ");
else
document.write("ãÓÇÁ ÇáÎíÑ æÇáÇÍÓÇÓ æÇáØíÈÉ ");
//-->
</script>
ßæÏ íãäÚ ÇÓÊÎÏÇã ÇáÒÑ ÇáÇíãä äåÇÆíÇ Úáì Çì ÕæÑÉ
<script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
var clickmessage="Right click disabled on images!"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
ãäÚ ÇÓÊÎÏÇã ÇáÒÑ ÇáÇíãä
<body id="CBody"
onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false;">
ÑÇÈØ íÝÊÍ ÈãÑæÑ ÇáÝÇÑÉ
<a href="" onmouseover="parent.location='http://faisal1.com'">ããäæÚ ÇááãÓ .. áÇ ÊÞÊÑÈ </A>
Êáæíä ÎØ ÇáÊãÑíÑ Ýì ÕÝÍÊß
<STYLE>BODY {
SCROLLBAR-FACE-COLOR: #808080; SCROLLBAR-HIGHLIGHT-COLOR: #eabc5a; SCROLLBAR-SHADOW-COLOR: #eabc5a; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #c0c0c0; SCROLLBAR-DARKSHADOW-COLOR: #eabc5a
}
</STYLE>
ÊÍÏíË ÇáÕÝÍå
<input type="Button" name="lukk" value=" Þã ÈÊÌÏíÏÇáÕÝÍÉ ÏÇÆãÇð" style="font-size: x-small; font-family: Tahoma; font-weight: normal; color: BLAC; background-color: #FFFFC6;" onClick="javascript:location.reload()">
ÚÏÇÏ
<img src="http://cgibin.erols.com/cgi-bin/Count.cgi?df=ÛíÑ ÇáÚäæÇä Ýì ßá ãÑå &ft=6&tr=N&dd=B&md=8">
ÖÚ ÚäæÇä ÇáÕæÑå áÊØíÑ Ýì ÕÝÍÊß
<!-- ONE STEP TO INSTALL BOUNCING IMAGE:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<div id="img" style="position:absolute;">
<img src="ÖÚ ÚäæÇä ÇáÕæÑÉ Úáì ÇáäÊ åäÇ" onMouseDown="pauseResume();">
</div>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Justin Arruda (JArruda@mindspring.com) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var step = 1;
var delay = 30;
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
var name = navigator.appName;
if(name == "Microsoft Internet Explorer") name = true;
else name = false;
var xPos = 20;
if(name) var yPos = document.body.clientHeight;
else var yPos = window.innerHeight;
function changePos() {
if(name) {
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset = img.offsetHeight;
Woffset = img.offsetWidth;
img.style.left = xPos + document.body.scrollLeft;
img.style.top = yPos + document.body.scrollTop;
}
else {
height = window.innerHeight;
width = window.innerWidth;
Hoffset = document.img.clip.height;
Woffset = document.img.clip.width;
document.img.pageY = yPos + window.pageYOffset;
document.img.pageX = xPos + window.pageXOffset;
}
if (yon) {
yPos = yPos + step;
}
else {
yPos = yPos - step;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - Hoffset)) {
yon = 0;
yPos = (height - Hoffset);
}
if (xon) {
xPos = xPos + step;
}
else {
xPos = xPos - step;
}
if (xPos < 0) {
xon = 1;
xPos = 0;
}
if (xPos >= (width - Woffset)) {
xon = 0;
xPos = (width - Woffset);
}
}
function start() {
if(name) img.visibility = "visible";
else document.img.visibility = "visible";
interval = setInterval('changePos()',delay);
}
function pauseResume() {
if(pause) {
clearInterval(interval);
pause = false;
}
else {
interval = setInterval('changePos()',delay);
pause = true;
}
}
start();
// End -->
</script>
ÏÑÌå æÖæÍ ÇáÔÇÔå
<SCRIPT LANGUAGE="Javascript"><!--
if (self.screen) { // for NN4 and IE4
width = screen.width
height = screen.height
// Testing this first prevents firing the slow Java of NN4
}
else if (self.java) { // for NN3 with enabled Java
var jkit = java.awt.Toolkit.getDefaultToolkit();
var scrsize = jkit.getScreenSize();
width = scrsize.width;
height = scrsize.height;
}
else{
width = height = '?' // N2, E3, N3 w/Java off, probably Opera and WebTV
}
document.write("ÏÑÌÉ æÖæÍ ÇáÔÇÔÉ áÏíß:");
document.write(width +"×"+ height)
//or whatever based on the above results
//--></SCRIPT>
ßæÏ áÚãá ÑÓÇáå Ýì ÇÚáì ÔÑíØ ÇáÕÝÍå
<CENTER>
<script language="JavaScript"><!--
http://44.4t.com
var message1 = "http://44.4t.com"
var message2 = "al7aar@maktoob.com"
var delay = 5000 // Sets the delay between switching messages
changer1();
function changer1() {
ID = setTimeout("changer2()",delay);
document.title = (message1);
}
function changer2() {
ID = setTimeout("changer1()",delay);
document.title = (message2);
}
// end hide
// --></script>
</CENTER>
ßáãÇÊ ÊÊÈÚ ÇáÝÇÑå
<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Verdana;
font-weight:bold;
color:black;
}
</style>
<script>
/*
aLfnnan.cjb.net
ÓßÑÈÊÇÊ ÇáÝäÇä
*/
var x,y
var step=20
var flag=0
// Your snappy message. Important: the space at the end of the sentence!!!
var message="aLfnnan script! "
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}
function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}
</script>
<script>
<!-- Beginning of JavaScript -
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// - End of JavaScript - -->
</script>
<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
ÚÈÇÑÇÊ ãÔÚå
<p><span id="theText" style="width:100%"> </p>
<p align="center"><font color="#FFF9F2" size="5"
face="Monotype Koufi"><strong>ÌÇÝÇ ÇáÝäÇä</strong></font><font color="#FFF9F2" size="4"
face="Tahoma"><strong> </strong></font><font color="#FFF9F2"
size="6"><strong> </span><script language="JavaScript"><!--
/*
ÌÇÝÇ ÇáÝäÇä
www.alfnnan.net
*/
//range of glowing
var from = 3;
var to = 7;
//speed of pulsing
var delay = 85;
//color of glow, name or RGB value (example:'#')
var glowColor = "#FFBC6A";
//NO MORE EDITING!!!
var i = to;
var j = 0;
//can be called here or whenever you want the text to start pulsing
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
// --></script> </strong></font></p>
ÇÓãß ÈÇáíÇÈÇäì
<!-- This script has been in the http://www.faisal1.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>
</head>
<body>
<SCRIPT language="JavaScript"><!--
function isvowel(v) {
if ((v == "a") || (v == "e") || (v == "i") || (v == "o") || (v == "u")) {
return true }
else {
return false } }
function nihongo(inp) {
otp = ""
cnt = 0
k = ""
l = ""
inp = inp.toLowerCase()
while (cnt <= inp.length - 1) {
k = inp.charAt(cnt)
if ((cnt + 1) > (inp.length - 1)) {
l = "u" }
else {
l = inp.charAt(cnt+1) }
if ((k == " ") || (k == "-") || (k == "'")) {
otp = otp + k
cnt += 1 }
if ((l == "y") && (!isvowel(k))) {
l = "i" }
if (k == "x") {
if (cnt == 0) {
k = "z" }
else {
k = "k" }
}
if (k == "g") {
if ((l == "e") || (l == "i") || (l == "y")) {
k = "j" }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + k + "u"
cnt += 1 }
} }
if (k == "j") {
if ((l == "a") || (l == "u") || (l == "o")) {
otp = otp + k + l
cnt +=2 }
if ((l == "e") || (l == "i")) {
otp = otp + "ji"
cnt += 2 }
}
if (k == "y") {
if ((l == "a") || (l == "u") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
else {
k = "i" }
}
if (k == "m") {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
if ((l == "b") || (l == "m") || (l == "p")) {
otp = otp + "n"
cnt += 1 }
else {
otp = otp + "mu"
cnt += 1 } } }
if (isvowel(k) || ((k == "n") && (!isvowel(l)))) {
otp = otp + k
cnt = cnt + 1 }
if (k == "q") {
k = "k" }
if (k == "v") {
k = "b" }
if (k == "l") {
k = "r" }
if (k == "c") {
if (l == "h") {
otp = otp + "chi"
cnt += 3 }
else {
if ((l == "e") || (l == "i") || (l == "y")) {
k = "s" }
else {
k = "k" }
}
}
if (k == "w") {
if ((l == "a") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
else {
if ((l == "i") || (l=="e")) {
otp = otp + "u" + l
cnt += 2 }
else {
k = "b"
}
}
}
if ((k == "b") || (k == "k") || (k == "r")) {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + k + "u"
cnt += 1 } }
if (k == "d") {
if ((l == "i") || (l == "a") || (l == "e")) {
otp = otp + "de"
cnt += 2 }
if ((l == "u") || (l == "o")) {
otp = otp + "do"
cnt += 2 }
if (!isvowel(l)) {
otp = otp + "de"
cnt += 1 } }
if (k == "f") {
otp = otp + "fu"
cnt += 1
if (isvowel(l)) {
cnt += 1 } }
if (k == "h")
{
if (l == "u") {
otp = otp + "fu"
cnt += 2 }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "fu"
cnt += 1 } }
}
if (k == "z") {
if (l == "i") {
k = "j" }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "zu"
cnt += 1 } } }
if (k == "n") {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 } }
if (k == "p") {
if (l == "h") {
otp = otp + "fu"
cnt += 2 }
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "pu"
cnt += 1 } }
if (k == "s") {
if ((l == "i") || (l == "h")) {
otp = otp + "shi"
cnt += 2
if (l == "h") {
cnt += 1 } }
else {
if (isvowel(l)) {
otp = otp + k + l
cnt += 2 }
else {
otp = otp + "su"
cnt += 1 } } }
if (k == "t") {
if ((l == "a") || (l == "e") || (l == "o")) {
otp = otp + k + l
cnt += 2 }
if ((l == "u") || ((!isvowel(l)) && (!(l == "h")))) {
otp = otp + "tsu"
cnt += 1
if (l == "u") {
cnt += 1 }
if ((l == "s") && (inp.charAt(cnt + 1) == "u")) {
cnt += 2 } }
if (l == "i") {
otp = otp + "chi"
cnt += 2 }
if (l == "h") {
otp = otp + "fu"
cnt += 3 } }
}
win=window.open("","displayWindow","namae","toolbar=no,scrollbars=yes")
win.document.open()
win.document.write("<html><head><title>ÇÓãß ÈÇ ÇááÛÉ ÇáíÈÇäíÉ</title></head><body bgcolor='#fafafa' text='#010203' link='#182436' vlink='#428163'><p>ÇÓãß ÈÇ ÇáíÈÇäì åæ<b>")
win.document.write(((otp.charAt(0)).toUpperCase()))
j = 1
while (j <= otp.length - 1) {
win.document.write(otp.charAt(j))
j += 1 }
win.document.write(".</b></p><br><p></p><br><p align=center>")
j = 0
tem = ""
while (j <= otp.length - 1) {
if (!(otp.charAt(j) == " ")) {
tem = tem + otp.charAt(j) }
j += 1 }
otp = tem
j = 0
while (j <= otp.length - 1) {
cur = otp.charAt(j)
if ((isvowel(cur)) || ((cur == "n") && (!isvowel(otp.charAt(j+1))))) {
j += 1 }
else {
while (!isvowel(otp.charAt(j))) {
j += 1
cur = cur + otp.charAt(j) }
j += 1 }
}
win.document.write('<div align=center><form><input type="button" value="ÇÖÛØ åäÇ ááÚæÏÉ" onClick="parent.window.close()"></form></div></body></html>')
win.document.close()
}
//-->
</SCRIPT><br>
<CENTER> </CENTER>
<CENTER><B><FONT SIZE=+3></FONT></B></CENTER>
<CENTER><B>ÇßÊÈ ÇÓãß åäÇ áæÓãÍÊ </B><FORM name="funkyform" action="javascript:nihongo(document.funkyform.namae.value)//"><INPUT type="text" name="namae"></CENTER>
<CENTER> </CENTER>
<CENTER><INPUT type="submit" value="ÇÎÈÑäì ßíÝ íäØÞ ÇÓãì ÈÇ ÇáíÈÇäì"></FORM></CENTER>
<CENTER> </CENTER>
<CENTER> </CENTER>
<CENTER>
alwafi 2000<br>
</body>
</html>
ÇáÕÝÍå ÇáãÌäæäå
<script language="JavaScript1.2">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</script>
<form>
<p align="center"><input type="button"
value="ÒáÒÇá" onclick="shake(2)"> </p>
</form>
<p align="center"><a href=""><font
color="#FF00FF" size="4"><strong></strong></font></a></p>
Úãá ËÇÈÊ Ýì ÇÓÝá ÔÑíØ ÇáãÚáæãÇÊ
<script language="JavaScript">
var boodschap = 'Faisal';
function dgstatus()
{
window.status = boodschap;
timerID= setTimeout("dgstatus()", 25);
}
</script>
<script language="JavaScript"><!--
dgstatus();
//--></script>
äÇÝÐå ãä ÛíÑ ÇØÇÑÇÊ Çæ ÔÑíØ ÊãÑíÑ ÊÝÊÍ ÚäÏ ÇáÖÛØ Úáì ÇáæÕáå
1- ÖÚ ÇáßæÏ ÇáÊÇáí Ýí ãäØÞÉ ÇáÑÇÓ :
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('ÖÚ ÚäæÇä ÇáÕÝÍÉ åäÇ', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=500, left = 150, top = 50');
}
// End -->
</script>
2- ÖÚ ÇáßæÏ ÇáÊÇáí Ýí Ãí ãßÇä ãä ãäØÞÉ ÇáÌÓã :
<A HREF="javascript:popUp()">ÇÖÛØ åäÇ </A>
íÞæã íÊßÓíÑ ÇáæíäÏæÒ
<!-- paste this within the BODY of your page -->
<a href="javascript:self.close()">ÃÛáÞ ÇáÕÝÍÉ</a>
íÞæã ÈÚãá ÕæÊ ÌÑÓ ÚäÏ ÏÎæá ÇáÕÝÍå
<applet code="AudioItem.class" width="0" height="0">
<param name="snd" value="compute.au">
</applet>
ÎáÝíå ãÇÊÑíßÓ
<script language="JavaScript">
//ááãÒíÏ ãä ÇáÌÇÝÇ ÓßÑíÈÊ .. äÑÌæ ÒíÇÑÉ ãæÞÚ http://soft.vip600.com/
if (document.all){
Cols=10;
Cl=24;
Cs=100;
Ts=10;
Tc='#FF9933';
Tc1='#FFCC00';
MnS=5;
MxS=10;
I=Cs;
Sp=new Array();S=new Array();Y=new Array();
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1);
document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
document.write("<div style='position:relative'>");
for(i=0; i < Cols; i++){
S[i]=I+=Cs;
document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
}
document.write("</div></div>");
for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B[i]='';
C[i]=Math.round(Math.random()*1)+' ';
M[j]=B[0]+=C[i];
}
}
function Cycle(){
Container.style.top=window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
Y[i]+=Sp[i];
if (Y[i] > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]='';
C[i3]=Math.round(Math.random()*1)+' ';
C[Math.floor(Math.random()*i2)]=' '+' ';
M[i]=B[0]+=C[i3];
Y[i]=-Ts*M[i].length/1.5;
A[i].style.visibility='visible';
}
Sp[i]=Math.round(MnS+Math.random()*MxS);
}
}
A[i].style.top=Y[i];
A[i].innerHTML=M[i]+' '+E[i]+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}
// -->
</script>
ÇÎÊÈÇÑ ÇáÍÈ
<script LANGUAGE="JavaScript">
/*
By Wee Family psweesam@singnet.com.sg
Featured on eqla3 soft (http://eqla3soft.com)
For this and over 400+ free scripts, visit http://javascriptkit.com
*/
function calc() {
first = document.loveform.name1.value.toUpperCase();
firstlength = document.loveform.name1.value.length;
second = document.loveform.name2.value.toUpperCase();
secondlength = document.loveform.name2.value.length;
var LoveCount=0;
for (Count=0; Count < firstlength; Count++) {
letter1=first.substring(Count,Count+1);
if (letter1=='L') LoveCount+=2;
if (letter1=='O') LoveCount+=2;
if (letter1=='V') LoveCount+=2;
if (letter1=='E') LoveCount+=2;
if (letter1=='Y') LoveCount+=3;
if (letter1=='O') LoveCount+=1;
if (letter1=='U') LoveCount+=3;
}
for (Count=0; Count < secondlength; Count++) {
letter2=second.substring(Count,Count+1);
if (letter2=='L') LoveCount+=2;
if (letter2=='O') LoveCount+=2;
if (letter2=='V') LoveCount+=2;
if (letter2=='E') LoveCount+=2;
if (letter2=='Y') LoveCount+=3;
if (letter2=='O') LoveCount+=1;
if (letter2=='U') LoveCount+=3;
}
amount=0;
if (LoveCount> 0) amount= 5-((firstlength+secondlength)/2)
if (LoveCount> 2) amount= 10-((firstlength+secondlength)/2)
if (LoveCount> 4) amount= 20-((firstlength+secondlength)/2)
if (LoveCount> 6) amount= 30-((firstlength+secondlength)/2)
if (LoveCount> 8) amount= 40-((firstlength+secondlength)/2)
if (LoveCount>10) amount= 50-((firstlength+secondlength)/2)
if (LoveCount>12) amount= 60-((firstlength+secondlength)/2)
if (LoveCount>14) amount= 70-((firstlength+secondlength)/2)
if (LoveCount>16) amount= 80-((firstlength+secondlength)/2)
if (LoveCount>18) amount= 90-((firstlength+secondlength)/2)
if (LoveCount>20) amount=100-((firstlength+secondlength)/2)
if (LoveCount>22) amount=110-((firstlength+secondlength)/2)
if (firstlength==0 || secondlength==0) amount= "Err";
if (amount < 0) amount= 0;
if (amount >99) amount=99;
document.loveform.output.value=amount+"%";
}
</script>
<center><table width=600 cellpadding=1 cellspacing=0 border=0><tr>
<td align=center valign=top>
</TD>
</TR></TABLE>
</CENTER>
<DIV align="center"><CENTER>
<p><b><span lang="ar-sa">ÇÎÊÈÇÑ ÇáÍÈ</span></b></p>
ÇÎÊÈÇÑ ÇáÍÈ Èíä ÔÎÕíä ... ÇßÊÈ ÇÓã ÇáÔÎÕ ÇáÇæá Ëã ÇÓã ÇáÔÎÕ ÇáËÇäí æÇÖÝØ Úáì ÇÍÓÈ
<span lang="ar-sa">... ÊßÊÈ ÇáÃÓãÇÁ ÈÇáÍÑæÝ ÇáÅäÌáíÒíÉ ÝÞØ</span>.
<FORM name="loveform">
<P><INPUT value="name1" name="name1" type="text" size="20"> +
<INPUT
value="name2" name="name2" type="text" size="20"> = <INPUT value name="output" type="text" size="6"> <BR>
<BR>
<INPUT value="ÇÍÓÜÜÈ" name="calculate" type="button" value="calculate"
onclick="calc()"> </P>
</FORM>
</CENTER></DIV>
<p align="center"><font face="arial" size="-2">This free script provided by<br>
</font>
<a href="http://www.eqla3soft.com"><span lang="en-us">
<font face="arial, helvetica" size="-2">eqla3soft.com</font></span></a></p>
ÕÝÍå ÕÛíÑå ÊÝÊÍ ÚäÏ ÝÊÍ ãæÞÚß
<!-- Begin Pop Up Window -->
<script language="JavaScript">
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=200'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",5000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=navy>');
pop.document.write('<font color=gold>');
pop.document.write('<center><b><h2>WELCOME TO LORD SITE</h2></b></center>');
pop.document.write('<center><b><h3>ÃåáÇ æÓåáÇ</h3></b></center>');
pop.document.write('</body>');
</script>
<!-- End Up Window -->
ÊßÈíÑ ÊáÞÇÆì ááÕÝÍå
<script language="JavaScript1.2">
<!--
window.moveTo(0,0);
if (document.all) {
window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers) {
if (window.outerHeight<screen.availHeight||window.outerWidth<screen.availWidth){
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
}
//-->
</script>
íÞæã ÈÊßÈíÑ ÇáÕÝÍå ÈÊÏÑÌ
<SCRIPT LANGUAGE="JavaScript">
<!--
var InitialWidth =10;
var InitialHeight=10;
var WidthInc =25;
var HeightInc=25;
var ScreenHeight=950;
var ScreenWidth=1000;
var CurrentHeight=500;
var CurrentWidth =600;
self.resizeTo(InitialWidth,InitialHeight);
self.moveTo( (ScreenWidth/2) - (InitialWidth/2) ,(ScreenHeight/2) - (InitialHeight/2));
var Id = setInterval("Grow()", 100);
function Grow() {
if(WidthInc == 0 && HeightInc == 0) {
clearInterval();
return;
}
if(WidthInc && CurrentWidth + WidthInc > ScreenWidth){
WidthInc = ScreenWidth - CurrentWidth;
self.moveBy(-(WidthInc/2),-(HeightInc/2));
self.resizeBy(WidthInc,HeightInc);
WidthInc=0;
return;
}
if(HeightInc && CurrentHeight + HeightInc > ScreenHeight){
HeightInc = ScreenHeight - CurrentHeight;
self.moveBy(-(WidthInc/2),-(HeightInc/2));
self.resizeBy(WidthInc,HeightInc);
HeightInc = 0;
return;
}
self.moveBy(-(WidthInc/1),-(HeightInc/1));
self.resizeBy(WidthInc,HeightInc);
CurrentWidth +=WidthInc;
CurrentHeight +=HeightInc;
}
//-->
</script>
codes java par lma9bara
c'est pour vous les amis