http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: iswkc.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:fb="http://ogp.me/ns/fb#" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>International Spa & Wellness Knowledge Center - Welcome</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link rel="shortcut icon" href="http://www.iswkc.com/favicon.ico" type="image/x-icon" /> <link href="http://www.iswkc.com/styles/1366617461.main.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.calendar.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.content.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.photo.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.dstyle.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.login.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.admin.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363860539.elements.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1366276196.news.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1417526819.menu.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1376561721.widgets.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1363866937.carousel.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1364386753.forms.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/styles/1362665311.borders.style.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/system/modules/photo/css/jquery.ad-gallery.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/system/modules/photo/css/lightbox.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/system/modules/carousel/css/nivo.slider_3.2.css" rel="stylesheet" type="text/css" /> <link href="http://www.iswkc.com/system/modules/carousel/css/popular/popular.css" rel="stylesheet" type="text/css" /> <style type="text/css"> html { height: 100%; } body { height: 100%; padding: 0px; margin: 0px; background-color: #FFFFFF; color: #000000; font-family: Helvetica,sans-serif; font-size: 13px; } .main_container { width: 1000px; position: absolute; top: 0px; bottom: 0px; /* transparent borders for concistency with pagebuilder */ border-left: 1px solid transparent; border-right: 1px solid transparent; } </style> <script type="text/javascript" src="http://www.iswkc.com/system/js/calendar.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/dcolorpicker.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/dpopup.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/dsuggest.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/help.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/jquery.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/jqueryext.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/jqueryui.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/menu.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/multilang.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/photo.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/textinput.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/util.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/js/wysiwyg.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/modules/news/js/news.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/modules/photo/js/jquery.ad-gallery.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/modules/carousel/js/swfobject.js"></script> <script type="text/javascript" src="http://www.iswkc.com/system/modules/carousel/js/nivo.slider_3.2.js"></script> <script type="text/javascript"> var LANG = 'en'; var PID = '212'; var OWN_ADDRESS = 'http://www.iswkc.com'; var DOMAIN = 'http://www.iswkc.com'; var SYS_DIR = 'system'; var PAGE = '7'; // calendar var ALL_MONTHS = new Array("January","February","March","April","May","June","July","August","September","October","November","December"); var ALL_WEEKS = new Array("monday","tuesday","wednesday","thursday","friday","saturday","sunday"); var SELECTED_DATE = "selected date"; var CLICK_TO_SELECT = "click to select date"; var STR_TODAY = "today"; // system colors var SYS_COLORS = new Array(); var ncol = new Array(); ncol["id"] = "1"; ncol["name"] = "main"; ncol["value"] = "#FFFFFF"; ncol["contrast"] = "#000000"; SYS_COLORS.push(ncol); var ncol = new Array(); ncol["id"] = "2"; ncol["name"] = "support"; ncol["value"] = "#196B93"; ncol["contrast"] = "#FFFFFF"; SYS_COLORS.push(ncol); var ncol = new Array(); ncol["id"] = "3"; ncol["name"] = "even"; ncol["value"] = "#5BBDEA"; ncol["contrast"] = "#000000"; SYS_COLORS.push(ncol); var ncol = new Array(); ncol["id"] = "4"; ncol["name"] = "odd"; ncol["value"] = "#196B93"; ncol["contrast"] = "#FFFFFF"; SYS_COLORS.push(ncol); var ncol = new Array(); ncol["id"] = "5"; ncol["name"] = "mouse"; ncol["value"] = "#DDDDDD"; ncol["contrast"] = "#000000"; SYS_COLORS.push(ncol); var ncol = new Array(); ncol["id"] = "6"; ncol["name"] = "fonts"; ncol["value"] = "#000000"; ncol["contrast"] = "#FFFFFF"; SYS_COLORS.push(ncol); function setMainLeft() { var main = document.getElementById("main_container"); var left = 0; var fluid = ""; var non_fluid = false; if(getWindowWidth() > 1000) { left = (getWindowWidth() - 1000) / 2; } if(fluid || non_fluid){ $(window).resize(function() { if($(window).width() > 1000) { percentage = (1000/$(window).width()) * 100; fluid = (100-percentage)/2; $(".main_container").css("margin-left", fluid+"%"); $(".main_container").css("margin-right", fluid+"%"); $("body").css("overflow-x", "hidden"); $(".main_container").css("overflow-x", "visible"); }else{ fluid = 0; $(".main_container").css("margin-left", fluid+"%"); $(".main_container").css("margin-right", fluid+"%"); $("body").css("overflow-x", "visible"); $(".main_container").css("overflow-x", "hidden"); } }); if($(window).width() > 1000) { $(".main_container").css("margin-left", fluid+"%"); $(".main_container").css("margin-right", fluid+"%"); $("body").css("overflow-x", "hidden"); }else{ fluid = 0; $(".main_container").css("margin-left", fluid+"%"); $(".main_container").css("margin-right", fluid+"%"); $("body").css("overflow-x", "visible"); $(".main_container").css("overflow-x", "hidden"); } }else{ main.style.left = left + 'px'; } } function burstFrame() { if (top !=self ) top.location=self.location; } var ALLOW_THIRD_PARTY_COOKIES = false; function set_allow_cookies(answer){ document.location = OWN_ADDRESS+"/index.php?page="+PAGE+"&lang="+LANG+"&cookie_answer="+answer; if(answer=="allow"){ var ALLOW_THIRD_PARTY_COOKIES = true; }else if(answer=="disallow"){ var ALLOW_THIRD_PARTY_COOKIES = false; } } $(document).ready(function(){ lightbox(295, 'single'); }); /*function carousel_295() { $('#slider_295').nivoSlider({ slideshowEnd: function(){ }, // Triggers after all slides have been shown effect:'random', //animSpeed:1000, pauseTime:5000, pauseOnHover: false }); } $(window).load(function() { $('.slider-wrapper').show(); carousel_295(); });*/ $(window).load(function(){ $('#slider_295').nivoSlider({ effect:'random', pauseTime:5000, pauseOnHover: false }); }); $(document).ajaxComplete(function() { setFooter(39, true); }); document.onreadystatechange = function () { if (document.readyState == "complete") { setFooter(39, true); } if (document.readyState == "interactive") { setFooter(39, true); } } $(window).resize(function() { setFooter(39, true); }); </script> <script type='text/javascript'>var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-39508524-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> </head> <body id="main_body"> <div style="position:absolute;z-index:6;" class="cookiebar" >For this site to function properly, we use cookies. <a class="more_cookies" href="http://www.iswkc.com/disclaimer/">Read the privacy policy.</a><button style="margin-left:50px;" type="button" onclick="set_allow_cookies('allow')">Close</button></div> <script> var cookiebar_height = $(".cookiebar").height(); if($("body").css("background-position")!=""){ $("body").css("background-position", "left "+cookiebar_height+"px"); } </script> <div style="top:30px;" id="main_container" class="main_container" > <div id="fb-root"></div> <script type="text/javascript"> setMainLeft(); //align main container </script> <div style="position: absolute; height: 111px; width: 505px; top: 4px; left: -4px; z-index: 0; display: block;" id="container_37" > <table class="inv_r_table" id="container_37_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_37_lb"></td> <td class="inv_r_b" id="container_37_b"> </td> <td class="inv_r_rb" id="container_37_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_37_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_37_content" style="height: 97px; text-align: left; vertical-align: top; background-image: url('http://www.iswkc.com/images/backgrounds/iswkclogo.png'); background-repeat: no-repeat; background-position: top left; "> <div id="content_37" style=""> </div> </td> <td class="inv_r_r" id="container_37_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_37_lo"></td> <td class="inv_r_o" id="container_37_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_37_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 40px; width: 503px; top: 79px; left: 505px; z-index: 3; display: block;" id="container_38" > <table class="inv_r_table" id="container_38_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_38_lb"></td> <td class="inv_r_b" id="container_38_b"> </td> <td class="inv_r_rb" id="container_38_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_38_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_38_content" style="height: 26px; text-align: left; vertical-align: top; "> <div id="content_38" style=""> <div id="pad_div_38" style="padding: 0px"> <div id="zm_cont_1_38" class="zmenu_1 container"> <ul id="zm_ul_1_1_38" class="zmenu_1 level_1"> <li id="zm_li_1_1" class="zmenu_1 level_1"> <a id="zm_a_1_1" class="zmenu_1 level_1" href="http://www.iswkc.com/home/" hreflang="en" >Home</a> </li> <li id="zm_li_1_2" class="zmenu_1 level_1"> <a id="zm_a_1_2" class="zmenu_1 level_1" href="http://www.iswkc.com/about/" hreflang="en" >About Us</a> <ul id="zm_ul_2_2" class="zmenu_1 level_2"> <li id="zm_li_2_45" class="zmenu_1 level_2"> <a id="zm_a_2_45" class="zmenu_1 level_2" href="http://www.iswkc.com/index.php?page=31&lang=en" hreflang="en" >Who are we?</a> <ul id="zm_ul_3_45" class="zmenu_1 level_3"> </ul> </li> </ul> </li> <li id="zm_li_1_3" class="zmenu_1 level_1"> <a id="zm_a_1_3" class="zmenu_1 level_1" href="http://www.iswkc.com/index.php?page=10&lang=en" hreflang="en" >Services</a> <ul id="zm_ul_2_3" class="zmenu_1 level_2"> <li id="zm_li_2_52" class="zmenu_1 level_2"> <a id="zm_a_2_52" class="zmenu_1 level_2" href="http://www.iswkc.com/events/" hreflang="en" >Events</a> <ul id="zm_ul_3_52" class="zmenu_1 level_3"> </ul> </li> </ul> </li> <li id="zm_li_1_5" class="zmenu_1 level_1"> <a id="zm_a_1_5" class="zmenu_1 level_1" href="http://www.iswkc.com/news/" hreflang="en" >News</a> <ul id="zm_ul_2_5" class="zmenu_1 level_2"> <li id="zm_li_2_17" class="zmenu_1 level_2"> <a id="zm_a_2_17" class="zmenu_1 level_2" href="http://www.iswkc.com/blog/" hreflang="en" >Blog</a> <ul id="zm_ul_3_17" class="zmenu_1 level_3"> </ul> </li> <li id="zm_li_2_18" class="zmenu_1 level_2"> <a id="zm_a_2_18" class="zmenu_1 level_2" href="http://www.iswkc.com/news/" hreflang="en" >News</a> <ul id="zm_ul_3_18" class="zmenu_1 level_3"> </ul> </li> </ul> </li> <li id="zm_li_1_84" class="zmenu_1 level_1"> <a id="zm_a_1_84" class="zmenu_1 level_1" href="#" onclick="javascript: return false;" >Members</a> </li> <li id="zm_li_1_7" class="zmenu_1 level_1"> <a id="zm_a_1_7" class="zmenu_1 level_1" href="http://www.iswkc.com/partners/" hreflang="en" >Partners</a> </li> <li id="zm_li_1_6" class="zmenu_1 level_1"> <a id="zm_a_1_6" class="zmenu_1 level_1" href="http://www.iswkc.com/contact/" hreflang="en" >Contact</a> </li> <div style="clear: both;"></div> </ul> </div> <script type="text/javascript"> $(document).ready(function() { zm1_iniMenu('1_38', '1'); menu_cur = window.location.pathname; }); </script> </div> </div> </td> <td class="inv_r_r" id="container_38_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_38_lo"></td> <td class="inv_r_o" id="container_38_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_38_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 36px; width: 61px; top: 3px; left: 903px; z-index: 1; display: block;" id="container_42" > <table class="inv_r_table" id="container_42_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_42_lb"></td> <td class="inv_r_b" id="container_42_b"> </td> <td class="inv_r_rb" id="container_42_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_42_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_42_content" style="height: 22px; text-align: left; vertical-align: top; "> <div id="content_42" style=""> <div id="pad_div_42" style="padding: 0px"> <table> <tr id="social_links"> <td> <a href="https://www.facebook.com/pages/International-Spa-Wellness-Knowledge-Center/352446881526639" target="_blank"> <img style="border:none;" src="http://www.iswkc.com/images/social/16/facebook.png" alt="Facebook" /> </a> </td> <td> <a href="https://twitter.com/iswkc" target="_blank"> <img style="border:none;" src="http://www.iswkc.com/images/social/16/twitter.png" alt="Twitter" /> </a> </td> </tr> </table> </div> </div> </td> <td class="inv_r_r" id="container_42_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_42_lo"></td> <td class="inv_r_o" id="container_42_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_42_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 34px; width: 191px; top: 4px; left: 710px; z-index: 1; display: block;" id="container_138" > <table class="inv_r_table" id="container_138_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_138_lb"></td> <td class="inv_r_b" id="container_138_b"> </td> <td class="inv_r_rb" id="container_138_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_138_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_138_content" style="height: 20px; text-align: left; vertical-align: top; "> <div id="content_138" style=""> <div id="pad_div_138" style="padding: 0px"> <div id="zm_cont_5_138" class="zmenu_5 container"> <ul id="zm_ul_1_5_138" class="zmenu_5 level_1"> <li id="zm_li_1_30" class="zmenu_5 level_1"> <a id="zm_a_1_30" class="zmenu_5 level_1" href="http://www.iswkc.com/disclaimer/" hreflang="en" >Disclaimer</a> </li> <li id="zm_li_1_32" class="zmenu_5 level_1"> <a id="zm_a_1_32" class="zmenu_5 level_1" href="http://www.iswkc.com/sitemap/" hreflang="en" >Sitemap</a> </li> <div style="clear: both;"></div> </ul> </div> <script type="text/javascript"> $(document).ready(function() { zm1_iniMenu('5_138', '0'); menu_cur = window.location.pathname; }); </script> </div> </div> </td> <td class="inv_r_r" id="container_138_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_138_lo"></td> <td class="inv_r_o" id="container_138_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_138_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 476px; width: 452px; top: 412px; left: 1px; z-index: 0; display: block;" id="container_40" > <table class="inv_r_table" id="container_40_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_40_lb"></td> <td class="inv_r_b" id="container_40_b"> <div style="width:100%;padding:0;"> <span id="d_text_23" > <h1><span style="color: rgb(25, 107, 147);">Welcome<br></span></h1></span> </div> </td> <td class="inv_r_rb" id="container_40_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_40_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_40_content" style="height: 462px; text-align: left; vertical-align: top; "> <div id="content_40" style=""> <div id="pad_div_40" style="padding: 0px"> <span id="d_text_21" > <!--[if gte mso 9]><xml><br /> <o:OfficeDocumentSettings><br /> <o:AllowPNG></o:AllowPNG><br /> </o:OfficeDocumentSettings><br /> </xml><![endif]--><font size="4"><b>What is the secret to excel in hospitality and also increase efficiency?</b></font><br><br>Seems to be contradictory understanding normal wellness business operations. However the proof of the pudding is in the eating. We are Spa operators ourselves and started sharing data and knowledge from our own large Spa resort to maximise GOP conversion whilst we had a decrease in average spent. We had to learn from comparable Spa’s in Europe. Results are only positive. We are entrepreneurs who believe in a new open world searching for connection. Therefor we grant you as fellow Spa operator the same success. Learn more about what we can do for you on this site or contact us immediately for personal feedback.<br><br>We hope to see you at our Annual Spa Convention from the 8th till 10th of February.<br><br><br>Robert Teulings <br>Chairman ISWKC<br><br><div> <br><br><!--[if gte mso 9]><xml><br /> <o:OfficeDocumentSettings><br /> <o:AllowPNG></o:AllowPNG><br /> </o:OfficeDocumentSettings><br /> </xml><![endif]--><!--[if gte mso 9]><xml><br /> <w:WordDocument><br /> <w:View>Normal</w:View><br /> <w:Zoom>0</w:Zoom><br /> <w:TrackMoves></w:TrackMoves><br /> <w:TrackFormatting></w:TrackFormatting><br /> <w:HyphenationZone>21</w:HyphenationZone><br /> <w:PunctuationKerning></w:PunctuationKerning><br /> <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br /> <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br /> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br /> <w:DoNotPromoteQF></w:DoNotPromoteQF><br /> <w:LidThemeOther>NL</w:LidThemeOther><br /> <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br /> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br /> <w:Compatibility><br /> <w:BreakWrappedTables></w:BreakWrappedTables><br /> <w:SnapToGridInCell></w:SnapToGridInCell><br /> <w:WrapTextWithPunct></w:WrapTextWithPunct><br /> <w:UseAsianBreakRules></w:UseAsianBreakRules><br /> <w:DontGrowAutofit></w:DontGrowAutofit><br /> <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br /> <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br /> <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br /> <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br /> </w:Compatibility><br /> <m:mathPr><br /> <m:mathFont m:val="Cambria Math"></m:mathFont><br /> <m:brkBin m:val="before"></m:brkBin><br /> <m:brkBinSub m:val="--"></m:brkBinSub><br /> <m:smallFrac m:val="off"></m:smallFrac><br /> <m:dispDef></m:dispDef><br /> <m:lMargin m:val="0"></m:lMargin><br /> <m:rMargin m:val="0"></m:rMargin><br /> <m:defJc m:val="centerGroup"></m:defJc><br /> <m:wrapIndent m:val="1440"></m:wrapIndent><br /> <m:intLim m:val="subSup"></m:intLim><br /> <m:naryLim m:val="undOvr"></m:naryLim><br /> </m:mathPr></w:WordDocument><br /> </xml><![endif]--><!--[if gte mso 9]><xml><br /> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"<br /> DefSemiHidden="true" DefQFormat="false" DefPriority="99"<br /> LatentStyleCount="267"><br /> <w:LsdException Locked="false" Priority="0" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Normal"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="heading 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"></w:LsdException><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 7"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 8"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" Name="toc 9"></w:LsdException><br /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"></w:LsdException><br /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Title"></w:LsdException><br /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"></w:LsdException><br /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Subtitle"></w:LsdException><br /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Strong"></w:LsdException><br /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Emphasis"></w:LsdException><br /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Table Grid"></w:LsdException><br /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"></w:LsdException><br /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="No Spacing"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"></w:LsdException><br /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"></w:LsdException><br /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Quote"></w:LsdException><br /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid Accent 1"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid Accent 2"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid Accent 3"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid Accent 4"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid Accent 5"></w:LsdException><br /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Shading Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light List Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Light Grid Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 1 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium List 2 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Dark List Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Shading Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful List Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br /> UnhideWhenUsed="false" Name="Colorful Grid Accent 6"></w:LsdException><br /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"></w:LsdException><br /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"></w:LsdException><br /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"></w:LsdException><br /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"></w:LsdException><br /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"<br /> UnhideWhenUsed="false" QFormat="true" Name="Book Title"></w:LsdException><br /> <w:LsdException Locked="false" Priority="37" Name="Bibliography"></w:LsdException><br /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"></w:LsdException><br /> </w:LatentStyles><br /> </xml><![endif]--><!--[if gte mso 10]><br /> <style><br /> /* Style Definitions */<br /> table.MsoNormalTable<br /> {mso-style-name:Standaardtabel;<br /> mso-tstyle-rowband-size:0;<br /> mso-tstyle-colband-size:0;<br /> mso-style-noshow:yes;<br /> mso-style-priority:99;<br /> mso-style-parent:"";<br /> mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br /> mso-para-margin-top:0cm;<br /> mso-para-margin-right:0cm;<br /> mso-para-margin-bottom:10.0pt;<br /> mso-para-margin-left:0cm;<br /> line-height:115%;<br /> mso-pagination:widow-orphan;<br /> font-size:11.0pt;<br /> font-family:"Calibri","sans-serif";<br /> mso-ascii-font-family:Calibri;<br /> mso-ascii-theme-font:minor-latin;<br /> mso-hansi-font-family:Calibri;<br /> mso-hansi-theme-font:minor-latin;<br /> mso-bidi-font-family:"Times New Roman";<br /> mso-bidi-theme-font:minor-bidi;<br /> mso-fareast-language:EN-US;}<br /> </style><br /> <![endif]--><p></p></div></span> </div> </div> </td> <td class="inv_r_r" id="container_40_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_40_lo"></td> <td class="inv_r_o" id="container_40_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_40_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 0px; width: 0px; top: 487px; left: 755px; z-index: 1; display: block;" id="container_41" > <table class="inv_r_table" id="container_41_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_41_lb"></td> <td class="inv_r_b" id="container_41_b"> <div style="width:100%;padding:0;"> <span id="d_text_22" > </span> </div> </td> <td class="inv_r_rb" id="container_41_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_41_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_41_content" style="height: -14px; text-align: left; vertical-align: top; "> <div id="content_41" style=""> <div id="pad_div_41" style="padding: 0px"> <ul id="tweet_container_41" class="twitterfeed_list"> </ul> </div> </div> </td> <td class="inv_r_r" id="container_41_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_41_lo"></td> <td class="inv_r_o" id="container_41_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_41_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 0px; width: 330px; top: 821px; left: 459px; z-index: 1; display: block;" id="container_160" > <table class="inv_r_table" id="container_160_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_160_lb"></td> <td class="inv_r_b" id="container_160_b"> <div style="width:100%;padding:0;"> <span id="d_text_253" > </span> </div> </td> <td class="inv_r_rb" id="container_160_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_160_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_160_content" style="height: -14px; text-align: left; vertical-align: top; "> <div id="content_160" style=""> <div id="pad_div_160" style="padding: 0px"> <!-- linkedin <script src="http://www.linkedin.com/companyInsider?script&useBorder=no" type="text/javascript"></script> --> <script type="text/javascript"> function hopPop() { var pop; if(pop = document.getElementById("company-insider-info-window")) { pop.style.zIndex = "6"; } } </script><div id="n_column_160"> <div id="n_colitem_5" style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; min-height: 0px; clear: both;"><!-- "min-height" is a stupid browser hack, for a stupid browser ofc...." --> <table class="inv_r_table" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb"></td> <td class="inv_r_b"> </td> <td class="inv_r_rb"></td> </tr> <tr> <td class="inv_r_l"> </td> <td class="inv_r_content" style=""> <div id="col_elem_5"> <div class="news_listing_item odd"> <span style="font-size: 8px;">•</span> <a class="news_listing" href="http://www.iswkc.com/news/?showitem=13">From Barcelona till Vienna</a> </div> <div class="news_listing_item even"> <span style="font-size: 8px;">•</span> <a class="news_listing" href="http://www.iswkc.com/blog/?showitem=14">The story of Masaru Emoto</a> </div> <div class="news_listing_item odd"> <span style="font-size: 8px;">•</span> <a class="news_listing" href="http://www.iswkc.com/news/?showitem=12">Wellness and Spa experience in Barcelona</a> </div> </div> </td> <td class="inv_r_r"> </td> </tr> <tr> <td class="inv_r_lo"></td> <td class="inv_r_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro"></td> </tr> </table> </div> </div> </div> </div> </td> <td class="inv_r_r" id="container_160_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_160_lo"></td> <td class="inv_r_o" id="container_160_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_160_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 0px; width: 0px; top: 600px; left: 474px; z-index: 0; display: block;" id="container_264" > <table class="inv_r_table" id="container_264_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_264_lb"></td> <td class="inv_r_b" id="container_264_b"> </td> <td class="inv_r_rb" id="container_264_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_264_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_264_content" style="height: -14px; text-align: left; vertical-align: top; "> <div id="content_264" style=""> <div id="pad_div_264" style="padding: 0px"> <iframe width="100%" height="100%" src="https://www.youtube.com/embed/P1-iGXiJAnQ" frameborder="0"></iframe> </div> </div> </td> <td class="inv_r_r" id="container_264_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_264_lo"></td> <td class="inv_r_o" id="container_264_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_264_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 104px; width: 314px; top: 483px; left: 448px; z-index: 0; display: block;" id="container_286" > <table class="inv_r_table" id="container_286_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_286_lb"></td> <td class="inv_r_b" id="container_286_b"> </td> <td class="inv_r_rb" id="container_286_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_286_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_286_content" style="height: 90px; text-align: left; vertical-align: top; "> <div id="content_286" style=""> <div id="pad_div_286" style="padding: 0px"> <img src="http://www.iswkc.com/images/images/window/3_wd_286.jpg" id="img_wd_286" onclick="javascript: window.open('http://issuu.com/hotellotop/docs/iswkc_annual_spa_convention_2015');" style="cursor: pointer;width:300px;height:90px;" /> </div> </div> </td> <td class="inv_r_r" id="container_286_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_286_lo"></td> <td class="inv_r_o" id="container_286_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_286_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 270px; width: 960px; top: 135px; left: 24px; z-index: 0; display: block;" id="container_295" > <table class="inv_r_table" id="container_295_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_295_lb"></td> <td class="inv_r_b" id="container_295_b"> </td> <td class="inv_r_rb" id="container_295_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_295_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_295_content" style="height: 256px; text-align: left; vertical-align: top; "> <div id="content_295" style=""> <div id="pad_div_295" style="padding: 0px"> <div id="wrapper"> <div id="slider_295_cont" class="slider-wrapper theme-popular"> <div id="slider_295" class="nivoSlider win295"> <img data-timing="5000" src="http://www.iswkc.com/images/carousel/3.jpg" alt="champneys" title="#capt_50" /> <img data-timing="5000" src="http://www.iswkc.com/images/carousel/2.jpg" alt="mediterana" title="#capt_49" /> <img data-timing="5000" src="http://www.iswkc.com/images/carousel/carousel.jpg" alt="ISWKC" title="#capt_60" /> <img data-timing="5000" src="http://www.iswkc.com/images/carousel/1.jpg" alt="aquadome" title="#capt_48" /> </div> <div id="capt_50" class="nivo-html-caption"></div> <div id="capt_49" class="nivo-html-caption"></div> <div id="capt_60" class="nivo-html-caption"></div> <div id="capt_48" class="nivo-html-caption"></div> </div> </div> </div> </div> </td> <td class="inv_r_r" id="container_295_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_295_lo"></td> <td class="inv_r_o" id="container_295_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_295_ro"></td> </tr> </table> </div> <div style="position: absolute; height: 194px; width: 194px; top: 780px; left: 782px; z-index: 0; display: block;" id="container_314" > <table class="inv_r_table" id="container_314_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_314_lb"></td> <td class="inv_r_b" id="container_314_b"> </td> <td class="inv_r_rb" id="container_314_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_314_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_314_content" style="height: 180px; text-align: left; vertical-align: top; "> <div id="content_314" style=""> <div id="pad_div_314" style="padding: 0px"> <img src="http://www.iswkc.com/images/images/window/2_wd_314.jpg" id="img_wd_314" onclick="javascript: window.open('http://www.leisuremedia.com/subscribe.cfm?origin=SBgreen&mag=SB&ezinetype=SB&subtype=SB');" style="cursor: pointer;width:180px;height:180px;" /> </div> </div> </td> <td class="inv_r_r" id="container_314_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_314_lo"></td> <td class="inv_r_o" id="container_314_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_314_ro"></td> </tr> </table> </div> </div> <!-- /main container --> <div style="position:absolute; height: 350px; width: 100%; top: 0px; z-index: 901; display: block;" id="footer" data-role="footer" > <table class="inv_r_table" id="container_39_tab" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="inv_r_lb" id="container_39_lb"></td> <td class="inv_r_b" id="container_39_b"> </td> <td class="inv_r_rb" id="container_39_rb"></td> </tr> <tr> <td class="inv_r_l" id="container_39_l"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> <td class="inv_r_content" id="container_39_content" style="height: 336px; text-align: left; vertical-align: top; background-image: url('http://www.iswkc.com/images/backgrounds/bgr.png'); background-repeat: repeat; background-position: top left; "> <div id="content_39" style=""> <table border="0" cellpadding="0" width="900" align="center"> <tbody> <tr> <td height="283" valign="top" width="300"> <table border="0" cellpadding="4" cellspacing="4" height="280" width="277"> <tbody> <tr> <td></td></tr> <tr> <td><strong><span style="COLOR: rgb(255,255,255)">QUICK LINK</span></strong></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><b><a href="http://www.iswkc.com/about/" target="_blank"><span style="COLOR: rgb(255,255,255)">About Us</span></a></b></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><a href="http://www.iswkc.com/index.php?page=10&lang=en" target="_self"><span style="color: rgb(255, 255, 255);">Services</span></a></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><b><a href="http://www.iswkc.com/contact/" target="_blank"><span style="COLOR: rgb(255,255,255)">Contact</span></a></b></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><b><a href="http://www.iswkc.com/news/" target="_blank"><span style="COLOR: rgb(255,255,255)"></span></a></b><br></td></tr> <tr> <td><br></td></tr></tbody></table></td> <td valign="top" width="300"> <table border="0" cellpadding="4" cellspacing="4" height="248" width="288"> <tbody> <tr> <td><br></td></tr> <tr> <td><b><span style="COLOR: rgb(255,255,255)"><strong><span style="COLOR: rgb(255,255,255)">SOCIAL MEDIA</span><br></strong></span></b></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td valign="top"><b><br></b><a href="http://www.linkedin.com/groups/ISWKC-4985007?trk=myg_ugrp_ovr" target="_blank"><span style="color: rgb(255, 255, 255);">Linkedin</span></a></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><a href="http://twitter.com/iswkc" target="_blank"><span style="color: rgb(255, 255, 255);">Twitter</span></a></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><b><a href="http://twitter.com/iswkc" target="_blank"><span style="COLOR: rgb(255,255,255)"></span></a></b><a href="http://www.iswkc.com/news/" target="_self"><span style="color: rgb(255, 255, 255);">Blog</span></a></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><b><span class="right"><a title="ISWKC LinkedIn" href="http://www.linkedin.com/"><span style="COLOR: rgb(25,107,147)"></span></a></span></b><br></td></tr></tbody></table></td> <td valign="top" width="300"> <table border="0" cellpadding="4" cellspacing="4" height="230" width="277"> <tbody> <tr> <td><b><span style="COLOR: rgb(255,255,255)"><strong><span style="COLOR: rgb(255,255,255)">CONTACT DETAILS</span></strong></span></b></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td><b><span style="COLOR: rgb(255,255,255)"><font size="4">Email <a href="mailto:[email protected]" style="color:#FFF;">[email protected]</a></font></span></b></td></tr> <tr> <td><b><img alt="" src="http://www.iswkc.com/files/separator.png"></b></td></tr> <tr> <td valign="top"><strong class="fontsize"><font size="4"><font size="4"><span style="COLOR: rgb(255,255,255)">Tel +31</span></font><span style="COLOR: rgb(255,255,255)">(0)627148661</span></font></strong></td></tr></tbody></table></td></tr></tbody></table> </div> </td> <td class="inv_r_r" id="container_39_r"> <img src="http://www.iswkc.com/images/spacers/7.gif" alt="" /> </td> </tr> <tr> <td class="inv_r_lo" id="container_39_lo"></td> <td class="inv_r_o" id="container_39_o"> <img alt="" src="http://www.iswkc.com/images/spacers/1.gif" /> </td> <td class="inv_r_ro" id="container_39_ro"></td> </tr> </table> </div> </body> </html>