function writeJS()
{
var str='';
str+='<head>';
str+='  <meta http-equiv="content-type" content="text\/html; charset=ISO-8859-1">';
str+='  <title>GOOD STOCK - "Stock to a cook is voice to a singer"<\/title>';
str+='  <!--[if lte IE 6]> <link rel="stylesheet" href="..\/css\/ie6_divs.css" type="text\/css"\/> <![endif]-->';
str+='  <!--[if gte IE 7]> <link rel="stylesheet" href="..\/css\/ie7_divs.css" type="text\/css"\/> <![endif]-->';
str+='  <![if !IE]> <link rel="stylesheet" href="..\/css\/non_ie_divs.css" type="text\/css"\/> <![endif]>';
str+='  <link rel="stylesheet" type="text\/css" href="..\/css\/style.css">';
str+='<\/head>';
document.write(str);
}
writeJS();

