function writeHeadline(hid,tcolor,htxt){
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) { 
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0',
'width', '500',
'height', '15',
'src', 'headline',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'headline',
'bgcolor', '#0d000d',
'name', 'headline',
'menu', 'false',
'allowScriptAccess','sameDomain',
'allowFullScreen','false',
'movie', 'headline',
'salign', '',
'hid', hid,
'tcolor', tcolor,
'htxt', htxt
); 
}
}
writeHeadline("n0","ff7000","GRONLAND RECORDS");
writeHeadline("n1","ff7000","BRAINSTORM");
writeHeadline("n2","ff7000","ROBERT WILSON");
writeHeadline("n3","ff7000","GRöNEMEYER");
writeHeadline("n4","ff7000","PIKTORESK");
writeHeadline("n5","ff7000","GOOGLE EARTH");
writeHeadline("n6","ff7000","SIXTSIX");

