try{
var _isIE =
        navigator.product != "Gecko" &&
        navigator.cpuClass != undefined &&
        navigator.appName == "Microsoft Internet Explorer"
;

var Pastie = new Array();

    Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/140255022/',
        title: 'ITNQD',
        artist: "=baker2D",
        thumbSrc: "http://th00.deviantart.net/fs51/150/f/2009/287/6/b/6b4fdf841dd36d53f7886d9dd0d947f4.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/113/150/logo.png",
        width: 113,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/139529100/',
        title: 'Aeronautix Logo',
        artist: "=baker2D",
        thumbSrc: "http://th03.deviantart.net/fs50/150/f/2009/280/e/1/e125e0183e15b44310bf8ef4dc642219.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/113/logo.png",
        width: 150,
        height: 113    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/138791745/',
        title: 'George+MagicalPanda',
        artist: "=baker2D",
        thumbSrc: "http://th01.deviantart.net/fs51/150/f/2009/273/c/3/c39133677e7fc3e1aa56ef47cf96c6f0.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/113/150/logo.png",
        width: 113,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/137505648/',
        title: 'THE FLASH',
        artist: "=baker2D",
        thumbSrc: "http://th05.deviantart.net/fs51/150/f/2009/262/9/8/983e0b88748200345d4c31ee470e1a8e.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/113/150/logo.png",
        width: 113,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/136657173/',
        title: 'TargetPracticeZ',
        artist: "=baker2D",
        thumbSrc: "http://th07.deviantart.net/fs27/150/f/2009/254/4/0/407e0b902592e1504674d5cb149f3a96.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/131/logo.png",
        width: 150,
        height: 131    }
    with (document) {open();

write(
    '<style type="text/css">\n'+
    '.da-pastie-wrap, .da-pastie-wrap td { text-align:center }\n'+
    '.da-pastie-wrap table { width:100% }\n'+
    '.da-pastie-wrap img { border-style:none }\n'+
    '.da-pastie-wrap .da-pastie-shadow { background-position:center; padding:6px 9px 9px 6px }\n'+
    '.da-pastie-wrap a:link, .da-pastie-wrap a:visited, .da-pastie-wrap a:hover, .da-pastie-wrap a:focus, .da-pastie-wrap a:active { color:#88938D; font-family:Verdana, sans-serif }\n'+
    '* html .da-pastie-wrap .da-pastie-shadow .da-pastie-ieshadow { position:absolute;z-index:-1;margin-left:-8px;margin-top:-8px;background:#000;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=3,makeshadow=true,shadowopacity=.6) progid:DXImageTransform.Microsoft.Blur(pixelradius=3) progid:DXImageTransform.Microsoft.Blur(pixelradius=3);}\n'+    '</style>'
);

write('<div class="da-pastie-holder">');
write('<div class="da-pastie-wrap">');


for (var i in Pastie) {
    with (Pastie[i]){
        var onload = '';

        write(
        '<div class="da-pastie da-pastie-offset'+i+'">'+'<div class="da-pastie-shadow" style="'+(_isIE ? '' : 'background-image:url('+shadow+');')+'background-repeat:no-repeat">'+
            (_isIE ? '<span class="da-pastie-ieshadow" style="width:'+width+'px;height:'+height+'px;"></span>' : '')+'<a href="'+href+'" target="_top">'+'<img src='+ thumbSrc +' alt="'+title+' by '+artist+'" title="'+title+' by '+artist+'" width="'+width+'" height="'+height+'" '+onload+'/>'+'</a>'+
        '</div>'+'</div>'+''
        );
    }
}


write('<a href="http://baker2D.deviantart.com/" target="_top">baker2D.deviantART.com</a>');

write('</div>');
write('</div>');

close();
}

}catch(e){}
