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/144911789/',
        title: 'Uptop a Midnight Dreary.',
        artist: "~Frosted-Signature",
        thumbSrc: "http://th09.deviantart.net/fs51/150/f/2009/330/e/9/Uptop_a_Midnight_Dreary__by_Frosted_Signature.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/120/150/logo.png",
        width: 120,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/144911787/',
        title: 'Me and Shasta',
        artist: "=xXWarriorCassidyXx",
        thumbSrc: "http://th01.deviantart.net/fs50/150/f/2009/330/1/0/Me_and_Shasta_by_xXWarriorCassidyXx.jpg",
        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/144911784/',
        title: 'Mother and Daughter',
        artist: "~InvaderIvy",
        thumbSrc: "http://th04.deviantart.net/fs51/150/i/2009/330/d/7/Mother_and_Daughter_by_InvaderIvy.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/107/logo.png",
        width: 150,
        height: 107    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/144911783/',
        title: 'Floodwater Pack 1',
        artist: "*Goblin-stock",
        thumbSrc: "http://th07.deviantart.net/fs50/150/i/2009/330/b/7/Floodwater_Pack_1_by_Goblin_stock.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/120/logo.png",
        width: 150,
        height: 120    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/144911781/',
        title: 'sweet eyed',
        artist: "~yume-miru",
        thumbSrc: "http://th02.deviantart.net/fs50/150/i/2009/330/e/6/sweet_eyed_by_yume_miru.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/122/150/logo.png",
        width: 122,
        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://ragnarok2k3.deviantart.com/" target="_top">ragnarok2k3.deviantART.com</a>');

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

close();
}

}catch(e){}
