<!DOCTYPE html>
<html lang="sk" xmlns:og="http://ogp.me/ns#">
    <head data-layout-view="default">
<script>
    window.dataLayer = window.dataLayer || [];
        </script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T5W4WQ');</script>
<!-- End Google Tag Manager -->
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Gill 600 power tong manual - CHORVATANIA</title>
    <link rel="icon" href="http://chorvatania.sk/favicon.ico" type="image/x-icon" />
    <link rel="SHORTCUT ICON" href="http://chorvatania.sk/favicon.ico" type="image/x-icon" />
    <meta name="description" content=" 
 
GILL 600 POWER TONG MANUAL    DOWNLOAD LINK  
GILL 600 POWER TONG MANUAL    READ ONLINE 
 

 
 
 
 
 
 
         
 
 
The 123-20 Repair Kit will fit on lif…" />
    <meta name="keywords" content="Triblavina, Panónsky, Element, Miesto, Čierna, Chorvátsky, Grob, Suché, Voda, Monarská" />
<meta name="title" content="Gill 600 power tong manual" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://chorvatania.sk/photo/albums/gill-600-power-tong-manual?rss=yes&amp;xn_auth=no" />
<meta property="og:title" content="Gill 600 power tong manual" />
<meta property="og:image" content="https://storage.ning.com/topology/rest/1.0/file/get/2808230245?profile=UPSCALE_150x150">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Gill 600 power tong manual" />
<meta name="twitter:description" content=" 
 
GILL 600 POWER TONG MANUAL    DOWNLOAD LINK  
GILL 600 POWER TONG MANUAL    READ ONLINE 
 

 
 
 
 
 
 
         
 
 
The 123-20 Repair Kit will fit on lif…" />
<meta name="twitter:image" content="https://storage.ning.com/topology/rest/1.0/file/get/2808230245?profile=UPSCALE_150x150" />
<link rel="image_src" href="https://storage.ning.com/topology/rest/1.0/file/get/2808230245?profile=UPSCALE_150x150" />
<script type="text/javascript">
    djConfig = { baseScriptUri: 'http://chorvatania.sk/xn/static-6.11.8.1/js/dojo-0.3.1-ning/', isDebug: false }
ning = {"CurrentApp":{"premium":true,"iconUrl":"https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/2808230245?profile=UPSCALE_150x150","url":"httpchorvatan.ning.com","domains":["chorvatania.sk"],"online":true,"privateSource":true,"id":"chorvatan","appId":6307843,"description":"Komunita obyvate\u013eov a sympatizantov obce Chorv&aacute;tsky Grob (\u010cierna Voda, Triblavina, Pan&oacute;nsky H&aacute;j, Such&eacute; Miesto, Monarsk&aacute; alej, 5 Element...)","name":"CHORVATANIA","owner":"10xrhkfilffuk","createdDate":"2010-09-24T10:58:28.000Z","runOwnAds":false,"category":{"Triblavina":null,"Pan\u00f3nsky":null,"Element":null,"Miesto":null,"\u010cierna":null,"Chorv\u00e1tsky":null,"Grob":null,"Such\u00e9":null,"Voda":null,"Monarsk\u00e1":null},"tags":["Triblavina","Pan\u00f3nsky","Element","Miesto","\u010cierna","Chorv\u00e1tsky","Grob","Such\u00e9","Voda","Monarsk\u00e1"]},"CurrentProfile":null,"maxFileUploadSize":5};
        (function(){
            if (!window.ning) { return; }

            var age, gender, rand, obfuscated, combined;

            obfuscated = document.cookie.match(/xgdi=([^;]+)/);
            if (obfuscated) {
                var offset = 100000;
                obfuscated = parseInt(obfuscated[1]);
                rand = obfuscated / offset;
                combined = (obfuscated % offset) ^ rand;
                age = combined % 1000;
                gender = (combined / 1000) & 3;
                gender = (gender == 1 ? 'm' : gender == 2 ? 'f' : 0);
                ning.viewer = {"age":age,"gender":gender};
            }
        })();

        if (window.location.hash.indexOf('#!/') == 0) {
        window.location.replace(window.location.hash.substr(2));
    }
    window.xg = window.xg || {};
xg.captcha = {
    'shouldShow': false,
    'siteKey': '6Ldf3AoUAAAAALPgNx2gcXc8a_5XEcnNseR6WmsT'
};
xg.addOnRequire = function(f) { xg.addOnRequire.functions.push(f); };
xg.addOnRequire.functions = [];
xg.addOnFacebookLoad = function (f) { xg.addOnFacebookLoad.functions.push(f); };
xg.addOnFacebookLoad.functions = [];
xg._loader = {
    p: 0,
    loading: function(set) {  this.p++; },
    onLoad: function(set) {
                this.p--;
        if (this.p == 0 && typeof(xg._loader.onDone) == 'function') {
            xg._loader.onDone();
        }
    }
};
xg._loader.loading('xnloader');
if (window.bzplcm) {
    window.bzplcm._profileCount = 0;
    window.bzplcm._profileSend = function() { if (window.bzplcm._profileCount++ == 1) window.bzplcm.send(); };
}
xg._loader.onDone = function() {
            if(window.bzplcm)window.bzplcm.start('ni');
        xg.shared.util.parseWidgets();    var addOnRequireFunctions = xg.addOnRequire.functions;
    xg.addOnRequire = function(f) { f(); };
    try {
        if (addOnRequireFunctions) { dojo.lang.forEach(addOnRequireFunctions, function(onRequire) { onRequire.apply(); }); }
    } catch (e) {
        if(window.bzplcm)window.bzplcm.ts('nx').send();
        throw e;
    }
    if(window.bzplcm) { window.bzplcm.stop('ni'); window.bzplcm._profileSend(); }
};
window.xn = { track: { event: function() {}, pageView: function() {}, registerCompletedFlow: function() {}, registerError: function() {}, timer: function() { return { lapTime: function() {} }; } } };</script>
<link rel="image_src" href="http://static.ning.com/socialnetworkmain/widgets/photo/gfx/albums/default_cover_120x120.gif?xn_version=4024552908" type="image/jpeg" /><meta name="title" content="Gill 600 power tong manual" /><link rel="alternate" type="application/rss+xml" title="Gill 600 power tong manual - CHORVATANIA" href="http://chorvatania.sk/photo/albums/gill-600-power-tong-manual?rss=yes&amp;xn_auth=no" /><link rel="alternate" type="application/atom+xml" title="Koment&aacute;re - Gill 600 power tong manual - CHORVATANIA" href="http://chorvatania.sk/photo/albumcomment/feed?attachedTo=6307843%3AAlbum%3A253560&amp;xn_auth=no" />
<style type="text/css" media="screen,projection">
#xg_navigation ul div.xg_subtab ul li a {
    color:#666666;
    background:#F2F2F2;
}
#xg_navigation ul div.xg_subtab ul li a:hover {
    color:#333333;
    background:#D9D9D9;
}
</style>

<style type="text/css" media="screen,projection">
@import url("http://static.ning.com/socialnetworkmain/widgets/index/css/common.min.css?xn_version=1229287718");
@import url("http://static.ning.com/socialnetworkmain/widgets/photo/css/component.min.css?xn_version=3156643033");

</style>

<style type="text/css" media="screen,projection">
@import url("/generated-69ce49eb0fe748-05408553-css?xn_version=202604021034");

</style>

<style type="text/css" media="screen,projection">
@import url("/generated-69ce47944d94a7-67576410-css?xn_version=202604021034");

</style>

<!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="http://static.ning.com/socialnetworkmain/widgets/index/css/common-ie6.min.css?xn_version=463104712" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="http://static.ning.com/socialnetworkmain/widgets/index/css/common-ie7.css?xn_version=2712659298" />
<![endif]-->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://chorvatania.sk/profiles/blog/rsd" />

    </head>
    <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5W4WQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
                <div id="xn_bar">
            <div id="xn_bar_menu">
                <div id="xn_bar_menu_branding" >
                                            <p id="xn_brand" style="display: block !important;"><a href="https://www.ning.com"><span>Ning</span></a></p>
                                            <p id="xn_gyo_link">
                                                    <a href="https://www.ning.com/pricing/">Vytvorte sieť Ning.</a>
                                                </p>
                                     </div>

                <div id="xn_bar_menu_more">
                    <form id="xn_bar_menu_search" method="GET" action="http://chorvatania.sk/main/search/search">
                        <fieldset>
                            <input type="text" name="q" id="xn_bar_menu_search_query" value="Vyhľadať sieť CHORVATANIA" _hint="Vyhľadať sieť CHORVATANIA" accesskey="4" class="text xj_search_hint" />
                            <a id="xn_bar_menu_search_submit" href="#" onclick="document.getElementById('xn_bar_menu_search').submit();return false">Hľadať</a>
                        </fieldset>
                    </form>
                </div>

                            <ul id="xn_bar_menu_tabs">
                                            <li><a href="http://chorvatania.sk/main/authorization/signUp?target=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno">Registrovať sa</a></li>
                                                <li><a href="http://chorvatania.sk/main/authorization/signIn?target=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno">Prihlásiť sa</a></li>
                                    </ul>
                        </div>
        </div>
        
        
        <div id="xg" class="xg_theme xg_widget_photo xg_widget_photo_album xg_widget_photo_album_show" data-layout-pack="classic">
            <div id="xg_head">
                <div id="xg_masthead">
                    <p id="xg_sitename"><a id="application_name_header_link" href="/">CHORVATANIA</a></p>
                    <p id="xg_sitedesc" class="xj_site_desc">Komunita obyvateľov a sympatizantov obce Chorv&aacute;tsky Grob</p>
                </div>
                <div id="xg_navigation">
                    <ul>
    <li id="xg_tab_main" class="xg_subtab"><a href="/"><span>Titulka</span></a></li><li id="xg_tab_xn7" class="xg_subtab"><a href="/page/nova-skola"><span>Nov&aacute; &scaron;kola</span></a></li><li id="xg_tab_xn11" class="xg_subtab"><a href="/page/informacie-z-ocz"><span>Inform&aacute;cie z OcZ</span></a></li><li id="xg_tab_xn12" class="xg_subtab"><a href="/page/promcen-informacie"><span>PROMCEN - inform&aacute;cie</span></a></li><li id="xg_tab_profile" class="xg_subtab"><a href="/profiles"><span>M&ocirc;j profil</span></a></li><li id="xg_tab_blogs" class="xg_subtab"><a href="/profiles/blog/list"><span>Blogy</span></a></li><li dojoType="SubTabHover" id="xg_tab_xn8" class="xg_subtab"><a href="/page/archiv"><span>Arch&iacute;v</span></a><div class="xg_subtab" style="display:none;position:absolute;"><ul class="xg_subtab" style="display:block;" ><li style="list-style:none !important;display:block;text-align:left;"><a href="/page/volby2014" style="float:none;"><span>Voľby 2014</span></a></li></ul></div></li><li dojoType="SubTabHover" id="xg_tab_xn6" class="xg_subtab this"><a href="/page/galeria"><span>Gal&eacute;ria</span></a><div class="xg_subtab" style="display:none;position:absolute;"><ul class="xg_subtab" style="display:block;" ><li style="list-style:none !important;display:block;text-align:left;"><a href="/video" style="float:none;"><span>Vide&aacute;</span></a></li><li style="list-style:none !important;display:block;text-align:left;"><a href="/photo" style="float:none;"><span>Fotografie</span></a></li></ul></div></li><li id="xg_tab_xn9" class="xg_subtab"><a href="/forum"><span>F&oacute;rum</span></a></li><li id="xg_tab_xn3" class="xg_subtab"><a href="/page/anonymka-1"><span>Anonymka</span></a></li></ul>

                </div>
            </div>
            <div id="xg_ad_below_header" class="xg_ad xj_ad_below_header"></div>
            <div id="xg_body">
                <div id="albumIdDiv" style="display:none;" _albumId="6307843:Album:253560"></div>
                <div class="xg_column xg_span-16 xj_classic_canvas">
                    <ul class="navigation easyclear"><li><a href="http://chorvatania.sk/photo">V&scaron;etky fotografie</a></li><li><a href="http://chorvatania.sk/photo/album/list">V&scaron;etky albumy</a></li><li><a href="http://chorvatania.sk/photo/photo/listForContributor?">Moje fotografie</a></li><li><a href="http://chorvatania.sk/photo/album/listForOwner?">Albumy</a></li><li class="right xg_lightborder navbutton"><a href="http://chorvatania.sk/photo/album/new" class="xg_sprite xg_sprite-add">Pridať</a></li></ul><div class="xg_module xg_module_with_dialog">
	<div class="xg_headline xg_headline-img xg_headline-2l">
    <div class="ib"><span class="xg_avatar"><a class="fn url" href="http://chorvatania.sk/profile/Mantere"  title="Mantere"><span class="table_img dy-avatar dy-avatar-64 "><img  class="photo photo" src="http://storage.ning.com/topology/rest/1.0/file/get/2808675206?profile=original&amp;width=64&amp;height=64&amp;crop=1%3A1&amp;xj_user_default=1" alt="" /></span></a></span></div>
<div class="tb"><h1>Gill 600 power tong manual</h1>
        <ul class="navigation byline">
            <li><a class="nolink">Pridané osobou </a><a href="/profile/Mantere">Mantere</a><a class="nolink"> dňa J&uacute;l 18, 2022 o 1:57pm</a></li>
            <li><a class="xg_sprite xg_sprite-view" href="http://chorvatania.sk/photo/album/listForOwner?screenName=35c907d236f640a296d6e9a9d83889ae">Prezerať albumy</a></li>
        </ul>
    </div>
</div>
    <div class="xg_module_body nopad body_albumdetail_main">
        <div class="xg_column xg_span-4">
            <div class="albuminfo pad5">
                <div style="background-image: url(http://static.ning.com/socialnetworkmain/widgets/photo/gfx/albums/default_cover_120x120.gif?xn_version=4024552908);" class="albumcover">
                    Gill 600 power tong manual                </div>
                                    <div class="xg_user_generated"><p class="album_description"><p> </p>
<p> </p>
<center><strong>GILL 600 POWER TONG MANUAL >> <u><a href="http://jau.cloudz.pw/download?file=gill+600+power+tong+manual" rel="nofollow">DOWNLOAD LINK</a></u></strong> <br/><p> </p>
<br/><strong>GILL 600 POWER TONG MANUAL >> <u><a href="http://jau.cloudz.pw/read?file=gill+600+power+tong+manual" rel="nofollow">READ ONLINE</a></u></strong><p> </p>
<p> </p>
</center>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/></p>
<p> </p>
<p> </p>
<p>The 123-20 Repair Kit will fit on lifts for the following tongs. This is equivalent to Gill part number. Peckomatic part numbers 203019 or 30-105 58-93R 58-02 and (58-93-02) 54-93 Gill 500 Gill 600 Peckomatic 631 Carter Tool: CT93R-100 and CT93R-100A CT93RHT and CT93RHT TP-82 TP-94 Many others. Kit Includes Following Items 1 x 11-353 O'ring 1 x 2015 John Deere 3038E. Manufacturer: John Deere. Model: 3038E. Hours: 211. MFWD Loader: Yes English North American Operator's Manual and Decal Kit Downward Exhaust 15-19.5 (6PR, R4 Industrial, 1 Position) 25x8.50-14 (6PR, R4 Industrial, 2 Position) Rear Drawbar D160 Loader Factory Insta $24,000. Rockford, IL, USA. National Oil well Varco offers eight models of Gill Power Tongs, the Model 450 500, 500HT 550, 600, 600HT, 700 and RSHD Power Tubing Tong.(Fig C) Models. Model 500 Power Tubing Tong: With a maximum standard torque of 6,000 ft-lbs at 2,000 PSI, the Model 500 Power Tubing Tong enables operators to change gears during operation and an improved Set 2006 Gill tbg. Tongs (Fosters) W/heads 2-3/8 to 3-1/2, 4 1/2 W/air backups Set Oil Country tbg. Tongs for parts. Extra large work floor w/stairs and handrails Base beam 2000 DCT tandem axle trailer 1994 DCT tandem axle trailer 2011 Spirit tandem axle dog house 2007 Quadco pad weight indicator W/new pads 2007 Quadco deadline indicator (new) Gill Tubing Tongs. Models: 500, 600, & 600 HT San Angelo, TX San Angelo, TX, USA Click to Request Price HTR TP82 BUCKING UNIT Manufacturer: HTR (Skid mounted electric powered) Torque capacity RPM range (Based on 33.5 gpm at 2,000 psi) Hydraulic unit:Main motor 40 hp/3/60/220 or 440v The unit comes with 2 3/8" jaws in the backup and 2 7/8" jaw Bearing for 58-93R Hydraulic Foster Power Tong. Foster 58-93R. Equivilant Part #'s. 2007 BW 600 - Level 4 Rebuild May 2009 Tri Steer w/air ride - Tri Drive 1 58-93 R Gill Tongs c/w Lift Cylinder 1 Unity Rig 75 Ton Block 1 75T S.J. Slips and Spider 2 7/8 & 2 3/8 x 3.5 1 Hydro Weight Indicator Power tong holder Carries all auxlirary equipment. Doghouse Info . ELECTRIC POWERED UNIT IDEAL FOR INDOOR USE SUITABLE FOR OUTDOOR PIPE SIZES RANGING FROM 2-3/8" TO 6-/16" OD MAX. TORQUE (LOW GEAR) 15000 FT-LB TWO SPEED OPERATION WITH MAX SPEED (HIGH GEAR) 76 RPM BACKUP MOUNTED ON 4' SLIDE BUILT IN CONTROL CONSOLE WITH IQAN TORQUE MONITORING & REPORTING SYSTEM BACKED BY ONE YEAR WARRANTY Request more information Tongs - Power - Gill Tubing Tongs. Models: 500, 600, & 600 HT For more information please call 325-277-3433 San Angelo, TX More Info. Wichtex Machinery Co Inc. San Angelo, Tongs - Manual - Price Details: Call For Pricing Handling Equipment Type: Tongs Location: Moab Utah Condition: Excellent Manufacturer: King Oil Tool Model: KT16 Details ——Gill Repair Services ——Hydraulic Power Tongs ——Model 100 Kelly Spinner ——Model 300M Sucker Rod Tong ——Manual Tongs ——-HT Manual Tongs ——Power Slips ——-Power Slip Frame ——-PS-15 Power Slip ———VPL 600 Vertical Leaf Filtration Unit Gill Model 600 Casing Tongs 4-1/2" to 5-1/2" Foster Model 5493 casing tongs 4-1/2" to 5-1/2" Oil Country Casing Tongs --for make up only 4-1/2" Eckel style casing tongs 4-1/2" to 5-1/2" Casing Tongs >5-1/2" - 10-5/8" Customer will be responsible for trucking charges for movement of equipment to and from location. With 35 GPM and 2000 psi make-up can be performed in 3.00 seconds per joint and breakout in 4.00 seconds. This tong produces a torque from 300 to 1500 ft-lbs in high gear and 1500 t</p></div>
                <p class="share-links clear"><br><br>        <a class="post_to_facebook xj_post_to_facebook" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno%26xg_source%3Dfacebookshare&amp;t=" _url="http://chorvatania.sk/photo/albums/gill-600-power-tong-manual?rss=yes&amp;xn_auth=no&amp;xg_source=facebookshare" _title="" _log="{&quot;module&quot;:&quot;photo&quot;,&quot;page&quot;:&quot;album&quot;,&quot;action&quot;:&quot;show&quot;}">Facebook</a>
    </p>            </div>
        </div>
        <div class="xg_column xg_span-12 last-child">
            <ul class="clist">
                            </ul>
                    </div>
    </div>

</div>

        <div class="xg_module">
                                        <div class="xg_module_body">
                    <p id="add-comment">Komentár</p>
                                            <div class="comment-join">
                            <h3>Komentáre môžu pridávať iba členovia CHORVATANIA.</h3>
                                                <p><a href="http://chorvatania.sk/main/authorization/signUp?target=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno">Pripojte sa k sieti CHORVATANIA</a></p>
                                                </div>
                                                        </div>
                    <div class="xg_module_body" id="comments" style="display: none" _numComments="0" _scrollTo="">
                    </div>
                    <div class="xg_module_foot" id="xj_comments_footer" style="display:none">
                                            <p class="left">
                            <a class="xg_icon xg_icon-rss" href="http://chorvatania.sk/photo/albumcomment/feed?attachedTo=6307843%3AAlbum%3A253560&amp;xn_auth=no">technológia RSS</a>
                        </p>
                                    </div>
                    </div>
    
                </div>
                <div class="xg_column xg_span-4 xg_last xj_classic_sidebar">
                        <div class="xg_module" id="xg_module_account">
        <div class="xg_module_body xg_signup xg_lightborder">
            <p>Ste tu prvý krát?</p>
                        <p class="last-child"><big><strong><a href="http://chorvatania.sk/main/authorization/signUp?target=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno">Registrovať sa</a></strong></big><br/>alebo prejdite na <a href="http://chorvatania.sk/main/authorization/signIn?target=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno" style="white-space:nowrap">Prihlásenie</a></p>
                            <div class="xg_external_signup xg_lightborder xj_signup">
                    <p class="dy-small">Or sign in with:</p>
                    <ul class="providers">
            <li>
            <a
                onclick="xg.index.authorization.social.openAuthWindow(
                    'https://auth.ning.com/socialAuth/facebook?edfm=oJdAxSvCc2RGCGTmSZ1RVXGlJoRb56AzSQ56eR7thOyzZlHik2%2FQioYM%2F8iepf2KCyyuMc47TLQxCltWqG9pOdxm9NGXZT6Jkm3yzRvsd6uktXf%2B4H3CTTaH7FtcssmtESxMC2yUE4ASBezm7vvfnQgkIHz3i7tWPHEi4lidfk8%2BXLM6p6huaIpwxKAmKLjuKIbIbtwq87okIdROPaUBG%2Fg9heerDJz3JfnRUIMtHy819AS3tKVO8HCxPZzO%2FgmP4XPhUzC%2F%2BJsKKbZDDf342YpNex4tneNJpJT4%2BM7iL%2B25%2BUMuRVqNe4ouVO%2FdiOR%2FCScRqNEkbbJw3oX5%2BBQrOOmj5%2FCZDOSCyt5zMUO%2FXITS5hF0OAnlN2HowqOoDeTdd7d8X47IfUTtoysSd5pSXcCvTUYFlPBSvBtV8OLzG6L35Q77EcFFrIUTivFzUJlNMRCfP5Oi6KV%2BQrRWuBOUe%2BK67bmOYqwm%2FshsVFlCCnU%3D'
                    ); return false;">
                            <span class="mini-service mini-service-facebook" title="Facebook"></span>
                        </a>
        </li>
            <li>
            <a
                onclick="xg.index.authorization.social.openAuthWindow(
                    'https://auth.ning.com/socialAuth/twitter?edfm=9wxHe9L6EHY3xYuUjJbZ5qL7ljfOEC7YI00rx2wkyL2IREPy5doLZ%2FQRpMrtVVHEBcPDfoE8uqOTkdAi2ToX%2FNcHZILHBQCMFzYaaxG8ZKZnD0daYNQ9ifOMMEtEOBrWhfK2EmbVu%2B1jnVF75SzDfVisNv6iHv2FBNqifhkus7RA3opNzE90VFgZzgUB16%2BT6arQSVSoFoCZYzxBTND%2FRLlUGgRGNKndZbRuCNKVNo%2BmoordzLmLgw3mZX1r5VgWXiCUflRP0Il0%2BCzZqANe4uAL7oZ9bfhvcODpbPNQ0kJSaIVURDp%2FysSa00WNkv%2Bauvwb0Nr0Bqsnb5T8TxgmQ1yz1F1X07JiGtq02JPPnxwzlDZuAmOfdNnf0VcSvLPtBzOU5TeaxWJpfNF3qqT0qfA8Z6xUSiZNJxqtXw9dxYgnaPrRk99sKpJGu9zoDfERhRYrax7X5f%2BB33IIQ0%2BiWFfQ29TXPMvIwlaHXfjt3%2Fo%3D'
                ); return false;">
                <span class="mini-service mini-service-twitter" title="Twitter"></span>
            </a>
        </li>
            <li>
            <a
                onclick="xg.index.authorization.social.openAuthWindow(
                    'https://auth.ning.com/socialAuth/yahooopenidconnect?edfm=VrMmLW6hcWcbjFxJO1ZmFjRubtjbH5QgwIREJRaFJKJCq3wEt4elPfroirVJY%2BHVEnmfngzY348uGv7XxJxDVtbdqQq6SkUHJScXABIY2Kgj8EQhv52vbhnLaOrRPoSuNwUnGJ8Kkmf9fuV%2F9JmqQuPrjjHV4cYck%2FfevY5w7vsy9jHlKFh1ShV495isvg3xuKYG2hoG%2BYMcBW30RKVTRiqvyJeuAAx4ymVjO%2BCuESUDGUTwCKquEQCqIC4uPTs5g5kJ9tzSPmiGOhkUHtKcX0LtUL77d8AdvJHiqoXahMcbEGzz6YOX75E1tH4BhfW2Fx%2FC4kyUQAsu0ae%2BoO3B9iBdjbqV5cx1fKoN7BUOBdqCzKUKNrGJsgOVtRqbC7rX'
                ); return false;">
                <span class="mini-service mini-service-yahoo" title="Yahoo!"></span>
            </a>
        </li>
    </ul>
                </div>
                    </div>
    </div>

                </div>
            </div>
            <div id="xg_foot">
                <p class="left">
    © 2026             &nbsp; Created by <a href="/profile/StefanSladecek">&Scaron;tefan Sl&aacute;deček</a>.            &nbsp;
    Používa<a class="poweredBy-logo" href="https://www.ning.com/" title="" alt="" rel="dofollow">
    <img class="poweredbylogo" width="87" height="15" src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/Ning_MM_footer_wht@2x.png?xn_version=2105418020"
         title="Ning Website Builder" alt="Website builder | Create website | Ning.com">
</a>    </p>
    <p class="right xg_lightfont">
                    <a href="http://chorvatania.sk/main/embeddable/list">Symboly</a> &nbsp;|&nbsp;
                        <a href="http://chorvatania.sk/main/authorization/signUp?target=http%3A%2F%2Fchorvatania.sk%2Fmain%2Findex%2Freport" dojoType="PromptToJoinLink" _joinPromptText="Ak chcete dokončiť tento krok, zaregistrujte sa alebo sa prihl&aacute;ste." _hasSignUp="true" _signInUrl="http://chorvatania.sk/main/authorization/signIn?target=http%3A%2F%2Fchorvatania.sk%2Fmain%2Findex%2Freport">Nahlásiť problém</a> &nbsp;|&nbsp;
                        <a href="http://chorvatania.sk/main/authorization/termsOfService?previousUrl=http%3A%2F%2Fchorvatania.sk%2Fphoto%2Falbums%2Fgill-600-power-tong-manual%3Frss%3Dyes%26xn_auth%3Dno">Podmienky služby</a>
            </p>

            </div>
        </div>
        
        <div id="xj_baz17246" class="xg_theme"></div>
<div id="xg_overlay" style="display:none;">
<!--[if lte IE 6.5]><iframe></iframe><![endif]-->
</div>
<!--googleoff: all--><noscript>
	<style type="text/css" media="screen">
        #xg { position:relative;top:120px; }
        #xn_bar { top:120px; }
	</style>
	<div class="errordesc noscript">
		<div>
            <h3><strong>Na vašom počítači máte vypnutý JavaScript.</strong></h3>
            <p>S malými obmedzeniami môžete pokračovať v prezeraní CHORVATANIA.SK.</p>
			<img src="/xn_resources/widgets/index/gfx/jstrk_off.gif" alt="" height="1" width="1" />
		</div>
	</div>
</noscript><!--googleon: all-->
<script type="text/javascript" src="http://static.ning.com/socialnetworkmain/widgets/lib/core.min.js?xn_version=1651386455"></script>        <script>
            var sources = ["http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.ui.widget.js?xn_version=202604021034","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.iframe-transport.js?xn_version=202604021034","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.fileupload.js?xn_version=202604021034","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/12882191881?profile=original&r=1724772964","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/11108756093?profile=original&r=1684134884","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/31093194073?profile=original&r=1771939187","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/11108879063?profile=original&r=1684135226"];
            var numSources = sources.length;
                        var heads = document.getElementsByTagName('head');
            var node = heads.length > 0 ? heads[0] : document.body;
            var onloadFunctionsObj = {};

            var createScriptTagFunc = function(source) {
                var script = document.createElement('script');
                
                script.type = 'text/javascript';
                                var currentOnLoad = function() {xg._loader.onLoad(source);};
                if (script.readyState) { //for IE (including IE9)
                    script.onreadystatechange = function() {
                        if (script.readyState == 'complete' || script.readyState == 'loaded') {
                            script.onreadystatechange = null;
                            currentOnLoad();
                        }
                    }
                } else {
                   script.onerror = script.onload = currentOnLoad;
                }

                script.src = source;
                node.appendChild(script);
            };

            for (var i = 0; i < numSources; i++) {
                                xg._loader.loading(sources[i]);
                createScriptTagFunc(sources[i]);
            }
        </script>
    <script type="text/javascript">
if (!ning._) {ning._ = {}}
ning._.compat = { encryptedToken: "<empty>" }
ning._.CurrentServerTime = "2026-04-05T22:27:05+00:00";
ning._.probableScreenName = "";
ning._.domains = {
    base: 'ning.com',
    ports: { http: '80', ssl: '443' }
};
ning.loader.version = '202604021034'; // DEP-260402_1:d1eb1de 33
djConfig.parseWidgets = false;
</script>
    <script type="text/javascript">
        xg.token = '';
xg.canTweet = false;
xg.cdnHost = 'static.ning.com';
xg.version = '202604021034';
xg.useMultiCdn = true;
xg.staticRoot = 'socialnetworkmain';
xg.xnTrackHost = "coll.ning.com";
    xg.cdnDefaultPolicyHost = 'static';
    xg.cdnPolicy = [];
xg.global = xg.global || {};
xg.global.currentMozzle = 'photo';
xg.global.userCanInvite = false;
xg.global.requestBase = '';
xg.global.locale = 'sk_SK';
xg.num_thousand_sep = ",";
xg.num_decimal_sep = ".";
(function() {
    dojo.addOnLoad(function() {
        if(window.bzplcm) { window.bzplcm.ts('hr'); window.bzplcm._profileSend(); }
            });
            ning.loader.require('xg.video.index._shared', 'xg.video.video.ShowEmbedToggle', function() { xg._loader.onLoad('xnloader'); });
    })();    </script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18759637-1']);
  _gaq.push(['_trackPageview']);

  (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>
    document.addEventListener("DOMContentLoaded", function () {
        if (!dataLayer) {
            return;
        }
        var handler = function (event) {
            var element = event.currentTarget;
            if (element.hasAttribute('data-track-disable')) {
                return;
            }
            var options = JSON.parse(element.getAttribute('data-track'));
            dataLayer.push({
                'event'         : 'trackEvent',
                'eventType'     : 'googleAnalyticsNetwork',
                'eventCategory' : options && options.category || '',
                'eventAction'   : options && options.action || '',
                'eventLabel'    : options && options.label || '',
                'eventValue'    : options && options.value || ''
            });
            if (options && options.ga4) {
                dataLayer.push(options.ga4);
            }
        };
        var elements = document.querySelectorAll('[data-track]');
        for (var i = 0; i < elements.length; i++) {
            elements[i].addEventListener('click', handler);
        }
    });
</script>


    </body>
</html>
