/*NiftyLoad=function(){		- replaced by niftyload so that other on load functions can be run */
/*the return statement is used to specify the value that is returned from the function */	
function calls(){	
if(!NiftyCheck())
    return;
Rounded("div#content","all","#FFF","#f8d9e7", "smooth");/*css selector ( tag; p, H2 etc; id selector: div#content, p#news, li#news;class selector; class selector, descendent selector), which corners (top, bottom, tr, tl, br, bl), colour; inside and outside: transparent allowed, corners; smooth, border; small*/
Rounded("div.inner","all","#f8d9e7","#FFF", "smooth");
Rounded("div#header1","all","#fff","#ffffdd", "smooth", "transparent");
Rounded("div#container","top","#fff","#f8d9e7", "smooth");
Rounded("div#container1", "all","#FFF","#e7e7e7", "smooth");
Rounded("div#footer","all","#fff","#8395CB", "smooth");
Rounded("div#footer-sitemap","all","#ffffff","#8395CB", "smooth");
Rounded("div#adbox","tr br bl","#fff","#cc99ff");
Rounded("div#box","tr br bl","#fff","#cc99ff");
Rounded("div#boxA","tr br bl","#fff","#cc99ff");
Rounded("div#boxB","tr br bl","#fff","#cc99ff");
Rounded("div#box1","tr br bl","#fff","#cc99ff");
Rounded("div#box2","tr br bl","#fff","#cc99ff");
Rounded("div#box3","tr br bl","#fff","#8EE6F8");
Rounded("div#box4","tl br bl","#fff","#FDC778");
Rounded("div#transbox","tr","#fff","#D81CFF");
Rounded("div#transbox","bottom","#fff","#F2BAFF");
Rounded("div#box5","top","#fff","#47FC1E");
Rounded("div#box5","bottom","#fff","#C1FCB3");
Rounded("div#transbox1","tr","#fff","#cc99ff");
Rounded("div#transbox1","br bl","#fff","#C7CBD5");
Rounded("div#bookiereview","tr","#fff","#cc99ff");
Rounded("div#transbox3","tr","#fff","#D81CFF");
Rounded("div#datebox","all","#ffffff","#E4E7F2");
Rounded("div#bettingpics","all","#fff","#BBD9EE");
Rounded("div.newsletter","all","#fff","#ffffdd");
Rounded("div#sidebar","bottom","#fff","#ffffdd");
Rounded("div#sidebar2","all","#fff","#ffffdd");
Rounded("div#sidebar3","bottom","#fff","#ffffdd");
Rounded("div.news1","top","#ffedfe","#efaeec");
Rounded("div.news1","bottom","#ffedfe","#F0F0E7");
Rounded("div#nav1","all","same-height");
Rounded("div#news2 div","tr bl","#FFF","transparent");
Rounded("ul.postnav a","all");
/*Rounded("div#footer","bottom","#fff","#8395CB");*/
Rounded("div.smheader","tl","#fff","#0000cc");
}



