var random = Math.random() ;
var masteron = Math.round(random*3)+1;
function doPrint(a,b,c)
{
 window.open(a,b,c);
}