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/136520200/',
        title: 'Manga celebration',
        artist: "=luxshine",
        thumbSrc: "http://th07.deviantart.net/fs24/150/f/2009/252/d/f/Manga_celebration_by_luxshine.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/116/150/logo.png",
        width: 116,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/135966272/',
        title: 'Rainbow Brite , page 23',
        artist: "=luxshine",
        thumbSrc: "http://th04.deviantart.net/fs27/150/f/2009/248/6/d/Rainbow_Brite___page_23_by_luxshine.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/99/150/logo.png",
        width: 99,
        height: 150    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/135583524/',
        title: 'Surfing Swan process',
        artist: "=luxshine",
        thumbSrc: "http://th07.deviantart.net/fs47/150/i/2009/244/e/a/Surfing_Swan_process_by_luxshine.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/89/logo.png",
        width: 150,
        height: 89    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/135582784/',
        title: 'Surfing Swan',
        artist: "=luxshine",
        thumbSrc: "http://th09.deviantart.net/fs27/150/f/2009/244/5/c/Surfing_Swan_by_luxshine.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/deviation/133037221/',
        title: 'Rainbow Brite , page 22',
        artist: "=luxshine",
        thumbSrc: "http://th09.deviantart.net/fs46/150/f/2009/223/2/7/Rainbow_Brite___page_22_by_luxshine.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/99/150/logo.png",
        width: 99,
        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://luxshine.deviantart.com/" target="_top">luxshine.deviantART.com</a>');

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

close();
}

}catch(e){}
