var scnwidth = screen.width ;
if (scnwidth > 1024) {
	document.write("<link href='<?php echo $this->baseurl ?>/templates/ats4/css/widetemplate.css' rel='stylesheet' type='text/css' />"); }
else if (scnwidth < 1024) {
	document.write("<link href='<?php echo $this->baseurl ?>/templates/ats4/css/narrowtemplate.css' rel='stylesheet' type='text/css'/>"); }
else {
	document.write("<link href='<?php echo $this->baseurl ?>/templates/ats4/css/stndtemplate.css' rel='stylesheet' type='text/css'/>"); }