home *** CD-ROM | disk | FTP | other *** search
/ theapplecollection.com / www.theapplecollection.com.tar / www.theapplecollection.com / get_url.php?counter=paulhenri&link=http:%2F%2Fwww.paul-henri.com%2F.orig < prev    next >
Text File  |  2010-10-11  |  14KB  |  291 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
  3.   <head>
  4.       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5.     <!-- pageon: homepage -->
  6.     <title>polanri's photography | SmugMug</title>
  7.     <meta http-equiv="content-type" content="text/html; charset=utf-8">
  8.     <meta name="description" content="Online photography portfolio with photos about nature, architecture, urban exploration and industrial zones. Buy framed or unframed photo prints to decorate your house or office.">
  9.     <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
  10.     <meta name="keywords" content="photography, print, posters, architecture, animals, landscape, urban exploration, abandoned, decay, nature, landscape, seascape">
  11.     <meta name="robots" content="all, index, follow">
  12.     <meta http-equiv="imagetoolbar" content="no">
  13.     <link rel="SHORTCUT ICON" href="/favicon.ico">
  14.     <link rel="openid.server" href="http://www.smugmug.com/services/openid/server/">
  15.     <link type="text/css" rel="stylesheet" id="yui_core" href="http://cdn.smugmug.com/include/css/gecko/2.18/win/yui_core-10981bdae352a26d6a4e7dbe75f7d148.css">
  16.     <link type="text/css" rel="stylesheet" id="smugmugBlackCSS" href="http://cdn.smugmug.com/include/css/gecko/2.18/win/smugmugBlack-20101007211430-stretch.css">
  17.     <style type="text/css">
  18.       #stylebar {display: block;margin: 0px auto;width: 750px;padding: 5px 0px;text-align: right;}
  19.     </style>
  20.     <link type="text/css" rel="stylesheet" id="polanriCSS" href="http://cdn.smugmug.com/include/css/gecko/2.18/win/user_polanri-200909140822483-stretch.css">
  21.     <link type="text/css" rel="stylesheet" id="pickedTheme" href="http://cdn.smugmug.com/include/css/gecko/2.18/win/theme_10317-20101008062246-stretch.css">
  22.     <script type="text/javascript" id="sm_js_base">
  23.       //SM namespace
  24.       if (typeof SM === 'undefined') {
  25.         var SM = {};
  26.       }
  27.       SM.namespace = function() {
  28.         var a = arguments, o = null, i, j, d;
  29.         for (i = 0; i < a.length; ++i) {
  30.           d = a[i].split(".");
  31.           o = SM;
  32.           // SM is implied, so it is ignored if it is included
  33.           for (j = (d[0] === "SM") ? 1 : 0; j < d.length; ++j) {
  34.             o[d[j]] = o[d[j]] || {};
  35.             o = o[d[j]];
  36.           }
  37.         }
  38.         return o;
  39.       };
  40.       SM.currentContext = {};
  41.       SM.hostConfig = {
  42.         'httpPrefix': 'http://',
  43.         'mainHost': 'www.smugmug.com',
  44.         'uploadHost': 'upload.smugmug.com',
  45.         'cdnHost': 'cdn.smugmug.com',
  46.         'sessionDomain': '.paul-henri.com',
  47.         'cartUrl': 'https://secure.smugmug.com/cart/proxy.mg?smsess=&sKey=&',
  48.         'mapsHost': 'maps.smugmug.com',
  49.         'readOnly': '',
  50.         'imgPrefix': 'http://cdn.smugmug.com/img/'
  51.       };
  52.       // Some quick throw-away variables to detect the page's nickname
  53.       window._hc = SM.hostConfig;
  54.       window._nt = new RegExp([_hc.httpPrefix, '(\\w+)\\.', _hc.cdnHost].
  55.           join('')).exec(document.location.href);
  56.       SM.hostConfig.nickname = _nt ? _nt[1] : null;
  57.       try { delete _hc; delete _nt; } catch(e) {/*Ignore IE fail here.*/}
  58.       SM.appVersion = {
  59.         'MacDaddy' : '3.0.4.510',
  60.         'ShizamSlides' : '2010091501',
  61.         'ninjaLoader' : '2010100514',
  62.         'ShizVidz' : '2010071401',
  63.         'clipboardSmuggler' : '2008110602',
  64.         'yui': '2.8.1'
  65.       }
  66.       SM.quickShare = {
  67.         'facebook': true,
  68.         'twitter': true,
  69.         'disable': false      }
  70.       SM.APIKey = {
  71.         'fbConnect': '7528d1bb7f7a685bc080054d9bc154d2'
  72.       }
  73.       SM.pageDetails = [];
  74.       SM.md5s = {
  75.         '/include/js/ga.js': '65fd1374917429bb6f77a2d1b8952027',
  76.         '/include/js/quantcast.js': 'd7b09c314112717e97bf4dc144205a9d'
  77.       };
  78.       SM.tracking = {
  79.         ga: {
  80.           smugmug: 'UA-138402-3',
  81.           user: 'UA-312745-4'
  82.         },
  83.         statcounter: {
  84.         },
  85.         sitemeter: {
  86.         },
  87.         quantcast: {
  88.           smugmug: 'p-33GsugQTR-pOM'
  89.         }
  90.       }
  91.       var primaryCSScolor = 'Black';
  92.       try {document.execCommand('BackgroundImageCache', false, true);} catch(err) {}
  93.       var rightClickWarning = "These photos are copyrighted by their respective owners. All rights reserved. Unauthorized use prohibited.";
  94.       function rightProtect(e) {
  95.         if (window.event) {
  96.           var srcEl = event.srcElement ? event.srcElement : event.target;
  97.         } else {
  98.           var srcEl = e.srcElement ? e.srcElement : e.target;
  99.         }
  100.         var className = srcEl.className;
  101.         if (className.indexOf('protected') != -1) {
  102.           window.alert(rightClickWarning);
  103.           return false;
  104.         } else {
  105.           return true;
  106.         }
  107.       }
  108.       document.oncontextmenu = rightProtect;
  109.     </script>
  110.         <script src="http://cdn.smugmug.com/include/js/yui_core-5c2af00d6e1609420e6771c97902aa6c.js" class="js script yui_core" type="text/javascript" charset="utf-8"></script>
  111.         <script src="http://cdn.smugmug.com/include/js/smugmug_core-a91c754bf4f2aba45c43bb45796e4e5c.js" class="js script smugmug_core" type="text/javascript" charset="utf-8"></script>
  112.         <script src="http://cdn.smugmug.com/include/js/user_polanri_top-20100716221134.js" class="js script user_polanri_top" type="text/javascript" charset="utf-8"></script>
  113.         <script src="http://cdn.smugmug.com/include/js/homepageAjax-min-8776e76652d14c096aedb7ba185428db.js" class="js script homepageAjax" type="text/javascript" charset="utf-8"></script>
  114.         <script type="text/javascript">
  115.             var webServer = 'http://www.paul-henri.com';
  116.     var NickName = 'polanri';
  117.             YE.onDOMReady(function() {
  118.     SM.buttons.mapThisButton = new SM.buttons.mapThis('altViews','mapsButton',{"mapLink":"http:\/\/maps.smugmug.com\/?feedType=geoUser&Data=polanri"});
  119.     });
  120.         </script>
  121.     <script type="text/javascript">
  122. var _gaq = _gaq || [];
  123.   _gaq.push(['_setAccount', 'UA-312745-2']);
  124.   _gaq.push(['_trackPageview']);
  125.   (function() {
  126.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  127.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  128.     (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  129.   })();
  130. </script>
  131.     <meta property="fb:page_id" content="12550319602" />
  132.   </head>
  133. <body class="tempClass homepage notLoggedIn bodyColor_Black">
  134.     <script type="text/javascript">
  135.       (function() {
  136.         var parts = window.location.href.split("#");
  137.         if (parts.length < 2 || YD.hasClass(document.body, 'smugmug_ajax')
  138.             || YD.hasClass(document.body, 'singleImage')
  139.             || YD.hasClass(document.body, 'allthumbs_stretch')
  140.             || YD.hasClass(document.body, 'journal_new')) {
  141.             return;
  142.         }
  143.         if (YD.hasClass(document.body,'galleryPage')
  144.             || YD.hasClass(document.body,'keywordPage')
  145.             || YD.hasClass(document.body,'datePage')
  146.             || YD.hasClass(document.body,'popularGallery')
  147.             || YD.hasClass(document.body,'popularImage')
  148.             || YD.hasClass(document.body,'communityKeyword')) {
  149.           var goHere = SM.util.normalizeURL();
  150.           if (/\w+\-[a-zA-Z0-9]+\-LB$/.test(parts[1])) {
  151.             goHere += ('?c=1#' + parts[1]);
  152.           }
  153.           location.href = goHere;
  154.         }
  155.       })();
  156.     </script>
  157.     <div id="bodyWrapper">
  158.         <!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
  159.         <div id="extraDiv1"><span></span></div>
  160.         <div id="extraDiv2"><span></span></div>
  161.         <div id="extraDiv3"><span></span></div>
  162.         <div id="extraDiv4"><span></span></div>
  163.         <div id="extraDiv5"><span></span></div>
  164.         <div id="extraDiv6"><span></span></div>
  165.         <div id="customHeaderContainer"></div><link rel="image_src" href="/photos/648119655_Dmy9p-Th.jpg" />
  166. <LINK REL="SHORTCUT ICON" HREF="http://sites.google.com/site/polanri/home/favicon.ico">
  167. <div id="HeaderWrapper">
  168. <div id="my_banner"> <a href="/"><img src="/img/spacer.gif"
  169. width="530" height="90" border="0" title="paul-henri.com - photography"/></a></div>
  170. </div>
  171. <div id="navcontainer">
  172. <ul>
  173. <li><a href="/">home</a></li>
  174. <li><a href="/Galleries">galleries</a></li>
  175. <li><a href="/Galleries/Prints/10768651_BtHmE">prints</a></li>
  176. <li><a href="/Galleries/About/9655229_65QCt">about</a></li>
  177. <!-- <li><a href="/Private/Perso/9614662_fjxut">private</a></li> //-->
  178. <!-- <li><a href="#">guestbook</a></li> //-->
  179. </ul>
  180. </div>
  181.         <!-- Start Page Header -->
  182.  <!-- ----------------------- END CONTROLLED HEADER -----------------------  -->
  183. <div id="homepage" class="tempClass homepage notLoggedIn bodyColor_Black">
  184. <div id="breadcrumb" class="nav">
  185.     <div id="altViews">
  186.         </div> <!-- #altViews -->
  187.     
  188.     <div id="breadCrumbTrail">
  189.     <span id="userName" class="title">polanri<span class="title possess">'s</span></span> <span id="userHome" class="title">Home</span>    </div> <!-- #breadCrumbTrail -->
  190.     <div class="spacer"></div>
  191. </div> <!-- #breadcrumb -->
  192.         <div id="homepageBoxes">
  193.             <div id="slideshowBox" class="box">
  194.     <div class="boxTop">
  195.         <div class="boxNote note nav">
  196.             
  197.         </div>
  198.         <h3 id="slideshowBoxTitle" class="title notopmargin">
  199.             Slideshow
  200.         </h3>
  201.     </div>
  202.     <div class="boxBottom">
  203.         
  204.         <div id="homepageSlideshow">
  205.             
  206.         </div>
  207.         <div class="spacer"></div>
  208.     </div>
  209. </div>
  210. <script type="text/javascript">
  211.     var homepageSlideshowPanel;
  212.     var homepageSlideshowConfig = {
  213.             newWindow: 'false', transparent: 'true', showLogo: 'false', clickToImage: 'false', captions: 'false', showThumbs: 'true', autoStart: 'true', setSpeed: 'med', showSpeed: 'false', pageStyle: 'black', showButtons: 'false', randomStart: 'true', randomize: 'true', splash: 'http://www.paul-henri.com/photos/649228568_jMGXN-O-1.png', splashDelay: '800', crossFadeSpeed: '350', AlbumID: '9629956', AlbumKey: 'u5CbL'
  214.         };
  215.     var homepageSlideshowConfigAll = {
  216.             type: 'SmugMugSlideshow', source: 'gallery', feedURL: '', newWindow: 'false', transparent: 'true', showLogo: 'false', clickToImage: 'false', captions: 'false', showThumbs: 'true', autoStart: 'true', setSpeed: 'med', showSpeed: 'false', pageStyle: 'black', showButtons: 'false', randomStart: 'true', randomize: 'true', splash: 'http://www.paul-henri.com/photos/649228568_jMGXN-O-1.png', splashDelay: '800', crossFadeSpeed: '350', height: '600', keyword: '', albumName: 'Slideshow', AlbumID: '9629956', AlbumKey: 'u5CbL'
  217.         };
  218.     var homepageSlideshowPanelOptions = {
  219.             width: '400px',
  220.             visible: false,
  221.             modal: false,
  222.             draggable: true,
  223.             fixedcenter: false,
  224.             constraintoviewport: true,
  225.             close: false,
  226.             cancelButtonID: 'hpSSCancelButton',
  227.             saveButtonID: 'hpSSSaveButton'
  228.         };
  229.         
  230.     YE.onDOMReady(function() {
  231.         SM.flash.insertSlideshowIntoElement('homepageSlideshow', '100%', 600, homepageSlideshowConfig, 'transparent');
  232.     });
  233.     
  234.     
  235. </script>            <div class="spacer"></div>
  236.         </div>
  237.         </div>
  238. <!-- End Content -->
  239.  
  240. <!-- Start Footer -->
  241.  
  242.  
  243.         <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjtBvLczfJocI5hTR4YDq6hTcu3QgWaRPSdPIEMC0BN5MP9bIiBTvZ5jVMkv5AZk_wkirROkrY_uH6A" class="js script maps?file=api&v=2&key=ABQIAAAAjtBvLczfJocI5hTR4YDq6hTcu3QgWaRPSdPIEMC0BN5MP9bIiBTvZ5jVMkv5AZk_wkirROkrY_uH6A" type="text/javascript" charset="utf-8"></script>
  244.         <script src="http://cdn.smugmug.com/include/js/user_polanri-20100716221134.js" class="js script user_polanri" type="text/javascript" charset="utf-8"></script>
  245.         <script type="text/javascript">
  246.             <!--
  247.             // IE has issues with setting cookies when sites are framed, so logging in and using the cart do not work. So we have to break frames!
  248.                 if (framesWarning == true && window != top) {
  249.               //  top.location.href = location.href;
  250.             }
  251.                 YAHOO.util.Event.onDOMReady(function() {
  252.                 var body= document.getElementsByTagName('body')[0];
  253.                 var iframe = document.createElement('iframe');
  254.                 iframe.id = 'cookieMonsterIframe';
  255.                 iframe.src = 'http://www.smugmug.com/include/js/cookiemonster.mg?returnTo=http://www.paul-henri.com';
  256.                 body.appendChild(iframe);
  257.                 YAHOO.util.Dom.addClass('cookieMonsterIframe','yui-hidden');
  258.             });
  259.             // -->
  260.             (function() {
  261.                 var sRes;
  262.  
  263.                 if (typeof(screen) == 'object'){
  264.                     sRes = screen.width + 'x' + screen.height;
  265.                 }
  266.  
  267.                 if (readCookie('res') != sRes) {
  268.                     createCookie('res', sRes, 365);
  269.                 }
  270.             })();
  271.         </script>
  272. <div></div><div id="polFooter">All photos copyright ¬© paul-henri.com | <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/be/deed.en" title="Creative Commons Copyright" target="_blank">Some rights reserved</a> | <a href="javascript:norobotmail('polanri', 'gmail.com')">Email me</a></div>    <div id="cobrand_footer" class="nav" style="visibility: visible; display: block; clear: both;">
  273.         <div id="footer" class="nav" style="visibility: visible; display: block;">
  274.             <span class="text"><a href="http://www.smugmug.com/" class="nav" title="Photo sharing">Photo sharing</a> by SmugMug</span> · 
  275.             <span class="loginLink"><a rel="nofollow" href="https://secure.smugmug.com/login.mg?goTo=http%3A%2F%2Fwww.paul-henri.com%2F" class="nav">Login</a> · </span>
  276.             
  277.                 <span class="contact_footer"><a href="http://www.smugmug.com/help/emailreal"  class="nav">Contact</a> · </span>
  278.         
  279.             <span class="helplink_footer"><a href="http://www.smugmug.com/visitor-help" class="nav">Help</a> · </span>
  280.             <span class="text">Portions © 2010 SmugMug, Inc.</span>
  281.             
  282.  
  283.         </div>
  284.     </div>
  285.         <!-- End Footer -->
  286.  
  287.  
  288.  
  289.     </body>
  290. </html>
  291.