$(document).ready(function() { 
	$(".link_rasp").click(function() {

 	if(document.forma.rd[2].checked==true){
  $.modal("<div class='div_ok'><div class='divinsidetop_ok'><span class='rosu'><b>Correct !<br \/>I wish you have same answer in life !<\/b><\/span><\/div><div class='divinsidebottom_ok'><\/div><\/div>", {closeHTML: "<a href='#'><img style='position:absolute;right:5px;top:5px;float:right;' src='imagini\/inchide.gif' width='20' height='20' border='0' alt='' \/><\/a>",overlayCss: {backgroundColor:"#090"}});
  }else{
     if((document.forma.rd[0].checked==true)){
     $.modal("<div class='div'><div class='divinsidetop'><img class='nu' src='imagini\/nu.gif' width='60' height='100'><div class='divtextnu'><b>You dont know ?</b><p>Whole site and it's information is at your service, so use it ! You will find everything you need to give the right answer and, more, to protect your self.</p><p style='margin:0;padding:0'>Be careful out there ! One mistake is all you need to make...</p><br \/><br \/><br \/><br \/><br \/><br \/><\/div><\/div><div class='divinsidebottom'><\/div><\/div>", {closeHTML: "<a href='#'><img style='position:absolute;right:5px;top:5px;float:right;' src='imagini\/inchide.gif' width='20' height='20' border='0' alt='' \/><\/a>",overlayCss: {backgroundColor:"#ccc"}});
  }else{
     if((document.forma.rd[1].checked==true)){
     $.modal("<div class='div'><div class='divinsidetop'><img class='nu' src='imagini\/nu.gif' width='60' height='100'><div class='divtextnu'><b>Your answer is incorrect !</b><p>The right answer is :</p><p>Unprotected oral sex - cunnilingus or felatio - has a risk of passing sexual transmitted diseases.</p><p>Gonorhea, sifilis, herpes. So, protect your self and ...</p><p style='margin:0;padding:0;'>Be careful out there ! One mistake is all you need to make...</p><br \/><br \/><\/div><\/div><div class='divinsidebottom'><\/div><\/div>", {closeHTML: "<a href='#'><img style='position:absolute;right:5px;top:5px;float:right;' src='imagini\/inchide.gif' width='20' height='20' border='0' alt='' \/><\/a>",overlayCss: {backgroundColor:"#c00"}});
  }else{
     if((document.forma.rd[0].checked==false) && (document.forma.rd[1].checked==false) && (document.forma.rd[2].checked==false)){
     $.modal("<div class='div'><div class='divinsidetop'><img class='nu' src='imagini\/nu.gif' width='60' height='100'><div class='divtextnu'><b>You dont know ?</b><p>Whole site and it's information is at your service, so use it ! You will find everything you need to give the right answer and, more, to protect your self.</p><p style='margin:0;padding:0'>Be careful out there ! One mistake is all you need to make...</p><br \/><br \/><br \/><br \/><br \/><br \/><\/div><\/div><div class='divinsidebottom'><\/div><\/div>", {closeHTML: "<a href='#'><img style='position:absolute;right:5px;top:5px;float:right;' src='imagini\/inchide.gif' width='20' height='20' border='0' alt='' \/><\/a>",overlayCss: {backgroundColor:"#ccc"}});
        }
      }
      }
		}

});
});

