dab1c4f8aacea9e5d94c8724ada6133aa31d3f4f
[citadel.git] / webcit / static / t / page_now.html
1 <script type="text/javascript">
2  var oWin = window.open('static/instant_messenger.html', 
3  'CTDL_MESSENGER', 'width=700,height=400');     
4  if (oWin==null || typeof(oWin)=="undefined") {
5   PopUpFailed();
6  }
7 </script>