/***************************************************************************************************/
/* Do not change ANY punctuation, quotes, comma's, semi-colons change only the hex colors          */
/* within the Rounded definition                                                                   */
/*                                                                                                 */
/* Rounded("name of the content block","page background color","rounded block background-color")   */
/*                                                                                                 */
/***************************************************************************************************/

window.onload=function(){
if(!NiftyCheck())
    return;
    
RoundedTop("div#cu_branding","#FFFFFF","#004990");

}