/***************************************************************************************************/
/* Do not change ANY punctuation, quotes, comma's, semi-colons change only the 3 variable          */
/* within the Rounded definition                                                                   */
/*                                                                                                 */
/* Rounded("name of the content block","page background color","rounded block background-color")   */
/*                                                                                                 */
/***************************************************************************************************/
/**********************************************************/
/*  2008 colors
/*  #981b1e  red
/*  #ffc222  yellow
/**********************************************************/

window.onload=function(){
if(!NiftyCheck())
    return;
    
Rounded("div#content_left","#FFFFFF","#ffc222");
Rounded("div#content_right","#FFFFFF","#000000");

}