<!DOCTYPE html>
<html>
    <head>
        <title>wayshiriu.com</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" href="/static/themes/bloglike/styles/gades.css" type="text/css" media="screen" />
        <link rel="stylesheet" href="/static/themes/bloglike/styles/default.css" type="text/css" media="screen" />
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    </head>
    <body>
        <div id="sandbox" style="display: none;">
            <!-- div id="big_ads">
                <div class="ads_wrapper">
                    <script type="text/javascript">
                        google_ad_client = "ca-pub-4496841677564850";
                        /* New Parking Right Column Small */
                        google_ad_slot = "6212182633";
                        google_ad_width = 250;
                        google_ad_height = 250;
                    </script>
                    <script type="text/javascript"
                            src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                    </script>                                
                </div>                
            </div -->
            <!-- div id="horisontal_ads">
                <div class="ads_wrapper" style="margin-bottom: 3em;">
                    <script type="text/javascript">
                        google_ad_client = "ca-pub-4496841677564850";
                        /* New Parking Top */
                        google_ad_slot = "3623289480";
                        google_ad_width = 468;
                        google_ad_height = 60;
                        
                    </script>        
                    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
                </div>            
            </div -->
            <script language="javascript">
                function setHomepage()
                {
                    if (document.all)
                    {
                        document.body.style.behavior='url(#default#homepage)';
                        document.body.setHomePage('http://WAYSHIRIU.COM/');

                    }
                    else if (window.sidebar)
                    {
                        if(window.netscape)
                        {
                            try
                            {  
                                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
                            }  
                            catch(e)  
                            {  
                                alert("this action was aviod by your browser，if you want to enable，please enter about:config in your address line,and change the value of signed.applets.codebase_principal_support to true");  
                            }
                        } 
                        var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
                        prefs.setCharPref('browser.startup.homepage','http://WAYSHIRIU.COM/');
                    }
                }
            </script>
            <script type="text/javascript">
                function addBookmark()
                {
                    var success=false;

                    // try each until all fail...
                    try {
                        window.external.AddFavorite(window.location, document.title);
                        success=true;
                    } catch(e) {}

                    try {
                        window.sidebar.addPanel(document.title,location.href,'');
                        success=true;
                    } catch(e) {}

                    if(!success)
                    {
                        alert("AUTO BOOKMKARING not supported\r\nIn your current browser.\r\n\r\nPress CTRL+D, or CMD+D\r\nto manually bookmark this page.");
                    }
                }
            </script>            
        </div>
        <div id="header">
            <!-- Header -->
            <div id="bookmarks-menu">
                <div class="wrapper">
                
                    <ul>
                        <li class="first"><a href="#" onclick="addBookmark();" style="font-size: 0.9em; padding: 15px 20px;">Bookmark This Page</a></li>
                        <li class="last"><a href="#" onclick="setHomepage();" style="font-size: 0.9em; padding: 15px 20px;">Set As Home Page</a></li>
                    </ul>
                </div>
            </div>
            <div class="wrapper">
                <div id="logo">
                    
                    <h1>WAYSHIRIU<span id="zone">.COM</span></h1>
                    <p id="slogan">"I like thinking big. If you're going to be thinking anything, you might as well think big." - <strong>Donald Trump</strong></p>
                </div>
                <div id="search" #{ if pageProps.forSale }style='margin-top: 20px;'#{/if}>
                    <div id="form">
                        <input class="search_request" id="request" type="text" value="Search..." name="request" onfocus="focusSearch();" onblur="blurSearch();" />
                        <input id="submit" type="button" value="" onclick="submitSearch()" />
                        <script type="text/javascript">
                            function focusSearch(){
                                $(".search_request").val("");
                            }
                            function blurSearch(){
                                if($(".search_request").val() == ""){
                                    $(".search_request").val("Search...");
                                }
                            }
                            function submitSearch(){
                                var location = "/en/"+$(".search_request").val();
                                window.location.href = location;
                            }
                        </script>
                    </div>
                </div>
            </div>
            <!-- End Header -->
        </div>
        <div id="content" class="wrapper">
            <!-- Content -->
            <div id="banners">
                
                    <a href="https://lookoutnames.com/" style="float: left;"><img src="/static/themes/bloglike/images/lookoutnames_banner.jpg" /></a>
                    <a href="http://bellnames.com/" style="float: right;"><img src="/static/themes/bloglike/images/bellnames_banner.jpg" /></a>
                
                
            </div>
            <div id="main-menu">
                <ul>
                    <li class="first active"><a href="/">Home</a></li>
                    <li><a href="/">About</a></li>
                    <li><a href="/">Privacy Policy</a></li>
                    <li class="last"><a href="/">Contacts</a></li>
                </ul>
            </div>
            <div class="columns">
                <div class="left">
                    <div class="news">

                        <div id="news-container"></div>
                        <script type="text/javascript">
                            function renderResults(data){
                                var container = $('#news-container');

                                for (var i=0; i<data.responseData.results.length; i++)
                                {
                                    var result = data.responseData.results[i];
                                    var titleNoFormatting = $('<a class="search-result-title" href="'+result.url+'" target="_blank">' + result.titleNoFormatting + '</a>');
                                    titleNoFormatting.appendTo(container);
                                    var content = $('<div class="search-result-content">'+ result.content +'</div>');
                                    content.appendTo(container);
                                    var resultUrl = $('<a class="search-result-url" href="'+result.url+'" target="_blank">' + result.visibleUrl + '</a>');
                                    resultUrl.appendTo(container);
                                    if(i==0){
                                        container.append($("#horisontal_ads"));
                                    }
                                }
                            }
                        </script>
                        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=domain&callback=renderResults"></script>
                    </div>
                </div>
                <div class="right">
                    <div class="widget">
                        <h1>Categories</h1>
                        <div class="widget_content">
                            <ul class="categories">
                                
                                <li><a href="/en/state" rel="nofollow">state</a></li>
                                
                                <li><a href="/en/country" rel="nofollow">country</a></li>
                                
                                <li><a href="/en/land" rel="nofollow">land</a></li>
                                
                                <li><a href="/en/set" rel="nofollow">set</a></li>
                                
                                <li><a href="/en/class" rel="nofollow">class</a></li>
                                
                                <li><a href="/en/environment" rel="nofollow">environment</a></li>
                                
                                <li><a href="/en/content" rel="nofollow">content</a></li>
                                
                                <li><a href="/en/region" rel="nofollow">region</a></li>
                                
                                <li><a href="/en/cognitive content" rel="nofollow">cognitive content</a></li>
                                
                                <li><a href="/en/mental object" rel="nofollow">mental object</a></li>
                                
                                <li><a href="/en/social class" rel="nofollow">social class</a></li>
                                
                                <li><a href="/en/stratum" rel="nofollow">stratum</a></li>
                                
                                
                            </ul>
                        </div>
                    </div>
                    <!-- div class="widget">
                        <h1>Ads Channel</h1>
                        <div class="widget_content">
                            <div id="big_ads_container"></div>
                            <script type="text/javascript">
                                var container = $('#big_ads_container');
                                container.append($("#big_ads"));
                            </script>
                        </div>
                    </div -->
                    <div class="widget">
                        <h1>Tag Cloud</h1>
                        <div class="widget_content">
                            
                        </div>
                    </div>
                </div>
            </div>
            <!-- End Content -->
        </div>
        <div id="footer">
            <div class="wrapper">
                <div class="related_searches">
                    <label>Related Searches: </label>
                    <ul>
                        
                        <li><a href="/">state</a></li>
                        
                        <li><a href="/">country</a></li>
                        
                        <li><a href="/">land</a></li>
                        
                        <li><a href="/">set</a></li>
                        
                        <li><a href="/">class</a></li>
                        
                        <li><a href="/">environment</a></li>
                        
                        <li><a href="/">content</a></li>
                        
                        <li><a href="/">region</a></li>
                        
                        <li><a href="/">cognitive content</a></li>
                        
                        <li><a href="/">mental object</a></li>
                        
                        <li><a href="/">social class</a></li>
                        
                        <li><a href="/">stratum</a></li>
                        
                    </ul>
                </div>
                <div class="description">
                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                </div>
            </div>
        </div>
    </body>
</html>
