

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
        
	    <title>Kaneva - Imagine What You Can Do</title>
	    
	    <meta name="description" content="Kaneva is the first to combine social networking and a free 3D virtual world. It's a whole new way to connect with friends. Have fun in a vibrant virtual world full of people, cool places and fun games. Create your avatar and get a free 3D home today!  "/>
	    <meta name="keywords" content="free virtual world, virtual world, virtual worlds, 3D world, online avatar community, mmo game, virtual reality, caneva, kaniva" />
	    <link href="/css/registration_flow/registrationform.css?v8" rel="stylesheet" type="text/css" />
<link href="/css/home/homeBase_a.css?v8" rel="stylesheet" type="text/css" />
<style>#wrapper {background:#000000 url('images/home_signup/image_1920x1280_noElephant.jpg') no-repeat center top fixed; background-size:cover;}</style>
<!--[if lte IE 8]><style>.bottom_inner_wrapper { max-width:1920px; } .signupForm input { line-height:24px; }</style><![endif]-->

	    
	    <script type="text/javascript" src="/jscript/jquery/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="/jscript/selectBox/jquery.selectbox.min.js"></script>
<script type="text/javascript">
    jQuery(document).ready(function () {
        var neededHeight = 778;
        var footerHeight = 234;
        var height = jQuery(window).height();
        var newMinHeight;
        if (height < neededHeight && (neededHeight - height < footerHeight)) {
            newMinHeight = neededHeight + (footerHeight - (neededHeight - height));
            if (newMinHeight > neededHeight) {
                jQuery('#wrapper').css('min-height', newMinHeight + 'px');
            }
        } else {
            jQuery('#wrapper').css('min-height', neededHeight + 'px');
        }
    });
</script><script language="JavaScript" type="text/javascript">var root="/"</script>
	    <link rel="icon" href="http://www.kaneva.com/favicon.ico" type="image/x-icon" />
	    <link rel="shortcut icon" href="http://www.kaneva.com/favicon.ico" type="image/x-icon" />
    </head>
    <body>
        

<script type="text/javascript">

	var _gaq = _gaq || [];
	_gaq.push(
		['_setAccount', 'UA-10115643-1'], 
		['_setDomainName', '.kaneva.com']
		
				
        
        
		,['_trackPageview', '/home.aspx']		
		
	);

	(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();

</script>

<script type="text/javascript">
    function callGAEvent(section, action, label) {		
        try {	        
			if(section == "Category")
			{
				var gaCat = "Website";
				var url = document.location.href;
				if(url.indexOf("/default.aspx") != -1) section = "MyKaneva";
				if(url.indexOf(".channel") != -1) section = "Community";
				if(url.indexOf(".people") != -1) section = "Profile";
				if(url.indexOf("ProfilePage.aspx") != -1) section = "Profile";
			}                        							
			_gaq.push(['_trackEvent', section, action, label, 1]);  		        
        } catch (err) {}
    }

    function logPageView(account, domain, page) {
        _gaq.push(['_setAccount', account]);
        _gaq.push(['_setDomainName', domain]);
        _gaq.push(['_trackPageview', page]);
    }
</script>
<!-- WOK-EOL-1C -->
        <form name="aspnetForm" method="post" action="./Home.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMjI2NjcxMjMyZGSATCMkI2FtTLCMkXMDNz4O4evb4w==" />


<script src="/ScriptResource.axd?d=6o7UkziCxNk-pjQ7rxLKeDYazRCB2ofZaAlxo0Y2rFV0PiLtc5NP5pv5KVUzMOvB0Ts57MdyC6sXhk2kLEmtH6ePSk8TM3Ny8Gx6km_U7nL6spZGkh15aTyU3P-thPcgFLnAHw2&amp;t=f2cd5c5" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="8D0E13E6" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAANWrTcIWOpWsXFmEZSHN54dHxptwccvDwAmXFPrItBgeCygcLQBAZt80KHo6O4gE3JzvUieII5fhjjpytoGyGqChNau2A==" />
			
            <div id="wrapper">
                <div class="nav_wrapper">
                  <div class="mastHead">
                    <div class="logo"><a href="./"></a></div>                
                  </div>
                </div>        
                <div class="content_wrapper">     
                    
<script>
    var $j = jQuery.noConflict();
    $j(document).ready(function () {

        // Reg button hiding
        $j('#pnlEmailInfo').on('click', '.joinNow', function (event) {
            $j('.joinNow').hide();
            $j('.loading').show();
        });

        // Validation via ajax for availability of username    
        $j('#txtEmail').blur(ValidateEmail);
        $j('#txtEmail').focus();

        // Show error message dialog for text fields 
        $j('.signupForm input[type="text"]').focus(function () {
            // If err, then display popup
            if ($j('.validateimg.' + $j(this).attr('field-name')).css('display') == 'block') {
                // Hide validation error icon
                $j('.validateimg.' + $j(this).attr('field-name')).hide();
                $j('.errmsgbox.' + $j(this).attr('field-name')).css('display', 'block');
            }
        });

        // Show/hide field labels if user types in field
        $j('.signupForm input[type="text"]').bind('input', function () {
            if ($j(this).val().trim().length > 0) {
                $j('#' + $j(this).attr('id') + '_lbl').hide();
            } else {
                $j('#' + $j(this).attr('id') + '_lbl').show();
            }
        });

        // Click field label, then hide and set focus in field
        $j('.signupForm div .labeltxt').click(function () {
            $j('#' + $j(this).attr('id').replace('_lbl', '')).focus();
        });

        // Bind click event to the validation icon
        $j("i").click(function () {
            $j('#' + $j(this).attr('name')).focus();
        });

        // Bind Register button click 
        $j('#btnEmailSubmit').click(function () {
            var submit = true;
            // Email
            if (!ValidateEmail()) {
                $j("#txtEmail").focus(); 
                submit = false;
            }

            if (!submit) {
                return false;
            }
        });

        GetDefaultErrorMsgs();

        $j("#txtEmail").bind("keydown", function (event) {
            // track enter key
            var keycode = (event.keyCode ? event.keyCode : (event.which ? event.which : event.charCode));
            if (keycode == 13) { // keycode for enter key
                // force the 'Enter Key' to implicitly click the Update button
                $j('#btnEmailSubmit').click();
                return false;
            } else {
                return true;
            }
        }); // end of function

    });

    var emailRegex = /^[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$/i;

    // Validation via ajax for availability of email
    function ValidateEmail() {
        var iserr = false;
        var txtemail = $j('#txtEmail');
        if (txtemail.val().trim().length > 0) {
            $j('#' + txtemail.attr('id') + '_lbl').hide();
        }
        if (!txtemail.val().match(emailRegex)) {
            txtemail.addClass('validate-err');
            $j('.validateimg.' + txtemail.attr('field-name')).css('display', 'block');
            iserr = true;
        } else {
            var ctrl = txtemail;
            ctrl.removeClass('validate-err');
            $j('.validateimg.' + ctrl.attr('field-name')).hide();
        }
        $j('.errmsgbox.' + txtemail.attr('field-name')).hide();
        return !iserr;
    }

    function ResetErrorMsg(fld) {
        $j('.errmsgbox.' + fld.attr('field-name') + ' div.msg').text(GetErrorMsg(fld));
    }

    var defaultMsgs = new Array();
    function GetDefaultErrorMsgs() {
        $j('.signupForm input[type="text"]').each(function () {
            defaultMsgs.push({ field: $j(this).attr('field-name'), msg: $j('.errmsgbox.' + $j(this).attr('field-name') + ' div.msg').text() });
        });
    }
    function GetErrorMsg(fld) {
        var err = '';
        $j.each(defaultMsgs, function (key, obj) {
            if (obj.field == fld.attr('field-name')) {
                err = obj.msg;
                return;
            }
        });
        return err;
    }
</script>

    <style>
        .signupForm div.fblike {
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            width:266px;
            border:1px solid #374245;
            display:inline-block;
            padding:0;
        }
        .signupForm div.fblike div {
            
            margin:12px 15px;
            line-height:13px;
            font:14px verdana;
            color: #c8c8c8;
            display:block;
            width:210px;
            display:inline-block;
            padding:0;
        }
        .signupForm div.fblike div div {
            margin:0 auto;
            text-align:right;
            float:right;width:170px;
            padding:0;
        }
        .signupForm div.fblike div img {
            margin:2px 0 0 8px;
            float:right;
            width:30px;
            height:30px;
        }
        .lnkfblike {background-color:transparent;}
        .lnkfblike:hover div {background-color:#444f52;}
    </style>
    <div class="welcomeMessage">
        <h1>Create Your Own World</h1>
        <h2>Build and explore virtual worlds with your friends.</h2>
    </div>
    
<div id="_ctl0_cph_MainContent_UpdatePanel1">
	

        <div id="pnlEmailInfo" class="signupForm">
		

            <div id="_ctl0_cph_MainContent_divInnerEmail" class="inner" style="height:230px;">

                <h2>Currently under Reconstruction.<br />Sign up for future news.</h2>
                <div class="clear"></div>
	            <div class="formContainer">	
                    <div style="height:20px;">
                        <div id="txtEmail_lbl" class="labeltxt">Email</div>
			            <input name="_ctl0:cph_MainContent:txtEmail" type="text" maxlength="100" id="txtEmail" tabindex="8" field-name="email" /> 
                        <i name="txtEmail" class="validateimg email"></i><div id='txtEmail_errmsg' class="errmsgbox email"><div class="msg single">Please enter a valid email address.</div></div>
                        
                    </div>
                </div>
                <div class="clear" style="height:8px;"></div>
                <div class="join-container" style="text-align:center;">
                    <a id="btnEmailSubmit" tabindex="17" class="joinNow" alternatetext="Join Now!" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;_ctl0:cph_MainContent:btnEmailSubmit&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))"></a>
                    <img class="loading" src="/images/ajax-loader.gif" alt="Loading..." style="display:none;"/>	
                </div>
                
               <a href="https://www.facebook.com/Kaneva-182591321776067/?view_public_for=182591321776067" class="lnkfblike">
               <div class="fblike">
                    <div>
                        <img src="/images/fblike.png" />
                        <div>To stay in touch,<br />"LIKE" us on facebook </div>
                    </div>
                </div>
                </a>
               
            </div>

            <div id="_ctl0_cph_MainContent_divInnerMessage" class="inner" style="display:none;height:200px;">
                <h2 style="margin-top:60px;">Stay tuned for future updates.</h2>
            </div>


    
	</div>    
                
        
</div>


    
    
   <div class="clear"><!-- clear the floats --></div>

                </div>    
                <div class="bottom_outer_wrapper">
                    <div class="bottom_inner_wrapper">
                        <div class="seo_wrapper">
                            
    <div class="seo" id="seo">
        <br />
        <h1 class="seo">Create Your Own World</h1>
        <br />
	    <p>
            Kaneva allows millions of people to explore, interact and create their own worlds. You can make a virtual
            world or a 3D MMO Game World. Explore a large number of Worlds made by our community and have fun with friends. Bring your imagination and
            step into your own World on Kaneva.
        </p>
    </div>

                        </div>
                        <div id="_ctl0_defaultFooter_footerNotAuth" class="footer">
	<ul>
		<li><a href="community/safety.kaneva" id="_ctl0_defaultFooter_A14">Safety</a></li>
		<li>|</li>
		<li><a href="community/Careers.kaneva" id="_ctl0_defaultFooter_A27">Careers</a></li>
		<li>|</li>
		<li><a href="overview/TermsAndConditions.aspx">Terms</a></li>
		<li>|</li>
		<li><a href="overview/privacy.aspx">Policy</a></li>
	</ul>
	© 2016 Kaneva<br />
	<span style="visibility:hidden;"><span id="_ctl0_defaultFooter_lblVersion">version 16.9.1.17</span><span id="_ctl0_defaultFooter_lblLoadTime"></span></span>
</div>  

  


<div id="fb-root"></div>
                    </div>
                </div>
            </div>
        </form>
      
    </body>
</html>
 
