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/135979739/',
        title: 'a walk in the cloud',
        artist: "*balung",
        thumbSrc: "http://th00.deviantart.net/fs27/150/i/2009/248/f/1/a_walk_in_the_cloud_by_balung.jpg",
        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/124546854/',
        title: 'the machine',
        artist: "*balung",
        thumbSrc: "http://th09.deviantart.net/fs45/150/f/2009/153/8/1/811aa6cb6aca5173436abf126e8c1712.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/150/logo.png",
        width: 150,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/113964887/',
        title: 'don\'t vote 4 me',
        artist: "*balung",
        thumbSrc: "http://th08.deviantart.net/fs41/150/f/2009/055/9/6/don__t_vote_4_me_by_balung.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/109/150/logo.png",
        width: 109,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/112624496/',
        title: 'JPAD support',
        artist: "*balung",
        thumbSrc: "http://th06.deviantart.net/fs40/150/i/2009/043/2/3/JPAD_support_by_balung.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/106/150/logo.png",
        width: 106,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/109777434/',
        title: 'VA makeover',
        artist: "*balung",
        thumbSrc: "http://th09.deviantart.net/fs41/150/f/2009/017/d/d/VA_makeover_by_balung.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/75/150/small.png",
        width: 75,
        height: 150    }
    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://balung.deviantart.com/" target="_top">balung.deviantART.com</a>');

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

close();
}

}catch(e){}
