<!--

var backgroundPic = "";
var backgroundColor = "";
var companyTitle = "";
var companyLogo = "";


//Pulls date/time from server and returns to page that called it

var xyear    = "2003";

function writeYear(){
	document.write(xyear);
	return;
}
function makeNewWindow(companyTitle,companyLogo,backgroundPic,backgroundColor)
{
	makePrivacyWindow(companyTitle,companyLogo,backgroundPic,backgroundColor);
}
function makePrivacyWindow(companyTitle,companyLogo,backgroundPic,backgroundColor) {

	var newWindow = window.open("","","scrollbars=yes,menubar,toolbar=no,status,width=350,height=400,resizable=no");
	if (newWindow != null) {
		var newContent = "<html><head><title>PopUp Image</title>";
		newContent += "<meta http-equiv=\"pics-label\" content=\'(pics-1.1 \"http://www.icra.org/ratingsv02.html\" comment \"ICRAonline v2.0\" l gen true for \"http://www.onyourmark.com\"  r (nz 1 vz 1 lz 1 oz 1 cz 1) \"http://www.rsac.org/ratingsv01.html\" l gen true for \"http://www.onyourmark.com\"  r (n 0 s 0 v 0 l 0))\'></head>";
		newContent += "<body background='" + backgroundPic + "' bgcolor='#" + backgroundColor + "' link='#000080' vlink='#000080' alink='#000080' text='#000000'>";
		newContent += "<center><img src='" + companyLogo + "'><p><font face='verdana, arial, helvetica' size='-1'><b><font size='+1'>" + companyTitle + "<br>PRIVACY STATEMENT</font></b></center><p>";
		newContent += "<b>" + companyTitle + "</b>, along with our web presence provider, klein<b>internet</b>, A Division of Keith Klein &amp; Associates, Inc., has created this privacy statement in order to demonstrate our firm commitment to privacy.";
		newContent += "<p><b>The following discloses our information gathering and dissemination practices for this site:</b><p>";
		newContent += "This site uses a forms processor for customers to request or order information on products or services. Information collected is used ONLY to process orders and requests to our customers. The customers contact information is used to get in touch with the customer when necessary. Financial information that is collected is used to check the users qualifications and bill the user for products and services.<p>";
		newContent += "This site does NOT intend to collect any financial, personal, or other sensitive information.   This sensitive information is not requested, and should not be provided unless a site is secure.  A site is secure when the information transmitted is scrambled using the latest encryption technology.  If in doubt, please contact the company directly, or request an alternate payment method for your online transaction.<p>";
		newContent += "The information collected is used solely by, <b>" + companyTitle + "</b>, and is not shared or sold to anyone.<p>";
		newContent += "klein<b>internet</b> may use your IP address to help diagnose problems with the server, and to administer the Web site.<p>";
		newContent += "<b>" + companyTitle + "</b> may use your IP address for general prospecting or sales functions and the last URL visited to diagnose traffic patterns.<p>";
		newContent += "If this site contains links to other sites, klein<b>internet</b> and <b>" + companyTitle + "</b> make no representations with respect to privacy practices, privacy statements, or the content of such Web sites.<br><br>";
		newContent += "<b>Responses and Updates</b> - <b>" + companyTitle + "</b> will typically respond to e-mail and other inquiries that it receives. <b>" + companyTitle + "</b> may retain such correspondence in order to improve its products, services, and Web presence.<p>";
		newContent += "<b>" + companyTitle + "</b> DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OF THE RESULTS OR THE USE OF ELECTRONIC CORRESPONDENCE DIRECTED TO <b>" + companyTitle + "</b> IN TERMS OF THEIR CORRECTNESS, ACCURACY, RELIABILITY OR OTHERWISE, WHETHER ANSWERED OR UNANSWERED.<p>";		
		newContent += "If you have comments or questions about our privacy policy, use this email address: <a href='mailto: abuse@onyourmark.com'>abuse@onyourmark.com</a>.";
		newContent += "<div align='right'><a href='index.html' onClick='self.close();return false;'>Close Window</a></div><p>";
		newContent += "</font></center></body></html>";

		newWindow.document.write(newContent);
		newWindow.document.close();
	}
}
function makeNewWin(companyTitle,companyLogo,backgroundPic,backgroundColor)
{
	makeCopyrightWindow(companyTitle,companyLogo,backgroundPic,backgroundColor);
}
function makeCopyrightWindow(companyTitle,companyLogo,backgroundPic,backgroundColor) {
		var newWindow = window.open("","","scrollbars=yes,menubar,toolbar=no,status,width=350,height=400,resizable=no");
		if (newWindow != null) {
			var newContent = "<html><head><title>PopUp Image</title>";
		newContent += "<meta http-equiv=\"pics-label\" content=\'(pics-1.1 \"http://www.icra.org/ratingsv02.html\" comment \"ICRAonline v2.0\" l gen true for \"http://www.onyourmark.com\"  r (nz 1 vz 1 lz 1 oz 1 cz 1) \"http://www.rsac.org/ratingsv01.html\" l gen true for \"http://www.onyourmark.com\"  r (n 0 s 0 v 0 l 0))\'></head>";
			newContent += "<body background='" + backgroundPic + "' bgcolor='#" + backgroundColor + "' link='#000080' vlink='#000080' alink='#000080' text='#000000'>";
			newContent += "<font face='verdana,arial,helvetica' size='-1'><center><img src='" + companyLogo + "'><p><b><font size='+1'>" + companyTitle + "<br>LEGAL NOTICE</font></b></center><p>";
			newContent += "<font size='3'><b>DISCLAIMER</b></font><BR>THE MATERIALS IN THIS SITE ARE PROVIDED &quot;AS IS&quot; AND WITHOUT WARRANTIES OF ANY KIND EITHER EXPRESS OR IMPLIED. TO THE FULLEST EXTENT PERMISSIBLE PURSUANT TO APPLICABLE LAW, <b>" + companyTitle + "</b> DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. <b>" + companyTitle + "</b> DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THE MATERIALS WILL BE UNINTERRUPTED OR ERROR-FREE, THAT DEFECTS WILL BE CORRECTED, OR THAT THIS SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. <b>" + companyTitle + "</b> DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF ELECTRONIC CORRESPONDENCE DIRECTED TO <b>" + companyTitle + "</b> IN TERMS OF THEIR CORRECTNESS, ACCURACY, RELIABILITY OR OTHERWISE, WHETHER ANSWERED OR UNANSWERED. <b>" + companyTitle + "</b> DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE MATERIALS IN THIS SITE IN TERMS OF THEIR CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. YOU (AND NOT <b>" + companyTitle + "</b>) ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. APPLICABLE LAW MAY NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY NOT APPLY TO YOU.<br><br>";
			newContent += "<font size='3'><b>JURISDICTIONAL ISSUES</b></font><BR>This Site was developed in the United States of America in accordance with and shall be governed by, and your browsing in and use of the Site shall be deemed acceptance of, the laws of the State of Wisconsin, United States of America. Notwithstanding the foregoing, this Site may be viewed internationally and may contain references to products or services not available in all countries. References to a particular product or service do not imply that <b>" + companyTitle + "</b> intends to make such products or services available in such countries.<br><BR>";
			newContent += "<font size='3'><b>LIMITED LIABILITY</b></font><br>In no event shall <b>" + companyTitle + "</b> or any other party involved in creating, producing, maintaining or delivering the Site, or any of their affiliates, or the officers, directors, employees, shareholders, or agents of each of them, be liable for any damages of any kind, including without limitation any direct, special, incidental, indirect, exemplary, punitive or consequential damages, whether or not advised of the possibility of such damages, and on any theory of liability whatsoever, arising out of or in connection with the use or performance of, or your browsing in, or your links to other sites from, this Site.<br><br>";
			newContent += "Under no circumstances shall <b>" + companyTitle + "</b> be liable for any losses or damages whatsoever, whether in contract, tort or otherwise, from the use of, or reliance on, the Information, or from the use of the Internet generally.<br><BR><font size='3'><b>RESTRICTIONS ON THE USE OF MATERIALS</b></font><br>";
			newContent += "Materials are the property of <b>" + companyTitle + "</b> and include text, logos, artwork, product names, audio, video, and images and may not be copied, reproduced, republished, uploaded, posted, transmitted, or distributed in any way, without expressed written permission of <b>" + companyTitle + "</b>.  Nor can any of the materials from this site be edited, modified, or changed in anyway. The material contained on this site allows each single user on any single computer to print one (1) copy for personal (reference) use only, provided that you keep the original copyright and proprietary notices, unless otherwise specified. Modification of the materials or the use of the materials for any other purpose is a violation of <b>" + companyTitle + "</b> copyright and other proprietary rights. For purposes of this Agreement, the use of any such material on any other Web Site or networked computer environment is prohibited.  All registered trademarks, trademarks, service marks, and trade names are proprietary to their respective company.<BR><BR>";
			newContent += "<font size='3'><b>SUBMISSIONS</b></font><br>All creative suggestions, ideas, notes, drawings, concepts, or other information (collectively, the &quot;Information&quot;), concerning or in regards to this site submitted to <b>" + companyTitle + "</b> shall be considered the property of <b>" + companyTitle + "</b> and <b>" + companyTitle + "</b> shall exclusively own all known or hereafter existing rights to the Information and shall be entitled to unrestricted use of the Information for any purpose whatsoever, commercial or otherwise, without compensation to the provider of the Information.<BR><BR>";
			newContent += "<font size='3'><b>UNAFFILIATED LINKS AND SITES</b></font><br>Descriptions of, or references to, products, publications or sites not owned by <b>" + companyTitle + "</b> or its affiliates do not imply endorsement of that product, publication or site. <b>" + companyTitle + "</b> has not reviewed all material linked to the Site and is not responsible for the content of any such material. Your linking to any other sites is at your own risk.<br><br>";
			newContent += "All registered trademarks, service marks, and trade names are proprietary to their respective company.";
			newContent += "<div align='right'><a href='index.html' onClick='self.close();return false;'>Close Window</a></div><p>";
			newContent += "</font></center></body></html>";

			newWindow.document.write(newContent);
			newWindow.document.close();
		}
}
-->
