
Action Alert Web Sticker
/*
example call to CAdrawbox:
CAdrawbox(size , width , titlebarcolor , contentcolor , bordercolor , titlefontcolor , contentfontcolor , titlegraphic);
argument desciptions:
size - small or large, or standard or custom with a width
width - width in pixels
titlebarcolor - hex color for the titlebar background
contentcolor - hex color for the content background
bordercolor - hex color for the border
titlefontcolor - hex color for title bar text
contentfontcolor - hex color for content text
titlegraphic - url of image to use in place of titlebar
*/
CAdrawbox('standard', '300');
