Yönlendiriliyorsunuz Eger tarayiciniz otomatik yönlendirmeyi desteklemiyorsa Burayi tiklayin.
   
 
  Farede İsminiz Yazsın
 

Farenin sağında isminiz yazsın

 

<html xmlns:v="urn:schemas-microsoft-com:vml"

xmlns:o="urn:schemas-microsoft-com:office:office"

xmlns:w="urn:schemas-microsoft-com:office:word"

xmlns="http://www.w3.org/TR/REC-html40">

<marquee class="kyazi" onmouseover="this.stop()" onmouseout="this.start()">SELİMOĞLU SİTESİNE HOŞGELDİNİZ!!!</marquee>"



<head>

<meta http-equiv=Content-Type content="text/html; charset=Windows-1254">

<meta name=ProgId content=Word.Document>

<meta name=Generator content="Microsoft Word 11">

<meta name=Originator content="Microsoft Word 11">

<link rel=File-List href="Yeni%20Metin%20Belgesi_dosyalar/filelist.xml">

<link rel=Edit-Time-Data href="Yeni%20Metin%20Belgesi_dosyalar/editdata.mso">

<!--[if !mso]>

<style>

v:* {behavior:url(#default#VML);}

o:* {behavior:url(#default#VML);}

w:* {behavior:url(#default#VML);}

.shape {behavior:url(#default#VML);}

</style>

<![endif]--><!--[if gte mso 9]><xml>

<o:DocumentProperties>

<o:Author>Enver</o:Author>

<o:Template>Normal</o:Template>

<o:LastAuthor>Enver</o:LastAuthor>

<o:Revision>2</o:Revision>

<o:TotalTime>0</o:TotalTime>

<o:Created>2006-07-03T18:37:00Z</o:Created>

<o:LastSaved>2006-07-03T18:37:00Z</o:LastSaved>

<o:Pages>1</o:Pages>

<o:Characters>2</o:Characters>

<o:Company>Selim </o:Company>

<o:Lines>1</o:Lines>

<o:Paragraphs>1</o:Paragraphs>

<o:CharactersWithSpaces>2</o:CharactersWithSpaces>

<o:Version>11.5606</o:Version>

</o:DocumentProperties>

</xml><![endif]--><!--[if gte mso 9]><xml>

<w:WordDocument>

<w:Zoom>75</w:Zoom>

<w:SpellingState>Clean</w:SpellingState>

<w:GrammarState>Clean</w:GrammarState>

<w:HyphenationZone>21</w:HyphenationZone>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>

</w:WordDocument>

</xml><![endif]--><!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" LatentStyleCount="156">

</w:LatentStyles>

</xml><![endif]-->

<style>

<!--.SPANSTYLE

{position:absolute;

top:-50px;

visibility:visible;}



/* Font Definitions */

@font-face

{font-family:Verdana;

panose-1:2 11 6 4 3 5 4 4 2 4;

mso-font-charset:162;

mso-generic-font-family:swiss;

mso-font-pitch:variable;

mso-font-signature:536871559 0 0 0 415 0;}

/* Style Definitions */

p.MsoNormal, li.MsoNormal, div.MsoNormal

{mso-style-parent:"";

margin:0in;

margin-bottom:.0001pt;

mso-pagination:widow-orphan;

font-size:12.0pt;

font-family:"Times New Roman";

mso-fareast-font-family:"Times New Roman";}

a:link, span.MsoHyperlink

{color:blue;

text-decoration:underline;

text-underline:single;}

a:visited, span.MsoHyperlinkFollowed

{color:purple;

text-decoration:underline;

text-underline:single;}

p.spanstyle, li.spanstyle, div.spanstyle

{mso-style-name:spanstyle;

mso-margin-top-alt:auto;

margin-right:0in;

mso-margin-bottom-alt:auto;

margin-left:0in;

mso-pagination:widow-orphan;

font-size:10.0pt;

font-family:Verdana;

mso-fareast-font-family:"Times New Roman";

mso-bidi-font-family:"Times New Roman";

color:pink;

font-weight:bold;}

@page Section1

{size:595.3pt 841.9pt;

margin:70.85pt 70.85pt 70.85pt 70.85pt;

mso-header-margin:35.4pt;

mso-footer-margin:35.4pt;

mso-paper-source:0;}

div.Section1

{page:Section1;}

-->

</style>

<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Normal Tablo";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-parent:"";

mso-padding-alt:0in 5.4pt 0in 5.4pt;

mso-para-margin:0in;

mso-para-margin-bottom:.0001pt;

mso-pagination:widow-orphan;

font-size:10.0pt;

font-family:"Times New Roman";

mso-ansi-language:#0400;

mso-fareast-language:#0400;

mso-bidi-language:#0400;}

</style>

<![endif]-->

<script>



var x,y

var step=15

var flag=0



var message="buraya adınızı yazınız="

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>

</head>



<body lang=TR link=blue vlink=purple style='tab-interval:35.4pt;overflow-x:hidden;

overflow-y:scroll' onload="makesnake()">



<div class=Section1>



<p class=MsoNormal><script>

<!--



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;



// -->

</script><script language="JavaScript">

<!--

// made by: Nicolas - http://www.javascript-page.com



var current = 0

var x = 0

var y = 0

var speed = 100

var speed2 = 2000



function initArray(n) {

this.length = n;

for (var i =1; i <= n; i++) {

this[i] = ' '

}

}



typ = new initArray(7)

typ[0]="== Bismillâhirrahmânirrahîm =="

typ[1]="** Y E T E R 2 0 0 2 ** ==Sevdiklerinize verebileceginiz en guzel hediye =="

typ[2]="== Bu site, insanlara hizmet etmek ve Allah`in rizasini kazanmak amaciyla hazirlanmistir =="

typ[3]="... Bu Cd`nin hazirlanmasinda internetteki bazi sitelerden yararlanilmis ve ticari bir gaye amaclanmamistir ..."

typ[4]="... Bizlere gore bilginin gizlenmesi degil paylasilmasi esastir ..."

typ[5]="== Herkese faydali olmasi t e m e n n i s i y l e ... =="

typ[6]="== i m z a : h s y & k e y =="





function typnslide() {

var m = typ[current]



window.status = m.substring(0, x++)



if (x == m.length + 1) {

x = 0



setTimeout("typnslide2()", speed2)

}



else {

setTimeout("typnslide()", speed)

}

}



function typnslide2() {

var m = typ[current]



window.status = m.substring(m.length, y++)



if (y == m.length) {

y = 0

current++



if (current > typ.length - 1) {

current = 0

}

setTimeout("typnslide()", speed)

}



else{

setTimeout("typnslide2()", speed)

}

}

</script><o:p>&nbsp;</o:p></p>



</div>



</body>



</html>
 
 
 
kod24.tr.gg
Sitenin Tüm Tasarımı İlker Seckin Tarafından Yapılmıştır.
 
 

Bedava - Sitem | TR.GG | Bedava sitem | Html Kodları | Htmlkod | Html kod | Javascript| Webmaster Araçları | Toplist | Fenerbahçe | Haber 7 | Haber7 | Photoshop CS3 | Photoshop | Galeri | Samanyolu haber | Son dakika | Youtube | Frmtr | Banner | Sitene banner yap | Metin2 | Ttnet | Adsl | Bushido | Komik videolar | Komik yazılar | Grup hepsi | Müzik dinle | Kurban Bayramı | Sitene ekle | Tr.gg toplisti | Tr.gg toplist | Siteni ekle | Hareketli gifler | Iceblue | Css tasarım | Webmaster | Blogcu | Cm.to | Blogspot | Lig tv izle | Lig tv | Lig radyo | İddaa | 2008 © Copyright İlker seckin ® Tüm Hakları saklıdır Bedava - Sitem | TR.GG | Bedava sitem | Html Kodları | Htmlkod | Html kod | Javascript| Webmaster Araçları | Toplist | Fenerbahçe | Haber 7 | Haber7 | Photoshop CS3 | Photoshop | Galeri | Samanyolu haber | Son dakika | Youtube | Frmtr | Banner | Sitene banner yap | Metin2 | Ttnet | Adsl | Bushido | Komik videolar | Komik yazılar | Grup hepsi | Müzik dinle | Kurban Bayramı | Sitene ekle | Tr.gg toplisti | Tr.gg toplist | Siteni ekle | Hareketli gifler | Iceblue | Css tasarım | Webmaster | Blogcu | Cm.to | Blogspot | Lig tv izle | Lig tv | Lig radyo | İddaa | 2008 © Copyright İlker seckin ® Tüm Hakları saklıdır

Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol