// JavaScript Document
	      
         function openShadowbox(content, player, title, w,h){
            //alert ('Clicked');
			Shadowbox.open({
               content:     "http://riadvice.com.au/" + content,  
               player:      player,             
			   width: 		w,
			   height:		h
         });
      }


document.write('<script type="text/javascript" src="http://riadvice.com.au/jsparty/prototype.js?m=1261459015"></script>');
document.write('<script type="text/javascript" src="http://riadvice.com.au/jsparty/behaviour.js?m=1261459009"></script>');
document.write('<script type="text/javascript" src="http://riadvice.com.au/jsparty/prototype_improvements.js?m=1261459019"></script>');