<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.michaeljackson.com" target="_blank""><img src="picts/michael-jackson.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Michael Jackson<br></legend>');

document.write('Sony Comments on the Passing of Michael Jackson, NEW YORK, NY June 25, 2009  Michael Jackson, one of the most widely beloved entertainers and profoundly influential artists of all-time, leaves an indelible imprint on popular music and culture.<br>'); 

document.write('</fieldset>');
document.write('<br><br>');






}
// END RIGHT SIDEBAR AREA PARAGRAPH 3






// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.michaeljackson.com" target="_blank""><img src="picts/michael-jackson1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Michael Jackson<br></legend>');

document.write('Commenting on his passing, Sir Howard Stringer, Chairman, CEO and President, Sony Corporation, said: "Michael Jackson was a brilliant troubadour for his generation, a genius whose music reflected the passion and creativity of an era. His artistry and magnetism changed the music landscape forever. We have been profoundly affected by his originality, creativity and amazing body of work. The entire Sony family extends our deepest condolences to his family and to the millions of fans around the world who loved him.<br>'); 

document.write('</fieldset>');
document.write('<br><br>');






}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.michaeljackson.com" target="_blank""><img src="picts/michael-jackson2.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Michael Jackson<br></legend>');

document.write('Rolf Schmidt-Holtz, CEO, Sony Music Entertainment, said: "Michael Jacksons unsurpassed artistry and beloved music brought joy to every corner of the world. We join today with his millions of fans in expressing our profound sadness and we offer our deepest condolences to his family and loved ones. It was a true privilege for all of us in the Sony Music family to work with one of the most talented superstars in the history of music. We will miss him greatly.<br>'); 

document.write('</fieldset>');
document.write('<br><br>');






}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');


// -- END -->