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/1941177/',
        title: 'SHOUT IT OUT',
        artist: "=liliy",
        thumbSrc: "http://th03.deviantart.net/fs20/150/i/2007/291/0/6/SHOUT_IT_OUT_by_liliy.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/105/150/logo.png",
        width: 105,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/print/1775239/',
        title: 'Mend Thy Broken Heart',
        artist: "=liliy",
        thumbSrc: "http://th09.deviantart.net/images3/150/i/2004/087/8/7/Mend_Thy_Broken_Heart.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/135/150/logo.png",
        width: 135,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/print/637828/',
        title: 'Scary Kitty',
        artist: "=liliy",
        thumbSrc: "http://th09.deviantart.net/images/150/i/2003/41/6/4/Here_Kitty_Kitty___Shine.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/131/logo.png",
        width: 150,
        height: 131    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/print/4894543/',
        title: 'WAM Beware the Mistletoe',
        artist: "=liliy",
        thumbSrc: "http://th04.deviantart.net/fs38/150/f/2008/359/b/6/WAM_Beware_the_Mistletoe_by_liliy.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/38/150/null.png",
        width: 38,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/print/59359/',
        title: 'Cat Cat',
        artist: "=liliy",
        thumbSrc: "http://th00.deviantart.net/fs5/150/i/2004/271/2/8/Cat_Cat_by_liliy.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/113/150/logo.png",
        width: 113,
        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://liliy.deviantart.com/store/" target="_top">My deviantART Prints</a>');

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

close();
}

}catch(e){}
