// JavaScript Document
function popitup() {
	newwindow2=window.open('','name','height=470,width=400');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>SSL Security</title>');
	tmp.write('<link rel="stylesheet" href="/style.css">');
	tmp.write('</head><body style="background-color:#e8e8e8"><p><a href="javascript:self.close()">close</a> this window.</p><strong>Social Bookmarking</strong><P>Social bookmarking sites are a popular way to store, classify, share and search links through the practice of folksonomy techniques on the Internet or Intranet.<P>In a social bookmarking system, users store lists of Internet resources that they find useful. These lists are either accessible to the public or a specific network, and other people with similar interests can view the links by category, tags, or even randomly. Some allow for privacy on a per-bookmark basis.<P>As people bookmark resources that they find useful, resources that are of more use are bookmarked by more users. Thus, such a system will "rank" a resource based on its perceived utility.<P><strong>Get Started Today</strong> sign up (its free) for a social bookmark service like <a href="http://www.digg.com/">Digg</a> or <a href="http://del.icio.us/">del.icio.us</a> and learn how to become part of the future of searching!');
	tmp.write('<p><a href="javascript:self.close()">close</a> this window.</p>');
	tmp.write('</body></html>');
	tmp.close();
}
