﻿// JScript File

	function popitup(url) {
	newwindow=window.open(url,'name','height=400,width=500');
	if (window.focus) {newwindow.focus()}
	return false;
	}
	
	try {
	var strack_portal = new SmarterTrackObject("http://support.pilpulit.com/");
	strack_portal.TrackPage(); }
	catch (err) { }
