Tip:
Highlight text to annotate it
X
(function() { var a=window;function c(b){this.t={};this.tick=function(b,i,d){d=d!=void
0?d:(new Date).getTime();this.t[b]=[d,i]};this.tick("start",null,b)}var e=new c;a.jstiming={Timer:c,load:e};try{var
g=null;a.chrome&&a.chrome.csi&&(g=Math.floor(a.chrome.csi().pageT));g==null&&a.gtbExternal&&(g=a.gtbExternal.pageT());g==null&&a.external&&(g=a.external.pageT);g&&(a.jstiming.pt=g)}catch(h){};a.tickAboveFold=function(b){var f=0;if(b.offsetParent){do f+=b.offsetTop;while(b=b.offsetParent)}b=f;b
Multidowns
#navbar-iframe { display:block }
oldPos) newFx.start({opacity: 1});
else {
newFx.set({opacity: 1}); oldFx.start({opacity: 0});
crossfade: function(oldFx, newFx, oldPos, newPos){
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
oldFx.options.duration = newFx.options.duration = this.options.fadeDuration;
newFx.start({opacity: 1}); oldFx.start({opacity: 0});
}, fadebg: function(oldFx, newFx, oldPos, newPos){
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
oldFx.options.duration = newFx.options.duration = this.options.fadeDuration / 2;
oldFx.start({opacity: 0}).chain(newFx.start.pass([{opacity: 1}], newFx));
/* All code copyright 2007 Jonathan Schemoul */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Follows: Preloader (class)
* Simple class for preloading images with support for progress reporting
* Copyright 2007 Tomocchino. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
var Preloader = new Class({
Implements: [Events, Options],
options: { root : '',
period : 100 },
initialize: function(options){ this.setOptions(options);
load: function(sources) { this.index = 0;
this.images = []; this.sources = this.temps = sources;
this.total = this. sources.length;
this.fireEvent('onStart', [this.index, this.total]); this.timer = this.progress.periodical(this.options.period,
this);
this.sources.each(function(source, index){ this.images[index] = new Asset.image(this.options.root
+ source, { 'onload' : function(){ this.index++; if(this.images[index])
this.fireEvent('onLoad', [this.images[index], index, source]); }.bind(this),
'onerror' : function(){ this.index++; this.fireEvent('onError', [this.images.splice(index, 1), index, source]);
}.bind(this), 'onabort' : function(){ this.index++; this.fireEvent('onError',
[this.images.splice(index, 1), index, source]); }.bind(this)
}); }, this);
progress: function() { this.fireEvent('onProgress', [Math.min(this.index,
this.total), this.total]); if(this.index >= this.total) this.complete();
complete: function(){ $clear(this.timer);
this.fireEvent('onComplete', [this.images]); },
cancel: function(){ $clear(this.timer);
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Follows: formatString (function)
* Original name: Yahoo.Tools.printf * Copyright Yahoo.
function formatString() { var num = arguments.length;
var oStr = arguments[0]; for (var i = 1; i < num; i++) {
var pattern = "\\{" + (i-1) + "\\}"; var re = new RegExp(pattern, "g");
oStr = oStr.replace(re, arguments[i]); }
return oStr; }
//]]>
// oldPos)
{ newFx.start({
left: [this.galleryElement.offsetWidth, 0], opacity: 1
}); oldFx.start({opacity: [1,0]});
} else { newFx.start({opacity: [0,1]});
oldFx.start({ left: [0, this.galleryElement.offsetWidth],
opacity: 0 }).chain(function(fx){fx.set({left: 0});}.pass(oldFx));
continuoushorizontal: function(oldFx, newFx, oldPos, newPos){
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
if ( ((newPos > oldPos) || ((newPos==0) && (oldPos
== (this.maxIter-1) ))) && (!((newPos == (this.maxIter-1 )) && (oldPos
== 0))) ) {
oldFx.set({opacity: 1}); oldFx.start({
left: [0, this.galleryElement.offsetWidth * -1]
}); newFx.set({opacity: 1, left: this.galleryElement.offsetWidth});
newFx.start({ left: [this.galleryElement.offsetWidth, 0]
}); } else {
oldFx.set({opacity: 1}); oldFx.start({
left: [0, this.galleryElement.offsetWidth] });
newFx.set({opacity: 1, left: this.galleryElement.offsetWidth * -1});
newFx.start({ left: [this.galleryElement.offsetWidth * -1,
0] });
continuousvertical: function(oldFx, newFx, oldPos, newPos){
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
if ( ((newPos > oldPos) || ((newPos==0) && (oldPos
== (this.maxIter-1) ))) && (!((newPos == (this.maxIter-1 )) && (oldPos
== 0))) ) {
oldFx.set({opacity: 1}); oldFx.start({
top: [0, this.galleryElement.offsetHeight * -1]
}); newFx.set({opacity: 1, top: this.galleryElement.offsetHeight});
newFx.start({ top: [this.galleryElement.offsetHeight, 0]
}); } else {
oldFx.set({opacity: 1}); oldFx.start({
top: [0, this.galleryElement.offsetHeight] });
newFx.set({opacity: 1, top: this.galleryElement.offsetHeight * -1});
newFx.start({ top: [this.galleryElement.offsetHeight * -1,
0] });
body{background: url(http://3.bp.blogspot.com/_AxdTtBbEEYQ/TJz4SF-EU8I/AAAAAAAABhA/gCVSWVl6Mm4/s1600/background.png)
//]]>
top left;color: #bcbcbc;font:75% "Helvetica Neue",Arial,Helvetica,sans-serif}
a:link,a:visited{color:#64a3a3;} a:hover{color:#36a1a4;}
a img{border-width:0} /* Header-----------------------------------------------*/
#header-wrapper{width:950px;margin:0 auto 0;height:126px;background:url() top right
no-repeat} #header-inner{background-position:center;margin-left:auto;margin-right:auto}
#header{margin:0;border:0 solid $bordercolor;color:$pagetitlecolor;float:left;width:40%} #header h1{margin:0 5px 0;padding:1px 0 0
15px;font:bold 48px Arial,Helvetica,Sans-serif} #header .description{padding-left:20px;color:#666666;}
#header h1 a,#header h1 a:visited{color:#fff;text-decoration:none} #header h2{padding-left:15px;color:#736f74;font:14px
Arial,Helvetica,Sans-serif} #header2{float:right;width:58%}
#header2 .widget{padding:20px 0px 0 10px;float:right} /* Outer-Wrapper-----------------------------------------------
*/ #outer-wrapper{background: url(http://imageshack.us/photo/my-images/543/bannerrrrr.png/)
right top no-repeat;width:950px;margin:0 auto;padding:0;text-align:$startSide;font:$bodyfont} #content-wrapper{}
#main-wrapper{width:610px;padding-left:15px;padding-right:0px;float:left;word-wrap:break-word;/* fix for long text breaking sidebar float in
IE */ overflow:hidden;/* fix for long non-text content
breaking IE sidebar float */ }
#rsidebar-wrapper{width:305px;float:right;margin-left:5px;margin-right:5px;word-wrap:break-word;/* fix for long text breaking sidebar float in
IE */ overflow:hidden;/* fix for long non-text content
breaking IE sidebar float */ }
/* Headings----------------------------------------------- */
h2{margin:1.5em 0 .75em;font:$headerfont;line-height:1.4em;text-transform:uppercase;letter-spacing:.2em;color:$sidebarcolor} /* Posts-----------------------------------------------*/
h2.date-header{margin:1.5em 0 .5em} .post{background-color: #1c1c1c;padding: 12px
15px 15px 15px;margin: 5px 0 25px 0;border: 1px solid #2b2929;}
.post h3{margin:0 0 8px 0;padding:0;color:#d1cfcf;font:bold 22px Arial, Verdana;line-height: 26px;text-transform:
uppercase;} .post h3 a,.post h3 a:visited,.post h3 strong{display:block;text-decoration:none;color:#d1cfcf;font:bold
22px Arial, Verdana;} .post h3 strong,.post h3 a:hover{color:#69aaac;font:bold
22px Arial, Verdana;text-decoration:underline;} .post-body{margin:0 0 .75em;text-align:justify;padding-top:8px;font:14px/20px
Arial,Verdana} .post-body blockquote{overflow:hidden;padding-left:9px;font-style:italic;color:#666;border-left:3px
solid #CADAE7;} .post-footer{margin:.75em 0;color:$sidebarcolor;text-transform:uppercase;letter-spacing:.1em;font:$postfooterfont;line-height:1.4em}
.comment-link{margin-$startSide:.6em} .post img{padding:6px 6px 6px 6px;background:#1c1c1c;border:1px
solid #2e2d2d;margin:0 4px 4px 0} /* Comments-----------------------------------------------
*/ #comments h4{margin:1em 0;font-weight:bold;line-height:1.4em;text-transform:uppercase;letter-spacing:.2em;color:$sidebarcolor}
#comments-block{margin:1em 0 1.5em;line-height:1.6em} #comments-block .comment-author{margin:.5em
0} #comments-block .comment-body{margin:.25em
0 0} #comments-block .comment-footer{margin:-.25em
0 2em;line-height:1.4em;text-transform:uppercase;letter-spacing:.1em} #comments-block .comment-body p{margin:0 0
.75em} .deleted-comment{font-style:italic;color:gray}
#blog-pager-newer-link{float:$startSide} #blog-pager-older-link{float:$endSide}
#blog-pager{text-align:center} .feed-links{clear:both;line-height:2.5em}
/* Sidebar Content----------------------------------------------- */
.sidebar{color:#bbbbbb;line-height:1.5em;margin:0 0 10px 0}
.sidebar a{text-decoration:none;color:#bbbbbb} .sidebar a:hover{text-decoration:underline;color:#fff}
.sidebar h2{margin:10px 0 2px 0;padding:10px 0 10px 10px;font-size:16px;line-height:16px;font-family:Arial,Helvetica,Sans-serif;font-weight:bold;text-transform:uppercase;color:#414445;background:url(http://1.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Q7bTZpI/AAAAAAAABgY/W_504XzTas8/s1600/sidebar-tab.png)
left center repeat-x;border-left:5px solid #494646;}
.sidebar ul{list-style-type:none;margin:0 0 10px 0;padding:0}
.sidebar ul li{padding: 6px 0px 6px 22px;margin:0;background: url(http://1.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Rrw8MhI/AAAAAAAABg4/1GUIBs7jDLY/s1600/arrow.png)
5px 9px no-repeat;border-bottom:0px solid #1b1b1b}
.sidebar .widget{border-bottom:0 dotted $bordercolor;margin:0 0 0.5em;padding:0 0 0.5em}
.main .widget{border-bottom:0 dotted $bordercolor;margin:0 0 1.5em;padding:0 0 1.5em}
.main .Blog{border-bottom-width:0} /* Profile ----------------------------------------------- */
.profile-img{float:$startSide;margin-top:0;margin-$endSide:5px;margin-bottom:5px;margin-$startSide:0;padding:4px;border:1px solid $bordercolor}
.profile-data{margin:0;text-transform:uppercase;letter-spacing:.1em;font:$postfooterfont;color:$sidebarcolor;font-weight:bold;line-height:1.6em} .profile-datablock{margin:.5em 0 .5em}
.profile-textblock{margin:0.5em 0;line-height:1.6em} .profile-link{font:$postfooterfont;text-transform:uppercase;letter-spacing:.1em}
#myGallery,#myGallerySet,#flickrGallery{width:610px;height:320px;z-index:5;margin-bottom:20px;margin-top:15px} .jdGallery a{outline:0}
#flickrGallery{width:500px;height:334px} #myGallery img.thumbnail,#myGallerySet img.thumbnail{display:none}
.jdGallery{overflow:hidden;position:relative} .jdGallery img{border:0;margin:0}
.jdGallery .slideElement{width:100%;height:100%;background-color:#000;background-repeat:no-repeat;background-position:center center;background-image:url('http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Oc7-cTI/AAAAAAAABfY/ZA0M5-uxslI/s1600/loading-bar-black.gif')}
.jdGallery .loadingElement{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;background-repeat:no-repeat;background-position:center center;background-image:url('http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Oc7-cTI/AAAAAAAABfY/ZA0M5-uxslI/s1600/loading-bar-black.gif')}
.jdGallery .slideInfoZone{position:absolute;z-index:10;width:100%;margin:0;left:0;bottom:0;height:120px;background:#161616;color:#fff;text-indent:0;overflow:hidden} * html .jdGallery .slideInfoZone{bottom:-1px}
.jdGallery .slideInfoZone h2{padding:0;margin:0;margin:2px 5px;font-size:14px;font-weight:bold;color:#fff
!important} .jdGallery .slideInfoZone p{padding:0;font-size:12px;margin:2px
5px;color:#eee} .jdGallery div.carouselContainer{position:absolute;height:135px;width:100%;z-index:10;margin:0;left:0;top:0}
.jdGallery a.carouselBtn{position:absolute;bottom:0;right:30px;height:20px;/*width:100px;background:url('img/carousel_btn.gif') no-repeat;*/
text-align:center;padding:0 10px;font-size:13px;background:#333;color:#fff;cursor:pointer} .jdGallery .carousel{position:absolute;width:100%;margin:0;left:0;top:0;height:115px;background:#333;color:#fff;text-indent:0;overflow:hidden}
.jdExtCarousel{overflow:hidden;position:relative} .jdGallery .carousel .carouselWrapper,.jdExtCarousel
.carouselWrapper{position:absolute;width:100%;height:78px;top:10px;left:0;overflow:hidden} .jdGallery .carousel .carouselInner,.jdExtCarousel
.carouselInner{position:relative} .jdGallery .carousel .carouselInner .thumbnail,.jdExtCarousel
.carouselInner .thumbnail{cursor:pointer;background:#000;background-position:center center;float:left;border:solid 1px #fff}
.jdGallery .wall .thumbnail,.jdExtCarousel .wall .thumbnail{margin-bottom:10px}
.jdGallery .carousel .label,.jdExtCarousel .label{font-size:13px;position:absolute;bottom:5px;left:10px;padding:0;margin:0}
.jdGallery .carousel .wallButton,.jdExtCarousel .wallButton{font-size:10px;position:absolute;bottom:5px;right:10px;padding:1px
2px;margin:0;background:#222;border:1px solid #888;cursor:pointer}
.jdGallery .carousel .label .number,.jdExtCarousel .label .number{color:#b5b5b5}
.jdGallery a{font-size:100%;text-decoration:none;color:#fff} .jdGallery a.right,.jdGallery a.left{position:absolute;height:99%;width:25%;cursor:pointer;z-index:10;filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity:0.2;opacity:0.2}
* html .jdGallery a.right,* html .jdGallery a.left{filter:alpha(opacity=50)}
.jdGallery a.right:hover,.jdGallery a.left:hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8} .jdGallery a.left{left:0;top:0;background:url('http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Ufu-8rI/AAAAAAAABho/KHFRVj2l4II/s1600/fleche1.png')
no-repeat center left} * html .jdGallery a.left{background:url('http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Ufu-8rI/AAAAAAAABho/KHFRVj2l4II/s1600/fleche1.png')
no-repeat center left} .jdGallery a.right{right:0;top:0;background:url('http://4.bp.blogspot.com/_AxdTtBbEEYQ/TJz4OHXh3gI/AAAAAAAABfQ/as8magdT2o4/s1600/fleche2.png')
no-repeat center right} * html .jdGallery a.right{background:url('http://4.bp.blogspot.com/_AxdTtBbEEYQ/TJz4OHXh3gI/AAAAAAAABfQ/as8magdT2o4/s1600/fleche2.png')
no-repeat center right} .jdGallery a.open{left:0;top:0;width:100%;height:100%}
.withArrows a.open{position:absolute;top:0;left:25%;height:99%;width:50%;cursor:pointer;z-index:10;background:none;-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8} .withArrows a.open:hover{background:url('http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Pn1x2SI/AAAAAAAABf4/DvdYX0GFDDc/s1600/open.png')
no-repeat center center} * html .withArrows a.open:hover{background:url('http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Pn1x2SI/AAAAAAAABf4/DvdYX0GFDDc/s1600/open.png')
no-repeat center center;filter:alpha(opacity=80)} /* Gallery Sets */
.jdGallery a.gallerySelectorBtn{z-index:15;position:absolute;top:0;left:30px;height:20px;/*width:100px;background:url('img/carousel_btn.gif') no-repeat;*/
text-align:center;padding:0 10px;font-size:13px;background:#333;color:#fff;cursor:pointer;opacity:.4;-moz-opacity:.4;-khtml-opacity:0.4;filter:alpha(opacity=40)} .jdGallery .gallerySelector{z-index:20;width:100%;height:100%;position:absolute;top:0;left:0;background:#000}
.jdGallery .gallerySelector h2{margin:0;padding:10px 20px 10px 20px;font-size:20px;line-height:30px;color:#fff
!important} .jdGallery .gallerySelector .gallerySelectorWrapper{overflow:hidden}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton{margin-left:10px;margin-top:10px;border:1px
solid #888;padding:5px;height:40px;color:#fff;cursor:pointer;float:left} .jdGallery .gallerySelector .gallerySelectorInner
div.hover{background:#333} .jdGallery .gallerySelector .gallerySelectorInner
div.galleryButton div.preview{background:#000;background-position:center center;float:left;border:none;width:40px;height:40px;margin-right:5px}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3{margin:0;padding:0;font-size:12px;font-weight:normal;color:#fff}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info{margin:0;padding:0;font-size:12px;font-weight:normal;color:#fff
!important} #navbar-iframe{height:0;visibility:hidden;display:none}
#pagemenucontainer{height:30px;margin-top:5px; margin-bottom:30px;}
#pagemenu{height:34px} #pagemenu,#pagemenu ul{padding:0;margin:0;list-style:none;line-height:1}
#pagemenu{margin-bottom:1px} #pagemenu ul{float:left;list-style:none;margin:0
0 0 0;padding:0} #pagemenu li{float:left;list-style:none;margin:0;padding:0}
#pagemenu ul li{list-style:none;margin:0;padding:0} #pagemenu li a,#pagemenu li a:link{color:#c1c1c1;display:block;margin:0
3px 0 3px;padding:10px 14px;text-decoration:none;text-transform:uppercase;font:bold 11px Arial,Helvetica,sans-serif}
#pagemenu li a:hover,#pagemenu li a:active{color:#fff;display:block;text-decoration:none;background:url(http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4QIjr2tI/AAAAAAAABgA/UfJIRYtEqSw/s1600/pagenav-hover.png) left top repeat-x}
#pagemenu li.current_page_item a{color:#fff;background:url(http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4QIjr2tI/AAAAAAAABgA/UfJIRYtEqSw/s1600/pagenav-hover.png) left top repeat-x}
#pagemenu li:hover,#pagemenu li.sfhover{position:static} .navcontainer{height:39px;background:url(http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4Oil19XI/AAAAAAAABfg/TsYq8Zqw9Wc/s1600/nav-background.png)
top left repeat-x;padding:0 0px;border-bottom:0px solid #303030;}
#nav{height:40px;} #nav,#nav ul{padding:0;margin:0;list-style:none;}
#nav{margin-bottom:0px;margin-left:-3px;} #nav ul{float:left;list-style:none;margin:0
0 0 0;padding:0} #nav li{float:left;list-style:none;margin:0;padding:0}
#nav ul li{list-style:none;margin:0;padding:0} #nav li a,#nav li a:link{color:#3f3f3f;display:block;margin:0
3px 0 3px;padding:12px 15px;text-decoration:none;font-size:12px;font-weight:bold;text-transform:uppercase;} #nav li a:hover,#nav li a:active{color:#fff;display:block;text-decoration:none;background:url(http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4O4Ts-bI/AAAAAAAABfo/flNvw57G2B4/s1600/nav-background-hover.png)
top left repeat-x;text-shadow:0 1px 0 #242323} #nav li.current-cat a{color:#fff;background:url(http://2.bp.blogspot.com/_AxdTtBbEEYQ/TJz4O4Ts-bI/AAAAAAAABfo/flNvw57G2B4/s1600/nav-background-hover.png)
top left repeat-x;text-shadow:0 1px 0 #242323} #nav li:hover,#nav li.sfhover{position:static}
.postdate{padding:2px 0;font:11px Arial,Verdana;color:#bcbcbc;} .postdate img,.postmeta img{border:none;vertical-align:middle;margin:2px;background:none;padding:0
6px 0 0} /* FOOTER */
#footer{background:#2b2929;padding:22px;text-align:center;color:#dfdfdf;font-size:13px;margin-top:10px} #footer a{color:#dfdfdf}
#footer a:hover{text-decoration:none;color:#dfdfdf} /* -- NUMBER PAGE NAVIGATION -- */
.showpageNum a{font:15px Arial,Verdana;padding:4px 8px;margin:0 4px;text-decoration:none;background:transparent;color:#bbbbbb;border:1px
solid transparent} .showpageOf{margin:0 8px 0 0;color:#222;font:15px
Arial,Verdana} .showpageNum a:hover{color:#fff;background:#303030;border:1px
solid #303030} .showpageArea{margin:10px 0;font:15px Arial,Verdana;color:#111}
.showpagePoint{color:#bbbbbb;font:bold 15px Arial,Verdana;padding:4px 8px;margin:2px;border:1px
solid #393939;background:#393939;text-decoration:none} .showpage{padding:4px 8px;margin:0 4px;text-decoration:none;background:transparent;color:#bbbbbb;border:1px
solid transparent;font:15px Arial,Verdana} .showpage a{text-decoration:none;color:#bbbbbb;font:15px
Arial,Verdana} .showpage:hover{padding:4px 8px;margin:0 4px;text-decoration:none;background:#303030;color:#fff;border:1px
solid #303030;font:15px Arial,Verdana} .showpage a:hover{text-decoration:none;color:#fff;font:15px
Arial,Verdana} .socialboxes{background:#232323;border:1px
solid #353434;padding:10px;margin:10px 0 0 0}
.socialboxes:hover{border:1px solid #464545;background:#232323} .socialboxes a{color:#9f9f9f;text-transform:uppercase;text-decoration:none;font:bold
12px Arial,Helvetica,Sans-serif} .socialboxes a:hover{color:#fff;text-decoration:underline}
#comment-form iframe{padding:5px;width:500px} #search{border:1px solid #494646;height:26px;padding:2px;background:#353333;text-align:right;}
#search input{border:0;background:none;color:#929292} #s{width:267px;padding:3px;margin:2px 0 0
0;background:none} #topsearch{margin-top:8px}
div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14,div.span-15,div.span-16,div.span-17,div.span-18,div.span-19,div.span-20,div.span-21,div.span-22,div.span-23,div.span-24{float:left;margin-right:10px} .span-1{width:30px}.span-2{width:70px}.span-3{width:110px}.span-4{width:150px}.span-5{width:190px}.span-6{width:230px}.span-7{width:270px}.span-8{width:310px}.span-9{width:350px}.span-10{width:390px}.span-11{width:430px}.span-12{width:470px}.span-13{width:510px}.span-14{width:550px}.span-15{width:590px}.span-16{width:630px}.span-17{width:670px}.span-18{width:710px}.span-19{width:750px}.span-20{width:790px}.span-21{width:830px}.span-22{width:870px}.span-23{width:910px}.span-24,div.span-24{width:950px;margin:0}input.span-1,textarea.span-1,input.span-2,textarea.span-2,input.span-3,textarea.span-3,input.span-4,textarea.span-4,input.span-5,textarea.span-5,input.span-6,textarea.span-6,input.span-7,textarea.span-7,input.span-8,textarea.span-8,input.span-9,textarea.span-9,input.span-10,textarea.span-10,input.span-11,textarea.span-11,input.span-12,textarea.span-12,input.span-13,textarea.span-13,input.span-14,textarea.span-14,input.span-15,textarea.span-15,input.span-16,textarea.span-16,input.span-17,textarea.span-17,input.span-18,textarea.span-18,input.span-19,textarea.span-19,input.span-20,textarea.span-20,input.span-21,textarea.span-21,input.span-22,textarea.span-22,input.span-23,textarea.span-23,input.span-24,textarea.span-24{border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important}input.span-1,textarea.span-1{width:18px!important}input.span-2,textarea.span-2{width:58px!important}input.span-3,textarea.span-3{width:98px!important}input.span-4,textarea.span-4{width:138px!important}input.span-5,textarea.span-5{width:178px!important}input.span-6,textarea.span-6{width:218px!important}input.span-7,textarea.span-7{width:258px!important}input.span-8,textarea.span-8{width:298px!important}input.span-9,textarea.span-9{width:338px!important}input.span-10,textarea.span-10{width:378px!important}input.span-11,textarea.span-11{width:418px!important}input.span-12,textarea.span-12{width:458px!important}input.span-13,textarea.span-13{width:498px!important}input.span-14,textarea.span-14{width:538px!important}input.span-15,textarea.span-15{width:578px!important}input.span-16,textarea.span-16{width:618px!important}input.span-17,textarea.span-17{width:658px!important}input.span-18,textarea.span-18{width:698px!important}input.span-19,textarea.span-19{width:738px!important}input.span-20,textarea.span-20{width:778px!important}input.span-21,textarea.span-21{width:818px!important}input.span-22,textarea.span-22{width:858px!important}input.span-23,textarea.span-23{width:898px!important}input.span-24,textarea.span-24{width:938px!important}.last{margin-right:0;padding-right:0}
.last,div.last{margin-right:0} .readmorecontent{text-align:right;width:140px;float:right;margin-top:10px;}
.readmorecontent a{padding:4px 5px; background:#2c2c2c; color:#d1d1d1; text-decoration:none; font-size:12px;}
.readmorecontent a:hover{background-color:#3d3d3d; color:#ffffff;text-decoration:none;}
.topright{text-align:right;margin:14px 0 0 0}
if (window.jstiming) window.jstiming.load.tick('headEnd');
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) { window.addEventListener("load",
function(){ object[attribute] = val; }, false); } else {
window.attachEvent('onload', function(){ object[attribute] = val; });
function showRelatedContent(args) { var el = document.getElementById('related-iframe');
if (el.parentNode.style.display != 'none') {
el.parentNode.style.display = 'none'; document.onclick = showRelatedContent.prevOnClick;
return; }
var match = /(?:^[?]|&)c=([0-9]+)(?:&|(?!.))/.exec(args); if (match !== null) {
document.getElementById('related-loading').style.left = match[1] + 'px';
el.style.left = Math.max(0, match[1] - parseInt(el.width) / 2) + 'px';
} el.src = "http://www.blogger.com"
+ '/related-content.g?q=' + window.location.href
+ '&id=' + "1853800467414957267"; el.parentNode.style.display = 'block';
showRelatedContent.prevOnClick = document.onclick;
// Hide related-content dropdown when clicking anywhere but on it.
document.onclick = function() { var el = document.getElementById('related-iframe');
if (el.parentNode.style.display != 'none') {
el.parentNode.style.display = 'none'; }
document.onclick = showRelatedContent.prevOnClick; };
}
skip to main | skip to sidebar
Home
Posts RSS
Comments RSS
Edit
Home Posts RSS Comments RSS Edit
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true, delay: 6000,
slideInfoZoneOpacity: 0.8, showCarousel: false,
slideInfoZoneSlide: false });
} window.addEvent('domready', startGallery);
This is featured post 1 title Replace these every slider sentences with
your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace
these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.
This is featured post 2 title
Replace these every slider sentences with your featured post descriptions.Go to Blogger
edit html and find these sentences.Now replace these with your own descriptions.This theme
is Bloggerized by Lasantha - Premiumbloggertemplates.com.
This is featured post 3 title Replace these every slider sentences with
your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace
these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.
This is featured post 4 title
Replace these every slider sentences with your featured post descriptions.Go to Blogger
edit html and find these sentences.Now replace these with your own descriptions.This theme
is Bloggerized by Lasantha - Premiumbloggertemplates.com.
This is featured post 5 title Replace these every slider sentences with
your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace
these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.
terça-feira, 28 de
junho de 2011
Dt Carnage – PS2
Esteja preparado para
mergulhar no mundo dos automóveis rápidos, talentosos pilotos, truques sujos e com DT
Carnage. Neste jogo, os jogadores em várias pistas de corrida irá utilizar todo e qualquer
truque eles têm as suas mangas. A partir de itens usando a abrandar opositores, esmagando
a outros motoristas contra a lateral da pista, para simplesmente breezing passado rivais
usando hábeis manobras de condução, pilotos vão fazer o que for preciso para ser proclamado
número um. Região: NTSCGênero: CorridaIdioma: InglêsMídia:
DVD
Download Megaupload – Parte única createSummaryAndThumb
("summary6949924380720386957");
if (window['tickAboveFold']) {window['tickAboveFold'](document.getElementById("latency-6949924380720386957"));
}
Evil Dead Regeneration – PS2 Download
Jogos
baseados em filmes já não são novidade para ninguém, mas Evil Dead: Regeneration
é um caso um pouco diferente. Enquanto a maioria entra na onda dos filmes do tipo arrasa-quarteirão,
como Homem-Aranha 2, ou, mais recentemente, voltam os olhos para clássicos lendários
– estão sendo produzidos games baseados em Scarface; e O Poderoso Chefão , o jogo
em questão foi buscar inspiração em um dos mais representativos filmes B do cinema
americano. Região: NTSCGênero: Ação/Aventura/TiroIdioma: InglêsMídia: DVD
Escolha um Servidor abaixo para Baixar o Jogo: Download
Megaupload : Parte 1 ~ Parte 2 ~ Parte 3 ~ Parte
4 ~ Parte 5 ~ Parte
6 ~ Parte 7 ~ Parte
8 ~ Parte 9 ~ Parte
10 ~ Parte 11 ~ Parte
12 ~ Parte 13 ~ Parte
14 ~ Parte 15 ~ Parte
16 ~ Parte 17 ~ Parte 18 ~ Parte
19 ~ Parte 20 ~ Parte
21 ~ Parte 22
createSummaryAndThumb ("summary818945951701141073");
if (window['tickAboveFold'])
{window['tickAboveFold'](document.getElementById("latency-818945951701141073")); }
GTA
IV Via Torrent DOWNLOAD
Fabricante:
Rockstar GamesPlataforma:
PcEstilo: Ação/PlataformaLançamento: 2008Ídiomas: InglêsFormato:
ISOTamanho: 13,85
Gb
DOWNLOAD
Via Torrent
createSummaryAndThumb ("summary5824016765588924690");
if (window['tickAboveFold'])
{window['tickAboveFold'](document.getElementById("latency-5824016765588924690")); }
BMW
M3 Challenge pc Download
INFORMAÇÕES
DO JOGO
Ano de Lançamento: Nome: BMW M3 Fabricante:10Tacle Studios Estilo: Tamanho: Formato:
Facilidade de Uso:Interface Gráfica: Requisitos
do pc para poder *
1.8 GHz *
512 MB memória * 64
MB *
500 MB espaço livre no
* DirectX 9.
Download Opção
1
Download Opção 2
createSummaryAndThumb
("summary5744348800705018280");
if (window['tickAboveFold']) {window['tickAboveFold'](document.getElementById("latency-5744348800705018280"));
} segunda-feira, 27
de junho de 2011
Internet Explorer 9.0 Final Download
Amado por muitos,
odiado por tantos. De uma forma ou de outra, o Internet Explorer ainda é o navegador mais
utilizado do mercado e acaba de chegar a sua nona versão. Depois de muitos anúncios e
uma gigantesca expectativa criada em torno de seu lançamento, o IE9 vem repleto de novidades
para recuperar a popularidade perdida. A recém-lançada versão
do navegador traz todos os recursos prometidos pela Microsoft e mostra que a empresa fez
a lição de casa e ouviu as reclamações dos usuários, corrigindo um de seus maiores
problemas: a velocidade. Assim, o Internet Explorer 9 vem muito mais rápido que suas
versões anteriores. Atenção:
assim como já aconteceu com a nova versão do Windows Live Messenger, o Internet
Explorer 9 não é compatível com o Windows XP ou versões anteriores a ele. Se você
for usuário desses sistemas, o recomendado é que você continue a utilizar o IE8.
Tamanho: 17,80 MB
createSummaryAndThumb ("summary5938380946328723291");
if (window['tickAboveFold'])
{window['tickAboveFold'](document.getElementById("latency-5938380946328723291")); }
domingo, 26 de junho de 2011
Baladas
2011 Download CD
Musicas do CD01.
Born This Way – Ladyes 02. Take Over Control – Black Guetto
& Lya 03. Whos That Chick – Ricahard Gym Ft:
Roxys 04. On The Floor – Rita Jefferson Ft:
Lookout 05. Paris Luanda – Dj Gregory &
Gregor Salto Ft: The Serafim Crew 06. Hey (Nah, Neh, Nah) – Brothers &
Sisters 07. Crazy Mykonos – (Radio Edit) –
Geo Da Silva – Ft: Dj Gogos And Manny Mykonos
08. Hello – Ronny Wells 09. One (Your Name) – Scanner Gang 10. Lights On – Krisna C. Ft: Lizzy
Smacks 11. Hold It Against Me – Kelly Sunday 12. S&M – Ludmilla
13. Blow – Sasha 14. Amazing – LumaBaixar CD Baladas 2011Informações do CDBanda: V.A Nome do Albúm: Baladas 2011
Lançamento: 2011 Gravadora: Web
Formato: Rar Tamanho: 48 Mb
createSummaryAndThumb
("summary2700478133289752659");
if (window['tickAboveFold']) {window['tickAboveFold'](document.getElementById("latency-2700478133289752659"));
} sábado, 25 de junho
de 2011
18 Wheels of Steel Extreme Trucker DEMO Download
Mostre que você é bom na boleia e
leve as cargas mais perigosas pelas estradas do mundo todo!Wheels of Steel Extreme Trucker é um jogo para quem gosta de caminhões.
Nele você comanda as poderosas máquinas e deverá entregar as encomendas dentro do
prazo estipulado, o que pode custar a sua própria vida.Com mais de 25 caminhões e carretas e cerca de trinta tipos de cargas
diferentes, o jogo abrange praticamente tudo o que há no mundo dos grandes caminhoneiros.De regiões tropicais à perigosa neve, você
precisará ser bom na boleia para atravessar todo o percurso em segurança.
OBS : O jogo
é gratuito para *** ! Tamanho: 367,00
MB Sistema: Windows XP/Vista/7Empresa: THQ
createSummaryAndThumb
("summary5721957184515637171");
if (window['tickAboveFold']) {window['tickAboveFold'](document.getElementById("latency-5721957184515637171"));
}
Subscribe
to Our RSS feed!
Follow
Us on Twitter!
Buscar
MENU
Visitas
e-live
Tradutor
Tecnologia do Blogger.
Postagens Populares
Bully
Pc Download Completo MegaUpload Informações do
Jogo Tamanho: 850 MB A produtora Rockstar, conhecida pela série Grand Theft Auto, tem
mais um jogo que foge a linha do pol...
God
of war II Português God of War 2 é
a seqüência de um dos títulos de ação em terceira pessoa mais conceituados já lançados
para Playstation 2 . O game, assim c...
Hidden
and Dangerous Deluxe pc Download > Jogão de guerra
completo e com pacote de expansão grátis para você baixar! Tamanho : 264,00
MB Baixaki: G...
King kong Peter Jackson's pc Download
»Informações« Tamanho: 1,4 GB Mídia: DVD Idioma: Inglês
»Requisitos Minimos« Processador: Pentium IV 1 GHz ou Athlon equivale...
Resident Evil 5 full iso Download
Resident Evil é, certamente, um dos jogos mais populares dos
videogames. Os jogos da franquia foram responsáveis por popularizar um gêne...
Download – Grand Theft Auto GTA IV + Crack e
Manual
Fabricante : Rockstar Games ...
Ned
for Speed Most Wanted PC Download
Informações do Jogo :
...
Ares galaxy Download
O Ares Galaxy é um compartilhador de arquivos que trabalha
em rede descentralizada (P2P), permitindo a troca direta entre usuários. Com el...
Ashampoo Burning Studio 6 Download
Descrição: Idioma:Português-BR Formato: .exe Aquivo Requer: DVD e CD Tamanho:
16,00 MB
Sobre meu blog
Multidowns
Visualizar meu perfil completo
Seguidores
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/1853800467414957267/posts/default";
holder.commentFeed = "http://www.blogger.com/feeds/1853800467414957267/comments/default";
holder.currentBlogUrl = "http://multidownsdaniel.blogspot.com/"; holder.currentBlogId = "1853800467414957267";
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'] = "Seguidores";
skin['BORDER_COLOR'] = "transparent"; skin['ENDCAP_BG_COLOR'] = "transparent";
skin['ENDCAP_TEXT_COLOR'] = "#666666"; skin['ENDCAP_LINK_COLOR'] = "#5588aa";
skin['ALTERNATE_BG_COLOR'] = "transparent";
skin['CONTENT_BG_COLOR'] = "transparent"; skin['CONTENT_LINK_COLOR'] = "#5588aa";
skin['CONTENT_TEXT_COLOR'] = "#666666"; skin['CONTENT_SECONDARY_LINK_COLOR'] = "#5588aa";
skin['CONTENT_SECONDARY_TEXT_COLOR'] = "#999999"; skin['CONTENT_HEADLINE_COLOR'] = "#cc6600";
skin['FONT_FACE'] = "normal normal 100% Georgia, Serif";
google.friendconnect.container.setParentUrl("/"); google.friendconnect.container["renderMembersGadget"](
{id: "div-1jbsn2wg0u6vi", height: 260,
site: "11868930905209507618",
locale: 'pt_BR' }, skin);
WordPress Theme Design by
New WP Themes | Bloggerized by Lasantha - Premiumbloggertemplates.com
var pageCount=4; var displayPageNum=3;
var upPageWord ='« '; var downPageWord =' »';
//=(thisNum-displayPageNum-1)&&p1){html=''+upPageHtml+'
'+html+' '}html=' Páginas
'+(postNum-1)+''+html;if(thisNum