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/print/486394/',
        title: 'Wandering Angel',
        artist: "~Kencho",
        thumbSrc: "http://th02.deviantart.net/fs8/150/i/2005/272/1/9/Wandering_Angel_by_Kencho.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/print/260186/',
        title: 'Farewell',
        artist: "~Kencho",
        thumbSrc: "http://th06.deviantart.net/fs9/150/i/2006/009/3/a/Farewell_by_Kencho.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/114/150/logo.png",
        width: 114,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/print/9146132/',
        title: 'Farewell -07 remake-',
        artist: "~Kencho",
        thumbSrc: "http://th05.deviantart.net/fs18/150/f/2007/159/8/e/Farewell__07_remake__by_Kencho.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/print/263117/',
        title: 'Legacy of darkness',
        artist: "~Kencho",
        thumbSrc: "http://th03.deviantart.net/fs9/150/i/2006/018/3/9/Legacy_of_darkness_by_Kencho.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/print/1122103/',
        title: 'Love in times of war',
        artist: "~Kencho",
        thumbSrc: "http://th08.deviantart.net/fs16/150/f/2007/151/7/c/Love_in_times_of_war_by_Kencho.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/106/logo.png",
        width: 150,
        height: 106    }
    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://Kencho.deviantart.com/store/" target="_top">My deviantART Prints</a>');

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

close();
}

}catch(e){}
