$('document').ready(function() {
var tmp = '<div style="height:4000px;width:20px;position:absolute;top:40px;right:0;background-image:url(/_images/frame/rightShadow.jpg);background-position:top right;background-repeat:repeat-y;margin-right:-1px;"></div>';
$('#doc').append(tmp);
$('#doc').append('<div style="height:20px;width:4000px;position:absolute;bottom:-1px;left:0;background-image:url(/_images/frame/bottomShadow.jpg);background-position:bottom left;background-repeat:repeat-x;background-color: #554e4d"></div>');
$('#doc').append('<div style="height:20px;width:20px;position:absolute;bottom:0;right:0;background-image:url(/_images/frame/cornerShadow.jpg);background-position:top left;margin-right:-1px;"></div>');
$('#doc').append('<div style="height:20px;width:20px;position:absolute;top:40px;right:0;background-image:url(/_images/frame/topRightShadow.jpg);background-position:top right;margin-right:-1px;"></div>');
$('#doc').append('<div style="height:19px;width:20px;position:absolute;bottom:0;left:0;background-image:url(/_images/frame/bottomLeftShadow.jpg);background-position:top left"></div>');
$("a.external").click(function(){
	window.open(this.href);
	return false;
});
});

