

// ---------- script properties ----------

var include_num = 1;
var bold = 0;

// ---------- sites ----------


var s = new Array();

s[0] ="<b>INDEX</b>^index.php^Balrampur Chini Mills Ltd is one of the largest integrated sugar manufacturing companies in India ...^open source, free";
s[1] ="<b>COMPANY</b>^company.php^Company History - Building the Company brick by brick ...^open source, free";
s[2] ="<b>MD Speaks</b>^md.php^Commenting on the performance for Q3 & 9M FY2008, Mr. Vivek Saraogi, Managing Director, Balrampur Chini Mills Limited ...^open source, free";
s[3] ="<b>Board of Directors</b>^directors.php^Name of compani's Board of Directors ...^open source, free";
s[4] ="<b>Key Personnel</b>^key.php^Balrampur Chini Mills Key personnels ...^open source, free";
s[5] ="<b>Code of Conduct</b>^coc.php^ Balrampur Chini Mills Code of Conduct ...^open source, free";
s[6] ="<b>Milestone</b>^milestone.php^Some Milestone of Balrampur Chini Mills Ltd ...^open source, free";
s[7] ="<b>Factory Location</b>^fact.php^Balrampur Chini Mills all Factory Location ...^open source, free";
s[8] ="<b>Sugar</b>^sugar.php^Sugar is produced from the evaporation of the juice ...^open source, free";
s[9] ="<b>Molasses</b>^molasses.php^ Molasses is a byproduct generated from the manufacture of sugar ...^open source, free";
s[10] ="<b>Alcohol</b>^alcohol.php^Molasses is distilled to produce rectified spirit, extra neutral alcohol, denatured spirit, potable alcohol and ethanol ...^open source, free";
s[11] ="<b>Ethanol</b>^ethanol.php^EMolecular Sieve Dehydration Unit (MSDH) is a modularized ...^open source, free";
s[12] ="<b>Bagasse</b>^bagasse.php^Bagasse, generated as a by-product, can be used profitably in two ways ...^open source, free";
s[13] ="<b>Power</b>^power.php^ Since bagasse has a high heat factor, it is also used in the generation of electricity ...^open source, free";
s[14] ="<b>Organic Manure</b>^bio.php^Spent wash, an effluent generated from the processed molasses during distillation process ...^open source, free";
s[15] ="<b>Share Transfer System</b>^transfer.php^PAN CARD mandatory for Transfer of Shares in Physical Form ...^open source, free";
s[16] ="<b>Corporate Governance</b>^corporate.php^COMPANY'S PHILOSOPHY ON CODE OF GOVERNANCE ...^open source, free";
s[17] ="<b>Share holding Pattern</b>^share.php^General Share holding's Information ...^open source, free";
s[18] ="<b>Financials</b>^financials.php^Balrampur Chini Mills Financials report ...^open source, free";
s[19] ="<b>Limit for Investment</b>^limit.php^ EXTRACTS FROM THE PROCEEDINGS OF THE THIRTY FIRST ANNUAL GENERAL MEETING ...^open source, free";
s[20] ="<b>Listing of Stock Exchange</b>^listing-stock-exchange.php^Listing of Equity Shares on Stock Exchange of Balrampur Chini Mills Ltd ...^open source, free";
s[21] ="<b>Notice</b>^notice_to_shareholder.pdf^Notice To Shareholders ...^open source, free";
s[22] ="<b>Investor Grievances</b>^grav.php^The Company has designated following e-mail ID of the Compliance Officer for redressal ...^open source, free";
s[23] ="<b>BCML Presents</b>^bcml-presents-16-09-09.pdf^BCML Presents ...^open source, free";
s[24] ="<b>Financials</b>^financials-d.php^ Financials REPORT of Balrampur Chini Mills Ltd ...^open source, free";
s[25] ="<b>Conference Call Transcript</b>^conference-calltranscript.php^Conference Call Transcript of Balrampur Chini Mills Ltd ...^open source, free";
s[26] ="<b>Result Press Release</b>^press-release.php^Result of Press Release of Balrampur Chini Mills Ltd ...^open source, free";
s[27] ="<b>Factory Pics</b>^pics.php^Factory Pics of Balrampur Chini Mills Ltd ...^open source, free";
s[28] ="<b>Our Working Environments</b>^work.php^We take an integrated view of structures, competencies, tasks and processes and link all these to our long-term goals ...^open source, free";
s[29] ="<b>Our Values</b>^value.php^ At BCML, we build business leaders who create values, who believe that the future belongs to those who are able to create it ...^open source, free";
s[30] ="<b>Our Human Resource Policies</b>^human.php^We focus on value addition to enhance competencies. We believe professional growth is the responsibility ...^open source, free";
s[31] ="<b>Management Objectives</b>^object.php^So what does BCML have in store for you ...^open source, free";
s[32] ="<b>Current Job Openings</b>^job.php^Post your Resume at ...^open source, free";
s[33] ="<b>Contact Details</b>^contact.php^Balrampur Chini Mills Limited Contact Details ...^open source, free";
s[34] ="<b>Company Disclaimer</b>^disclaimer.php^The following terms and conditions will be deemed to have been accepted by the user on usage of the website www.chini.com ...^open source, free";
s[35] ="<b>Privacy Policy</b>^privacy.php^ Balrampur Chini Mills Ltd. (hereinafter referred to as ‘ BCML ') respects and takes your privacy seriously ...^open source, free";
s[36] ="<b>Site Map</b>^sitemap.php^ Balrampur Chini Mills Sitemap ...^open source, free";







// ---------- end of script properties and sites ----------


var cookies = document.cookie;
var p = cookies.indexOf("d=");

if (p != -1) {
	var st = p + 2;
	var en = cookies.indexOf(";", st);
	if (en == -1) {
		en = cookies.length;
	}
	var d = cookies.substring(st, en);
	d = unescape(d);
}
var od = d;
var m = 0;
if (d.charAt(0) == '"' && d.charAt(d.length - 1) == '"') {
	m = 1;
}

var r = new Array();
var co = 0;

if (m == 0) {
	var woin = new Array();
	var w = d.split(" ");
	for (var a = 0; a < w.length; a++) {
		woin[a] = 0;
		if (w[a].charAt(0) == '-') {
			woin[a] = 1;
		}
	}
	for (var a = 0; a < w.length; a++) {
		w[a] = w[a].replace(/^\-|^\+/gi, "");
	}
	a = 0;
	for (var c = 0; c < s.length; c++) {
		pa = 0;
		nh = 0;
		for (var i = 0; i < woin.length; i++) {
			if (woin[i] == 0) {
				nh++;
				var pat = new RegExp(w[i], "i");
				var rn = s[c].search(pat);
				if (rn >= 0) {
					pa++;
				} else {
					pa = 0;
				}
			}
			if (woin[i] == 1) {
				var pat = new RegExp(w[i], "i");
				var rn = s[c].search(pat);
				if (rn >= 0) {
					pa = 0;
				}
			}
		}
		if (pa == nh) {
			r[a] = s[c];
			a++;
		}
	}
	co = a;
}

if (m == 1) {
	d = d.replace(/"/gi, "");
	var a = 0;
	var pat = new RegExp(d, "i");
	for (var c = 0; c < s.length; c++) {
		var rn = s[c].search(pat);
		if (rn >= 0) {
			r[a] = s[c];
			a++;
		}
	}
	co = a;

}


function return_query() {
	document.jse_Form.d.value = od;
}

function num_jse() {
	document.write(co);
}

function out_jse() {
	if (co == 0) {
		document.write('Your search did not match any documents. Make sure all keywords are spelt correctly. Try different or more general keywords<br/>');
		return;
	}
	for (var a = 0; a < r.length; a++) {
		var os = r[a].split("^");
		if (bold == 1 && m == 1) {
			var br = "<b>" + d + "</b>";
			os[2] = os[2].replace(pat, br);
		}
		if (include_num == 1) {
			document.write(a + 1, '. <a href="', os[1], '">', os[0], '</a><br>', os[2], '<p>');
		} else {
			document.write('<a href="', os[1], '">', os[0], '</a><br>', os[2], '<p>');
		}
	}

}

