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/148329028/',
        title: '25 Steampunk PS Brushes',
        artist: "~FidgetResources",
        thumbSrc: "http://th00.deviantart.net/fs71/150/i/2009/362/4/8/25_Steampunk_PS_Brushes_by_FidgetResources.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/57553044/',
        title: 'Victorian Lace',
        artist: "~Tinka-Bell",
        thumbSrc: "http://th07.deviantart.net/fs16/150/f/2007/165/8/1/Pearls_by_Tinka_Bell.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/116/logo.png",
        width: 150,
        height: 116    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148365802/',
        title: 'Moon Dragon',
        artist: "*Qarrezel",
        thumbSrc: "http://th03.deviantart.net/fs71/150/f/2009/362/2/9/Moon_Dragon_by_Qarrezel.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/96/150/logo.png",
        width: 96,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148365662/',
        title: 'Moon Dragon - Mask Turnaround',
        artist: "*Qarrezel",
        thumbSrc: "http://th02.deviantart.net/fs70/150/i/2009/362/5/f/Moon_Dragon___Mask_Turnaround_by_Qarrezel.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/52/small.png",
        width: 150,
        height: 52    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/116861206/',
        title: 'Snow Beta',
        artist: "~aliceholbart",
        thumbSrc: "http://th00.deviantart.net/fs43/150/i/2009/082/a/3/Snow_Beta_by_aliceholbart.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/113/logo.png",
        width: 150,
        height: 113    }
    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://ValerianaSolaris.deviantart.com/" target="_top">ValerianaSolaris.deviantART.com</a>');

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

close();
}

}catch(e){}
