Yeni sayfanın başlığıoo

<html>
<head>
	<!-- vmapp10 -->

        


	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<META NAME="Keywords" content=" ,CixGame,variety,serhat456,website,conswix,Nu Classic Com,kiko" />
	<META NAME="Description" content="This Website was built from Nu Classic Com by serhat456 using wix.com " />
	<META HTTP-EQUIV="Cache-Control" content="no-cache" />
	<!-- no meta -->
	<link rel="stylesheet" type="text/css" href="http://static.wix.com/footer/footer2.css" media="screen" />
	<title>Wix.com - Website built by serhat456 based on Nu Classic Com   </title>

	<script type="text/javascript">

		function openUrl( url ){
			var win = window.open( url , '_blank' );
			win.focus();
			return true;
		}

		var screenW = 640, screenH = 480;
		if (parseInt(navigator.appVersion)>3) {
	 		screenW = screen.width;
	  		screenH = screen.height;
	  	}
	  	else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion)==3 && navigator.javaEnabled() )
	        {
	              var jToolkit = java.awt.Toolkit.getDefaultToolkit();
	              var jScreenSize = jToolkit.getScreenSize();
	              screenW = jScreenSize.width;
	              screenH = jScreenSize.height;
	        }

	        function openUrlNoMenu( url ){
			var win = window.open( url ,'_blank' ,"resizable=yes,menubar=no,status=no,titlebar=no,toolbar=no,channelmode=yes,width="+screenW + ",height="+ screenH);
	                win.focus();
	                return true;
	        }

		//this function should call both the wix googlitics and the users (if the user have one)
		function doGooglitics(fakeUrl) {
			pageTracker._trackPageview(fakeUrl);
		
		}

		//this function should call only the wix googlitics
		function doGoogliticsWix(fakeUrl) {
			pageTracker._trackPageview(fakeUrl);
		}

		//this function should call only the yser goglitics (if the user doesnt have one the function should be empty
		function doGoogliticsUser(fakeUrl) {
		
		}

		function thisMovie(movieName) {
			var isIE = navigator.appName.indexOf("Microsoft") != -1;
			return (isIE) ? window[movieName] : document[movieName];
		}

		function onScreenResize()
		{
			var winW = 630, winH = 460;
			if (navigator.appName.indexOf("Microsoft") !=-1) {
				winW = document.body.offsetWidth;
				winH = document.body.offsetHeight;
			}else{
				winW = window.innerWidth;
				winH = window.innerHeight;
			}
			var mov = thisMovie('app')
			if ( mov!= null ){
				mov.onScreenResize( winW-47 , winH-60 );
			}
		}
		function setSize(wdth,hght)
		{
			var mov = thisMovie('app');
			mov.width=wdth+1;
			mov.height=hght+1;
			if (fh) fh.setWidthEnd(wdth+1); // set footer width
		}

		function getScreenSize()
		{
			var winW = 630, winH = 460;
				if (navigator.appName.indexOf("Microsoft") !=-1) {
					winW = document.body.offsetWidth;
					winH = document.body.offsetHeight;
				}else{
					winW = window.innerWidth;
					winH = window.innerHeight;
				}
				return (winW-47) + "," + (winH-60);
		}

		function setTitle( title ){
			document.title = title;
		}

		function disappearDiv( ){
			var obj = document.getElementById( 'searchable_text' );
			if ( obj!= null ){
				obj.style.display='none';
			}
		}

		function setHistoryFrame(adress,additionalInfo)
		{

			try{
				var page_name = adress.substr(8,adress.indexOf(',')-8);
				if ( additionalInfo!=null && additionalInfo.length >0 ){
					page_name = page_name + '_' + additionalInfo;
				}
				page_name = page_name + '.html';

			var ifrm = document.getElementById("historyframe");
			if ( ifrm!=null){
					ifrm.src = "/siteBackFiles/siteBack.html?adress="+adress+'&additionalInfo='+additionalInfo;
				}
			}catch( ex ){
				var ifrm = document.getElementById("historyframe");
				if ( ifrm!=null){
					ifrm.src = "/siteBackFiles/siteBack.html?adress="+adress+'&additionalInfo='+additionalInfo;
				}
			}
		}

		function onHistoryFrameLoaded(adress,additionalInfo)
		{
			var mov = thisMovie('app');
			if ( mov!=null )
			{
				try{
					mov.onHistoryFrameLoaded( adress,additionalInfo );
				}catch(e){
				}
			}
		}


	</script>
	<script language="javascript">
		AC_FL_RunContent = 0;
		var requiredMajorVersion = 9;
		var requiredMinorVersion = 0;
		var requiredRevision = 0;
	</script>

	<script src="http://static.wix.com/client/AC_RunActiveContent.js" language="javascript"></script>
	<script type="text/javascript">
//<![CDATA[
var FooterHandler = {
	widthStart : 250,
	widthEnd : 1000,
	footerEl : null,

	elWidths : {mu:0, tl:0, wl:0, tb:0, fb:0, tr:0},

	$ : function(id){
		return document.getElementById(id);
	},

	setWidthEnd : function(width){
		this.widthEnd = width;
		this.footerEl.style.width = width + 'px';

		if (this.elWidths.tl == 0) this.calcWidths();
		if (this.elWidths['mu'] + this.elWidths['tl'] + this.elWidths['wl'] + this.elWidths['tb'] + 30 > width){
			this.$('tl').style.display = 'none';
		}
	},

	getStyle : function(node){
		if (!node) return null;
		var cs = null;
		if(node.currentStyle){
			cs = node.currentStyle;
		} else if( document.defaultView && document.defaultView.getComputedStyle ) {
			cs = document.defaultView.getComputedStyle(node, null);
		}
		if(!cs && node.style)cs = node.style;
		return cs;
	},

	init : function(){
		this.footerEl = this.$('wf');
		if (!this.footerEl) return;
		this.footerEl.style.width = this.widthEnd + 'px';
		this.footerEl.style.display = 'block';

		this.calcWidths();
        this.footerEl.style.width = this.widthStart + 'px';
	},

	calcWidths : function(){
		var key, cs, node, w;
		for (key in this.elWidths){
			node = this.$(key);
			if (!isNaN(parseInt(node.clientWidth))){
				this.elWidths[key] = parseInt(node.clientWidth);
			} else {
				cs = this.getStyle(node);
				if (cs && cs.width) this.elWidths[key] = parseInt(cs.width);
			}
		}
	}
};
var fh = FooterHandler;
//]]>
	</script>
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onLoad="disappearDiv();" onResize="onScreenResize();" bgColor="#019aff">
	<center>
	

	<table valign="middle" align="middle" width="100%" height="100%">
		<tr valign="middle" align="middle">
			<td valign="middle" align="middle">
			<script language="javascript">
				if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
					alert("This page requires AC_RunActiveContent.js.");
				} else {
					disappearDiv();
					var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
					if(hasRightVersion) {  // if we've detected an acceptable version
						disappearDiv( );
						AC_FL_RunContent(
							'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0',
							'width', '250',
							'height', '250',
							'src', 'http://static.wix.com/client/app',
							'quality', 'high',
							'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
							'align', 'middle',
							'valign', 'middle',
							'play', 'true',
							'loop', 'true',
							'scale', 'noScale',
							'devicefont', 'false',
							'id', 'app',
							'bgcolor', '#019aff',
							'name', 'app',
							'menu', 'true',
							'base', 'http://static.wix.com',
							'allowFullScreen', 'true',
							'allowScriptAccess','always',
							'movie', 'http://static.wix.com/client/app',
							'salign', 'tl',
							'FlashVars' , 'embedFormat=wix&pageId=sqw4DsddKgw-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=39f23ad9-56dd-4d51-9611-badf78c1e43b&experiment_id=empty&show_wix_logo=0&mbi_l=null&mbi_c=null&mbi_d=null&abtesting=&app=vmapp10'
						); //end AC code
					}else {  // flash is too old or we can't detect the plugin
					document.location = 'http://static.wix.com/client/noFlash.html';
					}
				}
			</script>
			<noscript>
				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="250" height="250" id="app" align="middle">
				<param name="allowScriptAccess" value="always" />
				<param name="allowFullScreen" value="false" />
				<param name="base" value="http://static.wix.com"/>
				<param name="movie" value="http://static.wix.com/client/app.swf" />
				<param name="src" value="http://static.wix.com/client/app.swf" />
				<param name="quality" value="high" />
				<param name="bgcolor" value="#019aff" />
				<PARAM NAME=FlashVars VALUE="embedFormat=wix&pageId=sqw4DsddKgw-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=39f23ad9-56dd-4d51-9611-badf78c1e43b&experiment_id=empty&show_wix_logo=0&mbi_l=null&mbi_c=null&mbi_d=null&abtesting=&app=vmapp10"/>
				<embed  src="http://static.wix.com/client/app.swf"
					base="http://static.wix.com"
					quality="high"
					FlashVars="embedFormat=wix&pageId=sqw4DsddKgw-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=39f23ad9-56dd-4d51-9611-badf78c1e43b&experiment_id=empty&show_wix_logo=0&mbi_l=null&mbi_c=null&mbi_d=null&abtesting=&app=vmapp10"
					bgcolor="#019aff"
					width="250"
					height="250"
					name="app"
					align="middle"
					allowScriptAccess="always"
					allowFullScreen="false"
					type="application/x-shockwave-flash"
					pluginspage="http://www.macromedia.com/go/getflashplayer" />
				</object>
                                <br>
<br>
<h1><P ALIGN="LEFT">                   CixGame                </P></h1><br>
<br>
<br>
<h3>Home</h3><br>
<h3>Gallery</h3><br>
<h3>Video</h3><br>
<h3>Contact Us</h3><br>
<h3>Page 5</h3><br>
<h3>Page 6</h3><br>
<h3>Page 7</h3><br>
<h3>Page 8</h3><br>
<h3>Page 9</h3><br>
<h3>Ana Sayfa</h3><br>
<h3>Resimler</h3><br>
<h3>Video</h3><br>
<h3>Oyunlar</h3><br>
<h3>Page 5</h3><br>
<br>
<br>
<h3></h3><img src="http://static.wix.com/media/d9845e7c6b16f4ffb26e10b478bf51f7.wix_mp"><br>
<br>
<br>
<h3>Home</h3><br>
<img src="http://static.wix.com/media/3948a5581fa6316435eb9b6223dab28a.wix_mp" alt="Disco Night" /><br>
<p><P ALIGN="LEFT"><B>Son Destan Hikaye</B></P></p><br>
<p><P ALIGN="LEFT">Biri;</P><P ALIGN="LEFT">sahip olacak Hük&apos;mün gücüne</P><P ALIGN="LEFT">&quot;O&quot; destan yazacak...</P><P ALIGN="LEFT"></P><P ALIGN="LEFT">Biri;</P><P ALIGN="LEFT">uzaklaacak Hük&apos;mün gücünden</P><P ALIGN="LEFT"></P><P ALIGN="LEFT">&quot;O&quot; kül olacak...</P><P ALIGN="LEFT"></P><P ALIGN="LEFT">Isigin ve karanliğin sonsuz savanda sonu getiren bir mühür.</P><P ALIGN="LEFT"></P><P ALIGN="LEFT">Kimine göre; kirilmasi gereken,</P><P ALIGN="LEFT"></P><P ALIGN="LEFT">Kimine göre; korunmasi gereken.</P><P ALIGN="LEFT"></P><P ALIGN="LEFT">Mühür kirilirsa, karanlik basacak,</P><P ALIGN="LEFT">Mühür korunursa, k vuracak.</P></p><br>
<p></p><br>
<p></p><h3>Gallery</h3><br>
<br>
<h3>Sondestan</h3><p>Yeni Oyun</p><img src="http://static.wix.com/media/3948a5581fa6316435eb9b6223dab28a.wix_mp"><br>
<h3>Wolfteam</h3><img src="http://static.wix.com/media/d32aa49360920bfeaf5e3f03bb0ffcb1.wix_mp"><br>
<h3>Rakion</h3><img src="http://static.wix.com/media/d11bae07b1b88e6a15330c3f0d71b0d3.wix_mp"><br>
<h3>Gunbound</h3><img src="http://static.wix.com/media/15f1b57ab0a7b791c2259b2935171b34.wix_mp"><br>
<h3>Seafight</h3><img src="http://static.wix.com/media/6f8f95e451fcd980191a3773d8ca41cb.wix_mp"><br>
<h3>Darkorbit</h3><img src="http://static.wix.com/media/731212af4592a3dbe34c008920c2905b.wix_mp"><br>
<h3>Deeppolis</h3><img src="http://static.wix.com/media/d3e274e0c14f04e40dfae77732627c2b.wix_mp"><br>
<h3>Jamia</h3><img src="http://static.wix.com/media/038b4de3b340226879a6a77f0b114bdb.wix_mp"><br>
<br>
<p></p><br>
<h3>Video</h3><br>
<br>
<br>
<h1><P ALIGN="LEFT">  Her Yeni Cikan Oyunun Videosu Burada !!!</P></h1><br>
<h3></h3><h3>Contact Us</h3><br>
<br>
<h2><P ALIGN="LEFT">    Oyunlar</P></h2><h3>Page 5</h3><br>
<h3>Page 6</h3><br>
<h3>Page 7</h3><br>
<h3>Page 8</h3><br>
<h3>Page 9</h3><br>
<h3>Home</h3><br>
<h3>Gallery</h3><br>
<h3>Video</h3><br>
<h3>Contact Us</h3><br>
<h3>Page 5</h3><br>
<h3>Page 6</h3><br>
<h3>Page 7</h3><br>
<h3>Page 8</h3><br>
<h3>Page 9</h3><br>
<img src="http://static.wix.com/media/5e4c7e746f6e15465b492f137802833889c774a1.wix_mp" alt="Flower" />
                                <a href="/serhat456/CixGame/Page-1">serhat456/CixGame/Page-1</a><a href="/serhat456/CixGame/Page-2">serhat456/CixGame/Page-2</a>
			</noscript>
                        <br/>
			<!-- empty document footer --><!-- document footer will be here -->
                        <div id="wf" style="display:none;">
<a href="http://www.wix.com" id="fl" title="Flash website builder">
<span id="mu"></span>
<span id="tl">This website was created using Wix &nbsp;</span>
<span id="tb">Free Edition</span>
<span id="fb"><span id="fbt">GO!</span></span>
<span id="tr">Try Wix yourself. Easily create a stunning free website</span>
</a>
</div>
<script type="text/javascript">fh.init();</script>
<!-- partner footer will be here -->
			</td>
		</tr>
	</table>

	<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
	<script src="/analyticsCode.js" type="text/javascript"></script>
	<script type="text/javascript">
	        pageTracker._initData();
	        pageTracker._trackPageview();
	
	</script>
	<iframe src="/siteBackFiles/siteBack.html?adress=docName:,userNick:,pageNum:0,docId:sqw4DsddKgw-a,pageId:"  id="historyframe" name="historyframe" frameborder="NO" width="0" height="0" style="display:none" ></iframe>
	
	</center>


</body>
</html>

Bugün 5 ziyaretçi (10 klik) kişi burdaydı!
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol