function searchNow( text , heading ) {
document.getElementById( 'search' ).value = text;
document.getElementById( 'search_mini_form' ).action = 'viewproducts.aspx?cid=-1&so=' + heading;
document.getElementById( 'search_mini_form' ).submit();
}

