<html>
<title>CityTools Ambient News</title>

<head>

<meta name="viewport" content="initial-scale=2.3;" />
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=3.0;" />


	<link media="screen" href="/ambient/iphone/iphone_ambient.css" rel="stylesheet" type="text/css" />
	<link media="screen" href="/ambient/iphone/other.css" rel="stylesheet" type="text/css" />
	



<script type="application/x-javascript">
    
    addEventListener("load", function()
    {
        setTimeout(updateLayout, 0);
    }, false);

    var currentWidth = 0;
    
    function updateLayout()
    {
        if (window.innerWidth != currentWidth)
        {
            currentWidth = window.innerWidth;

            var orient = currentWidth == 320 ? "profile" : "landscape";
            document.body.setAttribute("orient", orient);
            setTimeout(function()
            {
                window.scrollTo(0, 1);
            }, 100);            
        }
    }

    setInterval(updateLayout, 400);
    
</script>



<script type="text/javascript">
function ClearInput(value, id){
// This calls our function ClearInput, and the two variables we will need for it to function the original value and the id.

var input = document.getElementById(id); // Gets the input field based on its id.

if(value == input.value){
 // If the default value is equal to the current value.
input.value = ''; // Empty It.

}else{
	 // Else the value is not equal to the current input field value.
	input.value = input.value; // Leave it the same.
	} // End Else.
} // Close Function.
</script>






</head>

<body>

@media only screen and (max-device-width: 350px) {
.navigation {
display: none;
}
} 



body { background: black;
	display: block;
	width: 320px;
	max-width: 320px; }

my_list .inline{ border: none;
	width: 50%;
}

#htmltagcloud {
  color: #777;
  text-align:  center;
  font: 1.3em "arial bold", arial, helvetica, Verdana, Verdana, sans-serif;
  line-height: 1.4em;
  background: black; 
  float: left;

}

.search { float:right;
	  font-size: 1.1em;
	  clear: both;
	  padding: 2px;
	  margin:0;
          background:black;
	  text-align: right;
}

.search input{ font-size: .8em;
		color: #00387b;
	        width: 6em;
		float: left;
		}

.bbtn {
	font-size: .8em;
	}


</body>
</html>






