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/148426556/',
        title: 'Blue Heart',
        artist: "*fhrankee",
        thumbSrc: "http://th09.deviantart.net/fs70/150/f/2009/363/3/3/Blue_Heart_by_fhrankee.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/110/logo.png",
        width: 150,
        height: 110    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148417335/',
        title: '::Commission::DJ Goh-Goh',
        artist: "*sash0",
        thumbSrc: "http://th00.deviantart.net/fs71/150/f/2009/363/a/9/__Commission__DJ_Goh_Goh_by_sash0.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/148374259/',
        title: 'Five Golden Rings',
        artist: "~screwbald",
        thumbSrc: "http://th01.deviantart.net/fs70/150/f/2009/362/a/8/Five_Golden_Rings_by_screwbald.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/100/150/logo.png",
        width: 100,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148441295/',
        title: 'Snow Leopard 6139',
        artist: "*Sooper-Deviant",
        thumbSrc: "http://th02.deviantart.net/fs71/150/f/2009/363/c/8/c832ee9c007acb6ea50a56a436965e0e.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/100/logo.png",
        width: 150,
        height: 100    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148391334/',
        title: 'They\'re Too Much',
        artist: "~Booter-Freak",
        thumbSrc: "http://th06.deviantart.net/fs71/150/i/2009/362/2/8/They__re_Too_Much_by_Booter_Freak.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/136/150/logo.png",
        width: 136,
        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">');

write('<table><tr>');
for (var i in Pastie) {
    with (Pastie[i]){
        var onload = '';

        write(
        '<td>'+'<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>'+'</td>'+''
        );
    }
}

write('</tr></table>');

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

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

close();
}

}catch(e){}
