Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/askthelawyers.com/httpdocs/index.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/askthelawyers.com/httpdocs/index.php:15) in /var/www/vhosts/askthelawyers.com/httpdocs/index.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/askthelawyers.com/httpdocs/index.php:15) in /var/www/vhosts/askthelawyers.com/httpdocs/index.php on line 49
//////////////////////////////////////////////////////////////////////////////////////////////
//
// Execute
//
//////////////////////////////////////////////////////////////////////////////////////////////
/*************************************************************
** ONLOAD SCRIPT - adapted from the window.onload script
** written by Dean Edwards - http://dean.edwards.name
**************************************************************/
function init()
{
if (arguments.callee.done) return;
arguments.callee.done = true;
if(document.onload)
{
if(typeof(document.onload) == 'object')
{
for(var i in document.onload)
{
if(typeof(document.onload[i]) == 'function')
{
document.onload[i]();
}
}
}
else if(document.onload && typeof(document.onload[i]) == 'function')
{
document.onload();
}
}
}
/* for Mozilla */
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", init, false);
}
/* for Internet Explorer */
/*@cc_on @*/
/*@if (@_win32)
document.write("