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/148717552/',
        title: 'Nightcrawler and Mysteque',
        artist: "*AkuAoiOni",
        thumbSrc: "http://th07.deviantart.net/fs70/150/f/2009/365/1/1/Nightcrawler_and_Mysteque_by_AkuAoiOni.png",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/150/103/logo.png",
        width: 150,
        height: 103    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148717551/',
        title: 'Reaching new heights',
        artist: "~messisgirl",
        thumbSrc: "http://th08.deviantart.net/fs70/150/i/2009/365/b/8/Reaching_new_heights_by_messisgirl.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/148717550/',
        title: 'for andi',
        artist: "~bandjockgrl",
        thumbSrc: "http://fc07.deviantart.net/fs71/f/2009/365/e/8/for_andi_by_bandjockgrl.gif",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/50/50/null.png",
        width: 50,
        height: 50    }
        Pastie[Pastie.length] = {
        href: 'http://www.deviantart.com/deviation/148717549/',
        title: 'Nothing left',
        artist: "~ArtisticPhun",
        thumbSrc: "http://th05.deviantart.net/fs71/150/i/2009/365/b/7/Nothing_left_by_ArtisticPhun.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/109/150/logo.png",
        width: 109,
        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://kagomelovesinu.deviantart.com/" target="_top">kagomelovesinu.deviantART.com</a>');

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

close();
}

}catch(e){}
