/**
* LAST MOD: APR 05 2009
* ---------------------
*/
//HIGHLIGHT INPUT FIELD UPON CLICK
function highlightText(t) {
	t.select();
}
//SHOWS DISCLAIMER
function showDisclaimer() {
    alert("DISCLAIMER!!\nThe views expressed in the following articles are the sole written expressions of...\ntheDreamingOne. We (mainly I), and my affiliates will not be held liable for anything\npertaining to and/or regarding the views expressed herein.");
}