// JavaScript Document

var title='Electrolux - Video - Appliances and the Environment';
var metaname='Electrolux - Video - Appliances and the Environment';

function print_header()
{
document.write('<title>'+ title +'</title>');
document.write('<meta name="Keywords" content="'+ metaname +'">');
document.write('<meta content="Description" content="'+ title +'">');
}