Exemple #1
0
#!/usr/bin/env python

"""example"""

import os
import cgi
import PubGlobals
import cgitb

# cgitb.enable()
import random
import MySQLdb


PubGlobals.header()

print """

<script type="text/javascript">



function alert1(text1, text2)

{

alert("Ideology: "+text1+ " Uncertainty: "+text2);

}