/* 
*  js file for Askit Library.
*/
function askit_alert(str) {
	alert(str);
}