3.59% (view text)
(function() { var a=window,b="jstiming",d="tick";var e=function(c){this.t={};this.tick=function(c,p,h){h=void 0!=h?h:(new Date).getTime();this.t[c]=[h,p]};this[d]("start",null,c)},f=new e;a.jstiming={Timer:e,load:f};if(a.performance&&a.performance.timing){var g=a.performance.timing,j=a[b].load,k=g.navigationStart,l=g.responseStart;0=k&&(j[d]("_wtsrt",void 0,k),j[d]("wtsrt_","_wtsrt",l),j[d]("tbsd_","wtsrt_"))}
try{var m=null;a.chrome&&a.chrome.csi&&(m=Math.floor(a.chrome.csi().pageT),j&&0
Photography Blog
.sidebar{display:none;}
var defaultnoimage="http://4.bp.blogspot.com/_4gpqdPfU8CY/TRA7oUHAI0I/AAAAAAAAACQ/0AS9Kc2UYAQ/s320/no_image_available.gif";
var maxresults=8;
var splittercolor="#fff";
var relatedpoststitle="Related Posts";
$(document).ready(function() {
function megaHoverOver(){
$(this).find(".sub").stop().fadeTo('fast', 1).show();
//Calculate width of all ul's
(function($) {
jQuery.fn.calcSubWidth = function() {
rowWidth = 0;
//Calculate row
$(this).find("ul").each(function() {
rowWidth += $(this).width();
});
};
})(jQuery);
if ( $(this).find(".row").length > 0 ) { //If row exists...
var biggestRow = 0;
//Calculate each row
$(this).find(".row").each(function() {
$(this).calcSubWidth();
//Find biggest row
if(rowWidth > biggestRow) {
biggestRow = rowWidth;
}
});
//Set width
$(this).find(".sub").css({'width' :biggestRow});
$(this).find(".row:last").css({'margin':'0'});
} else { //If row does not exist...
$(this).calcSubWidth();
//Set Width
$(this).find(".sub").css({'width' : rowWidth});
}
}
function megaHoverOut(){
$(this).find(".sub").stop().fadeTo('fast', 0, function() {
$(this).hide();
});
}
var config = {
sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)
interval: 50, // number = milliseconds for onMouseOver polling interval
over: megaHoverOver, // function = onMouseOver callback (REQUIRED)
timeout: 300, // number = milliseconds delay before onMouseOut
out: megaHoverOut // function = onMouseOut callback (REQUIRED)
};
$("ul#topnav li .sub").css({'opacity':'0'});
$("ul#topnav li").hoverIntent(config);
});
$(document).ready(function(){
var section = new Array('.post');
section = section.join(',');
// Reset Font Size
var originalFontSize = $(section).css('font-size');
$(".resetFont").click(function(){
$(section).css('font-size', originalFontSize);
});
// Increase Font Size
$(".increaseFont").click(function(){
var currentFontSize = $(section).css('font-size');
var currentFontSizeNum = parseFloat(currentFontSize, 10);
var newFontSize = currentFontSizeNum*1.2;
$(section).css('font-size', newFontSize);
return false;
});
// Decrease Font Size
$(".decreaseFont").click(function(){
var currentFontSize = $(section).css('font-size');
var currentFontSizeNum = parseFloat(currentFontSize, 10);
var newFontSize = currentFontSizeNum*0.8;
$(section).css('font-size', newFontSize);
return false;
});
});
$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() {
$("#pageflip img , .msg_block").stop()
.animate({
width: '307px',
height: '319px'
}, 500);
} , function() {
$("#pageflip img").stop()
.animate({
width: '50px',
height: '52px'
}, 220);
$(".msg_block").stop()
.animate({
width: '50px',
height: '50px'
}, 200);
});
});
Cufon.replace('h1', {hover: true});
Cufon.replace('h2', {hover: true});
Cufon.replace('h3', {hover: true});
Cufon.replace('h4', {hover: true});
Cufon.replace('h5', {hover: true});
Cufon.replace('h6', {hover: true});
var thumbnail_mode = "no-float" ;
summary_noimg = 350;
summary_img = 350;
img_thumb_height = 180;
img_thumb_width = 270;
//=1) {
imgtag = '';
summ = summary_img;
}
else {
imgtag = '';
}
var summary = imgtag + '' + removeHtmlTag(div.innerHTML,summ) + '';
div.innerHTML = summary;
}
//]]>
jQuery(function(){
jQuery("#comments ol > li:even").addClass("even_comment");
jQuery("#comments ol > li:odd").addClass("odd_comment");
});
$(function() {
function filterPath(string) {
return string
.replace(/^\//,'')
.replace(/(index|default).[a-zA-Z]{3,4}$/,'')
.replace(/\/$/,'');
}
var locationPath = filterPath(location.pathname);
var scrollElem = scrollableElement('html', 'body');
// Any links with hash tags in them (can't do ^= because of fully qualified URL potential)
$('a[href*=#]').each(function() {
// Ensure it's a same-page link
var thisPath = filterPath(this.pathname) || locationPath;
if ( locationPath == thisPath
&& (location.hostname == this.hostname || !this.hostname)
&& this.hash.replace(/#/,'') ) {
// Ensure target exists
var $target = $(this.hash), target = this.hash;
if (target) {
// Find location of target
var targetOffset = $target.offset().top;
$(this).click(function(event) {
// Prevent jump-down
event.preventDefault();
// Animate to target
$(scrollElem).animate({scrollTop: targetOffset}, 400, function() {
// Set hash in URL after animation successful
location.hash = target;
});
});
}
}
});
// Use the first element that is "scrollable" (cross-browser fix?)
function scrollableElement(els) {
for (var i = 0, argLength = arguments.length; i 0) {
return el;
} else {
$scrollElement.scrollTop(1);
var isScrollable = $scrollElement.scrollTop()> 0;
$scrollElement.scrollTop(0);
if (isScrollable) {
return el;
}
}
}
return [];
}
});
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34855127-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);
})();
var a=navigator,b="userAgent",c="indexOf",f="&m=1",g="(^|&)m=",h="?",i="?m=1";function j(){var d=window.location.href,e=d.split(h);switch(e.length){case 1:return d+i;case 2:return 0
Home
About
Contact
Sitemap
Calendar
Contribute
Advertise
Premium listing
Photography Blog
Huge collection of inspirations by talented and professional photographers from around the world.
Twitter
Facebook
Google +
Bloglovin
Tumblr
Pinterest
Browse » Home
Full
Summary
Gallery
|
A+
A-
Reset
Portrait Photography by Jon Paul Mountford
Born in Seaham Co. Durham, Jon-Paul knew from the age of 13 that he wanted to be either Mad Scientist or Secret Agent.
createSummaryAndThumb("summary8568272498343330984");
Read more »
Born in Seaham Co. Durham, Jon-Paul knew from the age of 13 that he wanted to be either Mad Scientist or Secret Agent.
Post Info
Posted on:Friday, October 19, 2012
Category:
Portrait Photography
Related Posts
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("http://www.pphotography.net/2012/10/portrait-photography-by-jon-paul.html");
Read more »
Surreal Photography by Cristina Venedict
createSummaryAndThumb("summary3618855476291366816");
Read more »
Post Info
Posted on:Thursday, October 18, 2012
Category:
Surreal Photography
Related Posts
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("http://www.pphotography.net/2012/10/surreal-photography-by-cristina-venedict.html");
Read more »
Black and White Photography by Andy Fabrykant
Black and White Photography by Andy Fabrykant, Paris, France
createSummaryAndThumb("summary8045641360605378425");
Read more »
Black and White Photography by Andy Fabrykant, Paris, France
Post Info
Posted on:Wednesday, October 17, 2012
Category:
Black and White Photography
Related Posts
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("http://www.pphotography.net/2012/10/black-and-white-photography-by-andy.html");
Read more »
Veneda Budny by Gyslain Yarhi
Veneda Budny by Gyslain Yarhi for Grazia Germany’s September 27th issue.
createSummaryAndThumb("summary3174315717207145722");
Read more »
Veneda Budny by Gyslain Yarhi for Grazia Germany’s September 27th issue.
Post Info
Posted on:Friday, October 12, 2012
Category:
Fashion Photography
Related Posts
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("http://www.pphotography.net/2012/10/veneda-budny-by-gyslain-yarhi.html");
Read more »
Minimalist Black and White Photography by Mora Lubis
Amazing minimalism, that is true art by Mora Lubis, talented 21 years old amateur black and white and fine art photographer based in Yogyakarta, Indonesia.
createSummaryAndThumb("summary4877329629730522492");
Read more »
Amazing minimalism, that is true art by Mora Lubis, talented 21 years old amateur black and white and fine art photographer based in Yogyakarta, Indonesia.
Post Info
Category:
Minimalist Photography
Related Posts
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("http://www.pphotography.net/2012/10/minimalist-black-and-white-photography.html");
Read more »
Wildlife Photography by Steve Garvie
Amazing animals photographs by Steve Garvie, talented and professional photographer based in Dunfermline, Fife, Scotland. Birds is his passion but Steve find all aspects of the natural world of interest.
createSummaryAndThumb("summary183892878684825441");
Read more »
Amazing animals photographs by Steve Garvie, talented and professional photographer based in Dunfermline, Fife, Scotland. Birds is his passion but Steve find all aspects of the natural world of interest.
Post Info
Posted on:Wednesday, October 10, 2012
Category:
Wildlife Photography
Related Posts
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("http://www.pphotography.net/2012/10/wildlife-photography-by-steve-garvie.html");
Read more »
Older Posts
var disqus_shortname = 'pro4oto';
var disqus_blogger_current_url = "http://www.pphotography.net/";
if (!disqus_blogger_current_url.length) {
disqus_blogger_current_url = "http://www.pphotography.net/";
}
var disqus_blogger_homepage_url = "http://www.pphotography.net/";
var disqus_blogger_canonical_homepage_url = "http://www.pphotography.net/";
.post-comment-link { visibility: hidden; }
(function() {
var bloggerjs = document.createElement('script');
bloggerjs.type = 'text/javascript';
bloggerjs.async = true;
bloggerjs.src = 'http://'+disqus_shortname+'.disqus.com/blogger_index.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(bloggerjs);
})();
Statictics: function numposts(json) { document.write('Posts' + ' (' + json.feed.openSearch$totalResults.$t + ') | '); }function numcomments(json) { document.write('Comments' + ' (' + json.feed.openSearch$totalResults.$t + ')'); }
/**/
/**/
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=127904610554580";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
/**/
Recommend on Google
Follow @pro4oto
/**/
Tweet
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
Buffer
(function() {
var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;
li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);
})();
Followers
if (!window.google || !google.friendconnect) {
document.write('' +
'');
}
if (!window.registeredBloggerCallbacks) {
window.registeredBloggerCallbacks = true;
gadgets.rpc.register('requestReload', function() {
document.location.reload();
});
gadgets.rpc.register('requestSignOut', function(siteId) {
google.friendconnect.container.openSocialSiteId = siteId;
google.friendconnect.requestSignOut();
});
}
function registerGetBlogUrls() {
gadgets.rpc.register('getBlogUrls', function() {
var holder = {};
holder.postFeed = "http://www.blogger.com/feeds/2625229002162615187/posts/default";
holder.commentFeed = "http://www.blogger.com/feeds/2625229002162615187/comments/default";
holder.currentBlogUrl = "http://www.pphotography.net/";
holder.currentBlogId = "2625229002162615187";
return holder;
});
}
if (!window.registeredCommonBloggerCallbacks) {
window.registeredCommonBloggerCallbacks = true;
gadgets.rpc.register('resize_iframe', function(height) {
var el = document.getElementById(this['f']);
if (el) {
el.style.height = height + 'px';
}
});
gadgets.rpc.register('set_pref', function() {});
registerGetBlogUrls();
}
var skin = {};
skin['FACE_SIZE'] = '32';
skin['HEIGHT'] = "260";
skin['TITLE'] = "Followers";
skin['BORDER_COLOR'] = "transparent";
skin['ENDCAP_BG_COLOR'] = "transparent";
skin['ENDCAP_TEXT_COLOR'] = "#333333";
skin['ENDCAP_LINK_COLOR'] = "#666666";
skin['ALTERNATE_BG_COLOR'] = "transparent";
skin['CONTENT_BG_COLOR'] = "transparent";
skin['CONTENT_LINK_COLOR'] = "#666666";
skin['CONTENT_TEXT_COLOR'] = "#333333";
skin['CONTENT_SECONDARY_LINK_COLOR'] = "#666666";
skin['CONTENT_SECONDARY_TEXT_COLOR'] = "#000000";
skin['CONTENT_HEADLINE_COLOR'] = "#000000";
skin['FONT_FACE'] = "Arial";
google.friendconnect.container.setParentUrl("/");
google.friendconnect.container["renderMembersGadget"](
{id: "div-1kglpa73z3n2i",
height: 260,
site: "10106851446846236376",
locale: 'en' },
skin);
Categories
Abstract Photography
(9)
Advertising Photography
(120)
Aerial Photography
(19)
Animal Photography
(70)
Architecture Photography
(34)
Articles
(2)
Automotive Photography
(25)
Beauty Photography
(41)
Black and White Photography
(191)
Celebrities Photography
(78)
Children Photography
(19)
Cinematic Photography
(6)
Classic Photography
(9)
Colorful Photography
(9)
Commercial Photography
(25)
Conceptual Photography
(25)
Creative Photography
(172)
Documentary Photography
(36)
Editorial Photography
(21)
Fashion Photography
(765)
Fine Art Photography
(31)
Food Photography
(15)
Glamour Photography
(63)
HDR
(21)
High Speed Photography
(4)
Historical Photography
(2)
Humorous Photography
(3)
Insect Photography
(6)
Interior Photography
(17)
iPhoneography
(3)
Landscape Photography
(241)
Lifestyle Photography
(21)
Light Photography
(16)
Macro Photography
(39)
Magazine Photography
(115)
Minimalist Photography
(7)
Music Photography
(9)
Nature Photography
(63)
News Photography
(8)
Panoramic Photography
(5)
Photo illustrations
(8)
Photo Manipulations
(31)
Photography Links
(1)
Photojournalism
(15)
Pinup Photography
(3)
Portrait Photography
(372)
Professional Photography
(761)
Retro Photography
(9)
Sport Photography
(14)
Still Life Photography
(62)
Street Photography
(16)
Surreal Photography
(15)
Tilt-Shift Photography
(5)
Travel Photography
(47)
Underwater Photography
(22)
Urban Photography
(29)
Wedding Photography
(5)
Wildlife Photography
(22)
Popular Posts
Chernobyl by Paul Fusco
Creative Photography by Anthony Redpath
Fashion Photography by Ulyana Sergeenko
Fashion Photography by Sisilia Piring
Creative Photo Manipulations by Vladimir Manyuhina
Tilt-Shift Van Gogh by Serena Malyon
Classic Photography by Henri Cartier-Bresson
Advertising Photography by Matias Posti
Creative Photography by Craig Easton
Street Photography by Pamela Ross
Blog Archive
▼
12
(1311)
October 2012
(96)
September 2012
(222)
August 2012
(104)
July 2012
(106)
June 2012
(41)
May 2012
(21)
April 2012
(29)
March 2012
(253)
February 2012
(286)
January 2012
(153)
►
11
(1615)
December 2011
(90)
November 2011
(37)
October 2011
(346)
September 2011
(318)
August 2011
(18)
July 2011
(13)
June 2011
(38)
May 2011
(188)
April 2011
(120)
March 2011
(201)
February 2011
(163)
January 2011
(83)
►
10
(374)
December 2010
(85)
November 2010
(59)
October 2010
(74)
September 2010
(136)
August 2010
(20)
.hl-email{
background:url(http://4.bp.blogspot.com/-u3UaeUufpmI/T8lFuelsg8I/AAAAAAAACQY/tOWbHsgTYKc/s1600/mail.png) no-repeat 0px 12px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}
.hl-emailsubmit{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:3px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:12px sans-serif;
}
.hl-emailsubmit:hover{
background:#E98313;
}
.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
width:130px;
color:#666;}
Subscribe via Email
Total Pageviews
Copyright 2012 Photography Blog. Founded by Anton Liberant.
(function(){
var bsa = document.createElement('script');
bsa.type = 'text/javascript';
bsa.async = true;
bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
var home_page="/";
var urlactivepage=location.href;
var postperpage=6;
var numshowpage=4;
var upPageWord ='«';
var downPageWord ='»';
if (window.jstiming) window.jstiming.load.tick('widgetJsBefore');
if (typeof(BLOG_attachCsiOnload) != 'undefined' && BLOG_attachCsiOnload != null) { window['blogger_templates_experiment_id'] = "templatesV2";window['blogger_blog_id'] = '2625229002162615187';BLOG_attachCsiOnload(''); }_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d2625229002162615187','//www.pphotography.net/','2625229002162615187');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '2625229002162615187', 'bloggerUrl': 'http://www.blogger.com', 'title': 'Photography Blog', 'pageType': 'index', 'url': 'http://www.pphotography.net/', 'canonicalUrl': 'http://www.pphotography.net/', 'canonicalHomepageUrl': 'http://www.pphotography.net/', 'homepageUrl': 'http://www.pphotography.net/', 'blogspotFaviconUrl': 'http://www.pphotography.net/favicon.ico', 'enabledCommentProfileImages': true, 'adultContent': false, 'disableAdSenseWidget': false, 'analyticsAccountNumber': 'UA-34855127-1', 'searchLabel': '', 'searchQuery': '', 'pageName': '', 'pageTitle': 'Photography Blog', 'metaDescription': 'We have a huge collection of inspirational photography taken by creative and talented professional photographers from around the world.', 'encoding': 'UTF-8', 'locale': 'en', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'languageDirection': 'ltr', 'feedLinks': '\74link rel\75\42alternate\42 type\75\42application/atom+xml\42 title\75\42Photography Blog - Atom\42 href\75\42http://www.pphotography.net/feeds/posts/default\42 /\76\n\74link rel\75\42alternate\42 type\75\42application/rss+xml\42 title\75\42Photography Blog - RSS\42 href\75\42http://www.pphotography.net/feeds/posts/default?alt\75rss\42 /\76\n\74link rel\75\42service.post\42 type\75\42application/atom+xml\42 title\75\42Photography Blog - Atom\42 href\75\42http://www.blogger.com/feeds/2625229002162615187/posts/default\42 /\76\n\74link rel\75\42EditURI\42 type\75\42application/rsd+xml\42 title\75\42RSD\42 href\75\42http://www.blogger.com/rsd.g?blogID\0752625229002162615187\42 /\076', 'meTag': '', 'openIdOpTag': '\74link rel\75\42openid.server\42 href\75\42http://www.blogger.com/openid-server.g\42 /\76\n\74link rel\75\42openid.delegate\42 href\75\42http://www.pphotography.net/\42 /\76\n', 'imageSrcTag': '', 'latencyHeadScript': '\74script type\75\42text/javascript\42\76(function() { var a\75window,b\75\42jstiming\42,d\75\42tick\42;var e\75function(c){this.t\75{};this.tick\75function(c,p,h){h\75void 0!\75h?h:(new Date).getTime();this.t[c]\75[h,p]};this[d](\42start\42,null,c)},f\75new e;a.jstiming\75{Timer:e,load:f};if(a.performance\46\46a.performance.timing){var g\75a.performance.timing,j\75a[b].load,k\75g.navigationStart,l\75g.responseStart;0\74k\46\46l\76\75k\46\46(j[d](\42_wtsrt\42,void 0,k),j[d](\42wtsrt_\42,\42_wtsrt\42,l),j[d](\42tbsd_\42,\42wtsrt_\42))}\ntry{var m\75null;a.chrome\46\46a.chrome.csi\46\46(m\75Math.floor(a.chrome.csi().pageT),j\46\0460\74k\46\46(j[d](\42_tbnd\42,void 0,a.chrome.csi().startE),j[d](\42tbnd_\42,\42_tbnd\42,k)));null\75\75m\46\46a.gtbExternal\46\46(m\75a.gtbExternal.pageT());null\75\75m\46\46a.external\46\46(m\75a.external.pageT,j\46\0460\74k\46\46(j[d](\42_tbnd\42,void 0,a.external.startE),j[d](\42tbnd_\42,\42_tbnd\42,k)));m\46\46(a[b].pt\75m)}catch(n){};a.tickAboveFold\75function(c){var i\0750;if(c.offsetParent){do i+\75c.offsetTop;while(c\75c.offsetParent)}c\75i;750\76\75c\46\46a[b].load[d](\42aft\42)};var q\75!1;function r(){q||(q\75!0,a[b].load[d](\42firstScrollTime\42))}a.addEventListener?a.addEventListener(\42scroll\42,r,!1):a.attachEvent(\42onscroll\42,r);\n })();\74/script\076', 'mobileHeadScript': '', 'adsenseClientId': 'pub-2509995754926241', 'ieCssRetrofitLinks': '\74!--[if IE]\76\74script type\75\42text/javascript\42 src\75\42//www.blogger.com/static/v1/jsbin/3651483553-ieretrofit.js\42\76\74/script\76\n\74![endif]--\076', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/2179ec63bcf35660'}}, {'name': 'skin', 'data': {'vars': {'header_background_color': '#333333', 'footer_background_color': '#222222', 'mainmenu_background_color': '#222222', 'body_text_color': '#333333', 'link_visited_color': '#666666', 'topmenu_background_color': '#222222', 'link_color': '#666666', 'body_background_color': '#f6f6f6', 'link_hover_color': '#999999'}, 'override': ''}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '/?view\75classic'}, 'flipcard': {'name': 'flipcard', 'url': '/?view\75flipcard'}, 'magazine': {'name': 'magazine', 'url': '/?view\75magazine'}, 'mosaic': {'name': 'mosaic', 'url': '/?view\75mosaic'}, 'sidebar': {'name': 'sidebar', 'url': '/?view\75sidebar'}, 'snapshot': {'name': 'snapshot', 'url': '/?view\75snapshot'}, 'timeslide': {'name': 'timeslide', 'url': '/?view\75timeslide'}}}]);
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'rightfooterwidget', null, document.getElementById('HTML5'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_StatsView', new _WidgetInfo('Stats1', 'rightfooterwidget', null, document.getElementById('Stats1'), {'title': 'Total Pageviews', 'showGraphicalCounter': false, 'showAnimatedCounter': false, 'showSparkline': true, 'statsUrl': '//www.pphotography.net/b/stats?style\75WHITE_TRANSPARENT\46timeRange\75ALL_TIME\46token\75ANDCgjoBAAA.8kvKzEzEsytiW2OK2VjoJAifQLJkXCMoQDaODwQHaJM.wIml3i67vhD7wOCp3wXIOg'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'rightfooterwidget', null, document.getElementById('HTML9'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'centerfooterwidget', null, document.getElementById('BlogArchive1'), {'languageDirection': 'ltr'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'leftfooterwidget', null, document.getElementById('PopularPosts1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML10', 'sidebar1', null, document.getElementById('HTML10'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense2', 'sidebar1', null, document.getElementById('AdSense2'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar1', null, document.getElementById('HTML4'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar1', null, document.getElementById('Followers1'), {'title': 'Followers', 'codeSnippet': '\74script type\75\42text/javascript\42\76\n if (!window.google || !google.friendconnect) {\n document.write(\47\74script type\75\42text/javascript\42\47 +\n \47src\75\42http://www.google.com/friendconnect/script/friendconnect.js\42\76\47 +\n \47\74/scr\47 + \47ipt\76\47);\n }\n \74/script\76\n\74script type\75\42text/javascript\42\76\n if (!window.registeredBloggerCallbacks) {\n window.registeredBloggerCallbacks \75 true;\n\n \n\n \n gadgets.rpc.register(\47requestReload\47, function() {\n document.location.reload();\n });\n\n \n gadgets.rpc.register(\47requestSignOut\47, function(siteId) {\n \n google.friendconnect.container.openSocialSiteId \75 siteId;\n google.friendconnect.requestSignOut();\n });\n }\n \74/script\76\n\74script type\75\42text/javascript\42\76\n \n function registerGetBlogUrls() {\n gadgets.rpc.register(\47getBlogUrls\47, function() {\n var holder \75 {};\n \n \n \n \n holder.postFeed \75 \42http://www.blogger.com/feeds/2625229002162615187/posts/default\42;\n \n \n \n holder.commentFeed \75 \42http://www.blogger.com/feeds/2625229002162615187/comments/default\42;\n \n holder.currentBlogUrl \75 \42http://www.pphotography.net/\42;\n holder.currentBlogId \75 \0422625229002162615187\42;\n \n return holder;\n });\n }\n \74/script\76\n\74script type\75\42text/javascript\42\76\n if (!window.registeredCommonBloggerCallbacks) {\n window.registeredCommonBloggerCallbacks \75 true;\n\n gadgets.rpc.register(\47resize_iframe\47, function(height) {\n var el \75 document.getElementById(this[\47f\47]);\n if (el) {\n el.style.height \75 height + \47px\47;\n }\n });\n\n \n gadgets.rpc.register(\47set_pref\47, function() {});\n\n registerGetBlogUrls();\n }\n \74/script\76\n\74div id\75\42div-6aavo4bsmr6y\42 style\75\42width: 100%; \42\76\74/div\76\n\74script type\75\42text/javascript\42\76\n var skin \75 {};\n skin[\47FACE_SIZE\47] \75 \04732\47;\n skin[\47HEIGHT\47] \75 \042260\42;\n skin[\47TITLE\47] \75 \42Followers\42;\n skin[\47BORDER_COLOR\47] \75 \42transparent\42;\n skin[\47ENDCAP_BG_COLOR\47] \75 \42transparent\42;\n skin[\47ENDCAP_TEXT_COLOR\47] \75 \42#333333\42;\n skin[\47ENDCAP_LINK_COLOR\47] \75 \42#666666\42;\n skin[\47ALTERNATE_BG_COLOR\47] \75 \42transparent\42;\n \n skin[\47CONTENT_BG_COLOR\47] \75 \42transparent\42;\n skin[\47CONTENT_LINK_COLOR\47] \75 \42#666666\42;\n skin[\47CONTENT_TEXT_COLOR\47] \75 \42#333333\42;\n skin[\47CONTENT_SECONDARY_LINK_COLOR\47] \75 \42#666666\42;\n skin[\47CONTENT_SECONDARY_TEXT_COLOR\47] \75 \42#000000\42;\n skin[\47CONTENT_HEADLINE_COLOR\47] \75 \42#000000\42;\n skin[\47FONT_FACE\47] \75 \42Arial\42;\n google.friendconnect.container.setParentUrl(\42/\42);\n google.friendconnect.container[\42renderMembersGadget\42](\n {id: \42div-6aavo4bsmr6y\42,\n height: 260,\n \n \n \n site: \04210106851446846236376\42,\n \n locale: \47en\47 },\n skin);\n \74/script\076'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar1', null, document.getElementById('Label1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', null, document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': '//www.blogger.com/static/v1/jsbin/4050564355-lbx.js', 'lightboxCssUrl': '//www.blogger.com/static/v1/v-css/228702327-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'main', null, document.getElementById('AdSense1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'main', null, document.getElementById('HTML3'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header1', null, document.getElementById('Header1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'null', null, document.getElementById('PageList1'), {'title': 'Pages', 'links': [{'href': 'http://www.pphotography.net/', 'title': 'Home', 'isCurrentPage': true}, {'href': 'http://www.pphotography.net/p/contact.html', 'title': 'Contact', 'isCurrentPage': false}, {'href': 'http://www.pphotography.net/p/sitemap.html', 'title': 'Sitemap', 'isCurrentPage': false}, {'href': 'http://www.pphotography.net/p/calendar.html', 'title': 'Calendar', 'isCurrentPage': false}, {'href': 'http://www.pphotography.net/p/advertise.html', 'title': 'Advertise', 'isCurrentPage': false}, {'href': 'http://www.pphotography.net/p/contribute.html', 'title': 'Contribute', 'isCurrentPage': false}, {'href': 'http://www.pphotography.net/p/about.html', 'title': 'About', 'isCurrentPage': false}], 'mobile': false}, 'displayModeFull'));