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/106411450/',
        title: '10th MUSE MANGA COVER',
        artist: "=GERCROW",
        thumbSrc: "http://th08.deviantart.net/fs39/150/f/2008/350/d/a/10th_MUSE_MANGA_COVER_by_GERCROW.jpg",
        shadow: "http://sh.deviantart.net/shadow/alpha-000000/5.1-0.6/97/150/logo.png",
        width: 97,
        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'+'.da-pastie-wrap .da-pastie-feature { padding-bottom:1.2em }'+
    '.da-pastie-wrap .da-pastie-feature-wrap { display:block; }'+'.da-pastie-wrap .da-pastie-feature-wrap { float:left; _position:relative; padding-right:8px; }'+
        '.da-pastie-wrap .da-pastie-feature { text-align:left; overflow:auto; _zoom:1 }'+    '</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-feature"><div class="da-pastie-feature-wrap">'+'<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><div class="da-pastie-feature-title"><a href="'+href+'" target="_top">'+title+'</a></div><br/>'+
            '<div class="da-pastie-feature-comments">this is the cover for the new manga of BlueWater productions...the 10th MUSE MANGA ....COMING SOON on 2009!!!<br /><br /><strong>And you can see my interview in Jazmaonline by Allen Klingelhoets here---&gt;</strong><a href="http://www.jazmaonline.com/interviews/interviews2008.asp?intID=264">[link]</a></div>'+
            '</div>'+'</div>'+''
        );
    }
}


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

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

close();
}

}catch(e){}
