function writeyear()
{
	var now = new Date();
	var year = now.getYear();
	var dateString = year ;
	document.write(dateString)
}
function homesolution()
{
	if (window.opener.closed)
	{
			window.open("http://mswork.netprophetsglobal.com/dettol/my_offers.asp")
	}
	else
	{
		window.opener.focus()
		window.opener.document.location.href="../my_offers.asp"
	}

}

function openTerms()
{
		if (window.opener.closed)
	{
			window.open("http://mswork.netprophetsglobal.com/dettol/terms.html")
	}
	else
	{
		window.opener.focus()
		window.opener.document.location.href="../terms.html"
	}
}
function openPrivacy()
{
		if (window.opener.closed)
	{
			window.open("http://mswork.netprophetsglobal.com/dettol/privacy.html")
	}
	else
	{
		window.opener.focus()
		window.opener.document.location.href="../privacy.html"
	}
}