document.write('<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n<title>Untitled Document</title>\n\n\n</head>\n\n<body>\n\n\n');


  function google_ad_request_done(google_ads) {

    /*

     * This function is required and is used to display

     * the ads that are returned from the JavaScript

     * request. You should modify the document.write

     * commands so that the HTML they write out fits

     * with your desired ad layout.

     */

    var s = '';

    var i;


    // * Verify that there are actually ads to display.


    if (google_ads.length == 0) {

      return;

    }


	
document.write('' +
	
	'<div id="google_ad">' +
	'<div class="google_title">Ads by Google</div>' +
	'<div class="google_ad_links">' +
	
	'<span class="google_ad_link_title">'+ google_ads[0].line1 + '</span><br />' +
	google_ads[0].line2 + ' ' + google_ads[0].line3 + '<br />' +
	'<a href="'+ google_ads[0].url + '" target="_blank">'+ google_ads[0].visible_url + '</a>' +
	'<br /><br />' +
	
	'<span class="google_ad_link_title">'+ google_ads[1].line1 + '</span><br />' +
	google_ads[1].line2 + ' ' + google_ads[1].line3 + '<br />' +
	'<a href="'+ google_ads[1].url + '" target="_blank">'+ google_ads[1].visible_url + '</a>' +
	'<br /><br />' +
	
	'<span class="google_ad_link_title">'+ google_ads[2].line1 + '</span><br />' +
	google_ads[2].line2 + ' ' + google_ads[2].line3 + '<br />' +
	'<a href="'+ google_ads[2].url + '" target="_blank">'+ google_ads[2].visible_url + '</a>' +
	
	'</div>' +
	'</div>');


    return;

  }



     google_ad_client = 'ca-scripps_gactv_js'; // substitute your client_id

     google_ad_channel = 'news';

     google_ad_output = 'js';

     google_max_num_ads = '3';

	 google_ad_type = 'text_image'

	 google_kw = '';

     google_kw_type = 'exact';

     google_image_size = '120x600';

     google_page_url = '';

     google_language = 'en';

     google_encoding = 'utf8';

     google_safe = 'high';

     google_adtest = 'off';

     google_hints = '';

     google_contents = '';

     google_ad_section = 'default';

  // -->

document.write('<!--\n\n  /*\n\n   * The JavaScript returned from the following page uses\n\n   * the parameter values assigned above to populate an array\n\n   * of ad objects. Once that array has been populated,\n\n   * the JavaScript will call the google_ad_request_done\n\n   * function to display the ads.\n\n   */\n\n-->\n\n\n\n<script language=\"JavaScript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"><\/script>\n\n\n\n\n\n\n</body>\n</html>');
