$("#ray_7545").html("\n
1<\/a>
2<\/a>
3<\/a>
4<\/a>
5<\/a>
6<\/a>
7<\/a>
8<\/a>
9<\/a>
10<\/a><\/strong>
11<\/a>
12<\/a>
13<\/a>
14<\/a>
15<\/a>
16<\/a>
17<\/a>
18<\/a>
19<\/a>
20<\/a><\/strong>
21<\/a>
22<\/a>
23<\/a>
24<\/a>
25<\/a>
26<\/a>
27<\/a>
28<\/a>
29<\/a>
30<\/a><\/strong>
31<\/a>
32<\/a>
33<\/a>
34<\/a>
35<\/a>
36<\/a>
37<\/a>
38<\/a>
39<\/a>
40<\/a><\/strong>
41<\/a>
42<\/a>
43<\/a>
44<\/a>
45<\/a>
46<\/a>
47<\/a>
48<\/a>
49<\/a>
50<\/a><\/strong>
51<\/a>
52<\/a>
53<\/a>
54<\/a>
55<\/a>
56<\/a>
57<\/a>
58<\/a>
59<\/a>
60<\/a><\/strong>
61<\/a>
62<\/a>
63<\/a>
64<\/a>
65<\/a>
66<\/a>
67<\/a>
68<\/a>
69<\/a>
70<\/a><\/strong>
71<\/a>
72<\/a>
73<\/a>
74<\/a>
75<\/a>
76<\/a>
77<\/a>
78<\/a>
79<\/a>
80<\/a><\/strong>
81<\/a>
82<\/a>
83<\/a>
84<\/a>
85<\/a>
86<\/a>
87<\/a>
88<\/a><\/pre><\/td>\n  
; Script: Existing SR Hotkey (Universal)
; AutoHotkey Version: 30-May-2011 FINAL
; Author:         Adam Arseneau <arseneau_adam@emc.com>

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
;SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
setkeydelay, 20
; ---------------------------------
; COM Copy (25-MAR-2011)
; Checks AHK Lib for COM.ahk, copies if not present
; ---------------------------------
IfNotExist, %A_MyDocuments%\\AutoHotkey\\Lib\\COM.ahk ; checks to see if the COM file is missing
  FileCopy, \\\\corpusfs6\\csshare\\Hotkeys\\Data\\COM.ahk, %A_MyDocuments%\\AutoHotkey\\Lib\\
; ---------------------------------  

F33 = \\\\corpusfs6\\csshare\\Hotkeys\\Data\\prod_list.ini                   ; Product List (stored centrally in Hopkinton)
Hotkey_Name = Existing SR Hotkey
ver = v1.0.1

; ---- hotkey.ini file read ------
F20 = %A_MyDocuments%\\hotkey.ini                          ; loads hotkey.ini data

IniRead, CST_Team, %F20%, CST_Location, Value                          
IniRead, CST_Name, %F20%, CST_Name, Value
IniRead, CST_Phone, %F20%, CST_Phone, Value
IniRead, CST_Badge, %F20%, CST_Badge, Value
IniRead, CST_StartTime, %F20%, CST_StartTime, Value
IniRead, CST_EndTime, %F20%, CST_EndTime, Value

FormatTime, CST_StartTime, %CST_StartTime%, h:mm tt
FormatTime, CST_EndTime, %CST_EndTime%, h:mm tt

CST_Hours = %CST_StartTime% to %CST_EndTime% EST

OracleSig = %CST_Name%, %CST_Team%, %CST_Phone%`n%CST_Hours%              ; creates OracleSig variable

if CST_Badge = ERROR                                ; if cannot read hotkey.ini, exit!
{
  MsgBox, 16, No Signature File Detected, Please run the Hotkey Signature Generator before continuing.  This hotkey will now exit.
  Runwait, \\\\corpusfs6\\csshare\\Hotkeys\\Hotkey Signature Generator\\Hotkey Signature Generator.ahk    
  ExitApp
}

IniRead, HW_List, %F33%, Hardware, HW_List                        ; Hardware list
if CST_Team = CST Burlington                              ; SW List
  IniRead, SW_List, %F33%, Software, SW_List_1
Else
  IniRead, SW_List, %F33%, Software, SW_List_2  

Time_SR_Start = %A_TickCount%

ifexist, kppp.ico
   Menu, TRAY, Icon, kppp.ico

Gui, Add, Picture, x410 y60, kppp.ico

Gui, Font, S8, MS sans serif
Gui, Add, Text, x16 y20 w50 h20 , SR Type:
Gui, Add, Radio, x116 y20 w70 h20 gSR_Type_Selection vSR_Type, Hardware
Gui, Add, Radio, x186 y20 w70 h20 gSR_Type_Selection, Software
;Gui, Add, Checkbox, x256 y20 w70 h20 vElite_Checked, Elite Call  :-----Elite call notification
Gui, Add, Text, x16 y50 w90 h20 , Product Family:
Gui, Add, DropDownList, x116 y50 w150 h321 vProduct_Selection sort , 
Gui, Add, Text, x16 y80 w90 h20 , SR Number:
Gui, Add, Edit, x116 y80 w100 h20 limit9 vSR, 
Gui, Add, CheckBox, x25 y110 w285 h20 gField_Contact_Selection vUpdate_Type, Check here if field will be contacted to provide update  ;-----Field notification
Gui, Add, GroupBox, x6 y5 w310 h130 , 
Gui, Add, GroupBox, x6 y140 w460 h150 , Action
Gui, Add, Edit, x16 y160 w440 h120 vText,
Gui, Add, GroupBox, x326 y5 w140 h130 , Templates
Gui, Add, Radio, x336 y20 w110 h20 vTemplate gTemplate_Selected Checked, Blank
Gui, Add, Radio, x336 y40 w110 h20 gTemplate_Selected, Callback
Gui, Add, Button, x16 y305 w130 h30 , Healthcheck Report

;TEXT SWAP for tickcount
Gui, Add, Text, x166 y305 w70 h30 vTrans, Attempted Transfers:
Gui, Add, Text, x166 y305 w70 h30 vPage hidden, Attempted Pages:

Gui, Add, Edit, x236 y305 w35 h20 vAT,
Gui, Add, UpDown, x266 y310 w20 h20 , 1
Gui, Add, Button, x366 y305 w100 h30 , Submit
Gui, Show, w477 h362, %Hotkey_Name% %ver% (00:00:00)
GoSub Start
Return

GuiClose:
ExitApp
<\/span><\/pre><\/td>\n<\/tr><\/table>\n\n");