	var popupContent="";
	
	function update(Id,Content) {
		document.getElementById(Id).style.color = "#000000";
		if(document.getElementById(Id).value == Content) {
			document.getElementById(Id).value = "";
		}
		else {
			return false;
		}
	}

	function check(Id,Content) {
		if (document.getElementById(Id).value == null || document.getElementById(Id).value == "") {
			document.getElementById(Id).value = Content;
			document.getElementById(Id).style.color = "#999";
		}
		else {
			if(document.getElementById(Id).value != Content) {
				document.getElementById(Id).style.color = "#000000";
			}
			return true;
		}
	}
	
	function checkSelectBox(Id) {
		if (document.getElementById(Id).value == null || document.getElementById(Id).value == "") {
			document.getElementById(Id).value = "";
			document.getElementById(Id).style.color = "#999";
		}
		else {
			if(document.getElementById(Id).value != "") {
				document.getElementById(Id).style.color = "#000000";
			}
			return true;
		}
	}
	
		
	function top_check(Id,Content) {
		if (document.getElementById(Id).value == null || document.getElementById(Id).value == "") {
			document.getElementById(Id).value = Content;
			document.getElementById(Id).style.color = "#444";
		}
		else {
			if(document.getElementById(Id).value != Content) {
				document.getElementById(Id).style.color = "#444";
			}
			return true;
		}
	}	
	
	
	function updateKeyword() {
		if(document.getElementById("keyword").value == "Enter Keyword") {
			document.getElementById("keyword").value = "";
			document.getElementById("keyword").style.color = "#999";
		}
		else {
			return false;
		}
		document.getElementById("keyword").style.color = "#000";
	}
	function checkKeyword() {
		if (document.getElementById("keyword").value == null || document.getElementById("keyword").value == "") {
			document.getElementById("keyword").value = "Enter Keyword";
			document.getElementById("keyword").style.color = "#999";
		}
		else {
			return true;
		}
	}
	
	
	
	function updateProductNumber() {
		if(document.getElementById("product_number").value == "Enter Product Number") {
			document.getElementById("product_number").value = "";
			document.getElementById("product_number").style.color = "#999";
		}
		else {
			return false;
		}
		document.getElementById("product_number").style.color = "#000";
	}
	function checkProductNumber() {
		if (document.getElementById("product_number").value == null || document.getElementById("product_number").value == "") {
			document.getElementById("product_number").value = "Enter Product Number";
			document.getElementById("product_number").style.color = "#999";
		}
		else {
			return true;
		}
	}
	
	
	function updateZipcode() {
		if(document.getElementById("zipcode").value == "Enter Zip Code") {
			document.getElementById("zipcode").value = "";
			document.getElementById("zipcode").style.color = "#999";
		}
		else {
			return false;
		}
		document.getElementById("zipcode").style.color = "#000";
	}
	function checkZipcode() {
		if (document.getElementById("zipcode").value == null || document.getElementById("zipcode").value == "") {
			document.getElementById("zipcode").value = "Enter Zip Code";
			document.getElementById("zipcode").style.color = "#999";
		}
		else {
			return true;
		}
	}
	

	// Change Navigation Button State
	//Modified by kalcy
//	function preloadNavImages() { 
		
//		Image1= new Image(957,27)
//		Image1.src = "/avery/static/images/bg_mainNav_home.jpg"
		
//		Image2 = new Image(957,27)
//		Image2.src = "/avery/static/images/bg_mainNav_prod.jpg"
		
//		Image3 = new Image(957,27)
//		Image3.src = "/avery/static/images/bg_mainNav_help.jpg"
		
//		Image4 = new Image(957,27)
//		Image4.src = "/avery/static/images/bg_mainNav_proj.jpg"
		
//		Image5 = new Image(957,27)
//		Image5.src = "/avery/static/images/bg_mainNav_temp.jpg"
	
//	}
	//Modified by kalcy
//	function btnOn(imgID) { 
//		var imgSrc = "url(" + "/avery/static/images/bg_mainNav_" + imgID + ".jpg" + ")";
//		document.getElementById('main_nav').style.backgroundImage = imgSrc;
//	}
	//Modified by kalcy
//	function btnOff(defaultBg) {
//		var defaultBgImgSrc = "url(" + "/avery/static/images/bg_mainNav_" + defaultBg + ".jpg" + ")";
//		 document.getElementById('main_nav').style.backgroundImage = "url(images/bg_mainNav.jpg)";
//		document.getElementById('main_nav').style.backgroundImage = defaultBgImgSrc;
//		 clearDropDownMenu();
//	}





	// Print Page Functionality
	function getPath(){
	   // var path = "/";
	   var path = " ";
	   return path;
	}
	
	function getCleanContent(thisObj){
		//Strip off corner images
		allImages = thisObj.getElementsByTagName("IMG");
		for (var i=0; i<allImages.length; ++i){
			if(allImages.item(i).src.indexOf("frameCorner") > 0){
				allImages.item(i).src = getHost() + "/avery/static/images/empty.gif"; //Modified by kalcy
			}
		}
		//Strip off none-printable elements
		/*allDivs = thisObj.getElementsByTagName("DIV");
		for (var j=0; j<allDivs.length; ++j){
			if(allDivs.item(j).className == "nonePrintable"){
				allDivs.item(j).className = "noneVisible";
				allDivs.item(j).innerHTML = "";
			}
		}
		*/	
		return thisObj.innerHTML;
	}
	function printPreview(id){
		var thisPath = "/avery/"; //Modified by kalcy
		//Get complete content
		var containerObj = document.getElementById(id);
		//Strip off and frame non printable content
		content = getCleanContent(containerObj);
			
		//content = "<" + containerObj.tagName;
		//content+= " " + "id=\""+containerObj.getAttribute("id")+"\""
		//content += ">" + containerObj.innerHTML + "</" + containerObj.tagName + ">";
	
		TheNewWin = window.open('/avery/static/popup/print.htm', 'Print', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=600,height=650,left = 100,top = 100');
		
		builtHTML = '<div id="print_main_wrap">'
					+ '<div id="print_hdr_wrap"><img src="'+thisPath+'static/images/gfx_161x73_avery_logo.gif" border="0" width="161px" height="73" />'
					+ '<div id="print_links_wrap"><a href="javascript:window.print();"><img class="pad_0_7_0_0_img" src="'+thisPath+'static/images/btn_print.gif" alt="Print this page"></a> <a href="javascript:window.close();"><img class="pad_0_7_0_0_img" src="'+thisPath+'static/images/btn_close.gif" alt="Close this page"></a></div>'
					+ '<br/>'
					+ '</div>'
					+ '<div id="print_mid_wrap">'
					+ content 
					+ '</div>'
					+ '<div id="print_ftr_wrap">&copy; 2010  Avery Dennison Corporation.  All Rights Reserved.  <a href="#">Legal &amp; Privacy Notices</a>.</div>'
					+ '</div>'
					
		window.blur();
		TheNewWin.focus();
		//TheNewWin.document.write(builtHTML);
		popupContent = builtHTML;
	}

	function printPreview1(id){
		var thisPath = "/avery/"; //Modified by kalcy
		//Get complete content
		var containerObj = document.getElementById(id);
		//Strip off and frame non printable content
		content = getCleanContent(containerObj);
			
		//content = "<" + containerObj.tagName;
		//content+= " " + "id=\""+containerObj.getAttribute("id")+"\""
		//content += ">" + containerObj.innerHTML + "</" + containerObj.tagName + ">";
	
		TheNewWin = window.open('/avery/static/popup/print1.htm', 'Print1', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=600,height=650,left = 100,top = 100');
		
		builtHTML = '<div id="print_main_wrap">'
					+ '<div id="print_hdr_wrap"><img src="'+thisPath+'static/images/gfx_161x73_avery_logo.gif" border="0" width="161px" height="73" />'
					+ '<div id="print_links_wrap"><a href="javascript:window.print();"><img class="pad_0_7_0_0_img" src="'+thisPath+'static/images/btn_print.gif" alt="Print this page"></a> <a href="javascript:window.close();"><img class="pad_0_7_0_0_img" src="'+thisPath+'static/images/btn_close.gif" alt="Close this page"></a></div>'
					+ '<br/>'
					+ '</div>'
					+ '<div id="print_mid_wrap">'
					+ content 
					+ '</div>'
					+ '<div id="print_ftr_wrap">&copy; 2010  Avery Dennison Corporation.  All Rights Reserved.  <a href="#">Legal &amp; Privacy Notices</a>.</div>'
					+ '</div>'
					
		window.blur();
		TheNewWin.focus();
		//TheNewWin.document.write(builtHTML);
		popupContent = builtHTML;
	}
	
	function printPreview1(id,locale){
		var thisPath = "/avery/"; //Modified by kalcy
		var locale=locale;
		//Get complete content
		var containerObj = document.getElementById(id);
		//Strip off and frame non printable content
		content = getCleanContent(containerObj);
			
		//content = "<" + containerObj.tagName;
		//content+= " " + "id=\""+containerObj.getAttribute("id")+"\""
		//content += ">" + containerObj.innerHTML + "</" + containerObj.tagName + ">";
	
		TheNewWin = window.open('/avery/static/popup/print1.htm', 'Print1', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=600,height=650,left = 100,top = 100');
		
		builtHTML = '<div id="print_main_wrap">'
					+ '<div id="print_hdr_wrap"><img src="'+thisPath+'static/images/gfx_161x73_avery_logo.gif" border="0" width="161px" height="73" />'
					+ '<div id="print_links_wrap"><a href="javascript:window.print();"><img class="pad_0_7_0_0_img" src="'+thisPath+'static/images/btn_print'
		if ((locale !=null))
		{
		builtHTML=builtHTML+'_'+locale
		}
						
		builtHTML=builtHTML+'.gif" alt="Print this page"></a> <a href="javascript:window.close();"><img class="pad_0_7_0_0_img" src="'+thisPath+'static/images/btn_close'

		if ((locale != null))
		{
		     builtHTML = builtHTML+'_'+locale
		}

		 builtHTML = builtHTML+'.gif" alt="Close this page"></a></div>'
					+ '<br/>'
					+ '</div>'
					+ '<div id="print_mid_wrap">'
					+ content 
					+ '</div>'
					+ '<div id="print_ftr_wrap">' 
		if ((locale=='fr_ca'))
		{
		builtHTML=builtHTML+ '&copy;2009 Avery Dennison Corp. Tous droits r&eacute;serv&eacute;s.'
		}

		if ((locale=='en_us' || locale=='de_de' || locale=='en_au' || locale=='en_ca' || locale=='en_gb' || locale=='fr_be' || locale=='fr_fr' || locale=='it_it' || locale=='nl_nl'))
		{
		builtHTML=builtHTML+ '&copy; 2011  Avery Dennison Corporation.  All Rights Reserved.'
		}		
		
		if ((locale=='fr_ca'))
		{
		builtHTML=builtHTML+'<a href="/avery/fr_ca/Information-juridique">&nbsp;&nbsp;Information juridique</a>.'
		}
		
		if ((locale=='en_us' || locale=='de_de' || locale=='en_au' || locale=='en_ca' || locale=='en_gb' || locale=='fr_be' || locale=='fr_fr' || locale=='it_it' || locale=='nl_nl'))
		{
		builtHTML=builtHTML+ '<a href="#">&nbsp;&nbsp;Legal &amp; Privacy Notices</a>.'
		}
		
		buildHTML=builtHTML+'</div>' + '</div>'		
					
		window.blur();
		TheNewWin.focus();
		//TheNewWin.document.write(builtHTML);
		popupContent = builtHTML;
	}


//Contents for menu 1, and so on
var menu1=new Array()
menu1[0]='<a href="javascript:showSelectedDestination1();">Asia</a>'
menu1[1]='<a href="javascript:showSelectedDestination2();">Europe</a>'
menu1[2]='<a href="javascript:showSelectedDestination3();">North America</a>'
menu1[3]='<a href="javascript:showSelectedDestination4();">South America</a>'
		
// var menuwidth='165px' //default menu width
var menubgcolor='#fff'  //menu bgcolor
var disappeardelay=50  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropdown" style="visibility:hidden;" onmouseover="clearhidemenu()" onmouseout="dynamichide(event)"><div id="bottom"></div></div>')

function showSelectedDestination1() {
	document.getElementById('mainNav').innerHTML = "";
}
function showSelectedDestination2() {
	document.getElementById('mainNav').innerHTML = "";
}
function showSelectedDestination3() {
	document.getElementById('mainNav').innerHTML = "";
}
function showSelectedDestination4() {
	document.getElementById('mainNav').innerHTML = "";
}

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth)
{
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("bottom") : ddl
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)

dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

/* Show/Hide Layers e.g. for landing page carousel */
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function swapImageMouseUpOver(imgid) {
		eval("MM_swapImage('btn"+imgid+"','','/avery/static/images/btn_carousel_nav_"+imgid+"_over.gif',0)");
}

function swapImageMouseDown(imgid) {
	for(i=1;i<=3;i++) {
		eval("MM_swapImage('btn"+i+"','','/avery/static/images/btn_carousel_nav_"+i+".gif',0)");
	}
	eval("MM_swapImage('btn"+imgid+"','','/avery/static/images/btn_carousel_nav_"+imgid+"_selected.gif',0)");
	document.selectedLayer=imgid;
}

function swapImageRestore(imgid) {
	if(document.selectedLayer!=imgid)
		MM_swapImgRestore();
	else
		eval("MM_swapImage('btn"+imgid+"','','/avery/static/images/btn_carousel_nav_"+imgid+"_selected.gif',0)");
}

function checkSubscribeRedirect(url,code,ctry) {
    var subs = readCookie('cState');
    var redirectURL = '/avery/secure/';
    if(ctry) {
        redirectURL = redirectURL+ctry+'_';
    }
        redirectURL = redirectURL+'quicksignuppopup?tyurl='+url;
    if(code)
    {
      redirectURL = redirectURL+'&campaignCode='+code;
    }
    if (subs == '1') {
    	if (ctry=='ar'){
    		popupWin = window.open (url,"PopupWindow","location=0,resizable=1,status=1,scrollbars=1,width=1024,height=768");
    		popupWin.moveTo(0,0);
    	} else 
        window.location=unescape(url);
    } else {
        
        infoPopup(redirectURL);
    }   
}//checkSubscribeRedirect

function checkSubscribeRedirect(url,code,ctry,locale) {
    var subs = readCookie('cState');
    var redirectURL = '/avery/secure/';
    if(ctry) {
        redirectURL = redirectURL+ctry+'_';
    }
        redirectURL = redirectURL+'quicksignuppopup?tyurl='+url;
    if(code)
    {
      redirectURL = redirectURL+'&campaignCode='+code;
    }
    if(locale)
    {
      redirectURL = redirectURL+'&locale='+locale;
    }
    if (subs == '1') {
    	if (ctry=='ar'){
    		popupWin = window.open (url,"PopupWindow","location=0,resizable=1,status=1,scrollbars=1,width=1024,height=768");
    		popupWin.moveTo(0,0);
    	} else 
        window.location=unescape(url);
    } else {
        
        infoPopup(redirectURL);
    }   
}//checkSubscribeRedirect

function readCookie(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for(var i=0;i < ca.length;i++) {
        var c = ca[i];
        while (c.charAt(0)==' ') c = c.substring(1,c.length);
        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
    }
    return null;
}//readCookie

/*BrowserDetection script*/

var BrowserDetect = {
	init: function () {
		this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
		this.version = this.searchVersion(navigator.userAgent)
			|| this.searchVersion(navigator.appVersion)
			|| "an unknown version";
		this.OS = this.searchString(this.dataOS) || "an unknown OS";
	},
	searchString: function (data) {
		for (var i=0;i<data.length;i++)	{
			var dataString = data[i].string;
			var dataProp = data[i].prop;
			this.versionSearchString = data[i].versionSearch || data[i].identity;
			if (dataString) {
				if (dataString.indexOf(data[i].subString) != -1)
					return data[i].identity;
			}
			else if (dataProp)
				return data[i].identity;
		}
	},
	searchVersion: function (dataString) {
		var index = dataString.indexOf(this.versionSearchString);
		if (index == -1) return;
		return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
	},
	dataBrowser: [
		{ 	string: navigator.userAgent,
			subString: "OmniWeb",
			versionSearch: "OmniWeb/",
			identity: "OmniWeb"
		},
		{
			string: navigator.vendor,
			subString: "Apple",
			identity: "Safari"
		},
		{
			prop: window.opera,
			identity: "Opera"
		},
		{
			string: navigator.vendor,
			subString: "iCab",
			identity: "iCab"
		},
		{
			string: navigator.vendor,
			subString: "KDE",
			identity: "Konqueror"
		},
		{
			string: navigator.userAgent,
			subString: "Firefox",
			identity: "Firefox"
		},
		{
			string: navigator.vendor,
			subString: "Camino",
			identity: "Camino"
		},
		{		// for newer Netscapes (6+)
			string: navigator.userAgent,
			subString: "Netscape",
			identity: "Netscape"
		},
		{
			string: navigator.userAgent,
			subString: "MSIE",
			identity: "IE",
			versionSearch: "MSIE"
		},
		{
			string: navigator.userAgent,
			subString: "Gecko",
			identity: "Mozilla",
			versionSearch: "rv"
		},
		{ 		// for older Netscapes (4-)
			string: navigator.userAgent,
			subString: "Mozilla",
			identity: "Netscape",
			versionSearch: "Mozilla"
		}
	],
	dataOS : [
		{
			string: navigator.platform,
			subString: "Win",
			identity: "Windows"
		},
		{
			string: navigator.platform,
			subString: "Mac",
			identity: "Mac"
		},
		{
			string: navigator.platform,
			subString: "Linux",
			identity: "Linux"
		}
	]

};
BrowserDetect.init();

/* Css Classes for the Table Left and Right Col of all the pages */
var sideColWidth = (screen.width-18-957)/2;
document.write('<style type="text/css">');
if(BrowserDetect.browser == "IE"){
	document.write('.leftSideCol {width:25%;min-width:'+sideColWidth+'px;background: #467eb0 url(/avery/static/images/bg_90x1_liquid_left.gif) repeat-y top right;}');
	document.write('.rightSideCol {width:25%;min-width:'+sideColWidth+'px;background: #467eb0 url(/avery/static/images/bg_90x1_liquid_right.gif) repeat-y top left;}');
} else
{
	document.write('.leftSideCol {width:'+sideColWidth+'px;background: #467eb0 url(/avery/static/images/bg_90x1_liquid_left.gif) repeat-y top right;}');
	document.write('.rightSideCol {width:'+sideColWidth+'px;background: #467eb0 url(/avery/static/images/bg_90x1_liquid_right.gif) repeat-y top left;}');
}
document.write('</style>');



