<script type="text/javascript">
var newURL = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
var url1='<link href="../css/styles1.css" rel="stylesheet" type="text/css">'
var url2='<link href="../css/styles2.css" rel="stylesheet" type="text/css">'
</script>
<script language="javascript">
if ( newURL =="https://www.example.com" )
{
document.write (url1);
}
else
{
document.write (url2);
}
</script> </script>
<script type="text/javascript">
var newURL = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
var url1='<link href="../css/styles1.css" rel="stylesheet" type="text/css">'
var url2='<link href="../css/styles2.css" rel="stylesheet" type="text/css">'
</script>
<script language="javascript">
if ( newURL =="https://www.example.com" )
{
document.write (url1);
}
else
{
document.write (url2);
}
</script> </script>