Warning: session_start() [function.session-start]: open(/tmp/sess_a3ecfcb90c5c8aabaf51941c67abec44, O_RDWR) failed: Read-only file system (30) in /home/ipesearc/public_html/scripts.js.php on line 17
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/ipesearc/public_html/scripts.js.php:17) in /home/ipesearc/public_html/scripts.js.php on line 17
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ipesearc/public_html/scripts.js.php:17) in /home/ipesearc/public_html/scripts.js.php on line 17
// GOOGLE ADSENSE
/**
google_ad_client = "pub-5159456658865630";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="6622807531";
google_ad_type = "text";
google_color_border = "EBEEC3";
google_color_bg = "EBEEC3";
google_color_link = "E60000";
google_color_url = "E60000";
google_color_text = "000000";
**/
/* updated google ads */
google_ad_client = "pub-5159456658865630";
/* IPE (14/01/09) 120 x 240 */
google_ad_slot = "3229065141";
google_ad_width = 120;
google_ad_height = 240;
// DYNAMIC-FUNCTIONS
/**
* bookmark
*
* @param url The url to bookmark
* @param description Associate this description with the URL
*/
function addBookmark(url, description)
{
if(url != null)
{
if(navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert("Please press CTRL+D to bookmark this page");
}
}
}
/**
* setHomePage
*
* @param url The url to use as the home page
*/
function setHomePage(ref, url)
{
if(url != null)
{
if(navigator.appName=='Microsoft Internet Explorer')
{
ref.style.behavior='url(#default#homepage)';
ref.setHomePage(window.location);
}
else if (navigator.appName=='Netscape')
{
alert("Click 'Edit->Preferences' and then choose the 'Navigator' tag and click 'Use Current Page'");
}
}
}
/**
* setVisible
*
* @param id The id of the element to make visible
*/
function setVisibility(id, visible)
{
if(id != null)
{
var obj = document.getElementById(id);
if(obj != null)
{
if(visible == "visible")
{
obj.style.visibility = "visible";
obj.style.display = "block";
}
else
{
obj.style.visibility = "hidden";
obj.style.display = "none";
}
}
}
}
/**
* setVisible
*
* @param id The id of the element to make visible
*/
function clearTextField(id)
{
if(id != null)
{
var obj = document.getElementById(id);
if(obj != null)
{
obj.value = "";
}
}
}
Warning: Unknown(): open(/tmp/sess_a3ecfcb90c5c8aabaf51941c67abec44, O_RDWR) failed: Read-only file system (30) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0