function callCopyRight(xVar)
{

 now = new Date();
 var year = now.getYear();
 if (year < 1000) { year += 1900; }

 switch(xVar)
 {
	case 1 : {
		document.write ("General Information: <a href='mailto:customerservice@dressmaternity.com' class='copywrite'>")
		document.write ("customerservice@dressmaternity.com</a>. Copyright © " + year + " DressMaternity.com. All rights reserved. ")
		document.write ("Any redistribution or reproduction of any materials herein is strictly prohibited. The use of this site, ")
		document.write ("and the terms and conditions for our providing information, is governed by our Policies & Disclaimer. By using this site, you ")
		document.write ("acknowledge that you have read our Policies & Disclaimer and that you accept and will be bound by the terms thereof.")
		break; }
	case 2 :
		{ document.write ("Copyright © " + year + " DressMaternity.com. All rights Reserved. <a href='http://itoutsourcingindia.com/' class='link'>Web Design  and Software Development by </a><a href='http://www.excellone.com' class='copyrght'>excellone.com</a>")
		break; }
 }
}